473,543 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

0
965
thread by: davi | last post Mar 29 '08 by: davi
http://programming-languages-tutorials.blogspot.com/2008/01/net-framework.html
0
1,307
thread by: izurewakaru | last post Mar 29 '08 by: izurewakaru
For only fetish maniacs. Here is a free sample movie from musha-burui.com http://rapidshare.com/files/102726682/Lactating05.rar http://rapidshare.com/files/102101127/lactating003.rar by
5
1,317
thread by: Michael Starberg | last post Mar 29 '08 by: Michael Starberg
cat, I wouldn't be worried about linq nor IDisposable. http://www.youtube.com/watch?v=MQ4vmSvCVbc Enjoy, and if you hate silly cats, at least the music is great! =) - Michael Starberg
2
1,710
thread by: Sin Jeong-hun | last post Mar 29 '08 by: colin
Since Windows 2000, all user setting files should be stored separately in the user's application settings directory. But some users still want all the files to be created in the application folder, to make that app "portable". I've created an application which creates an .mdb database in the directory where the executable is in (like,...
0
2,115
thread by: Andrus | last post Mar 28 '08 by: Andrus
I tried to edit data in DataGridView. Insert and delete operations in grid are not saved to database. Updating works OK. How to force grid to save Insert and Delete operations also ? Andrus. Northwind db = CreateDB(); var list = new BindingList<Customer>(db.GetTable<Customer>().ToList() );
3
1,267
thread by: =?Utf-8?B?cmF1bGF2aQ==?= | last post Mar 28 '08 by: =?Utf-8?B?cmF1bGF2aQ==?=
vs2005 c# how do i trap max number of row in a collection ? lets say I can only have max of two rows in a collection I have this property const int MaxCount_SubmitterEDIContactInfos = 2; private void validate_SubmitterEDIContactInfos() {
0
2,055
thread by: =?Utf-8?B?Sm9hY2hpbQ==?= | last post Mar 28 '08 by: =?Utf-8?B?Sm9hY2hpbQ==?=
Can you make the MaskedTextbox to only allow certain letters e.g. 10:11 A (Only allow A and P as input) ?? I don't want any other letters than A or P to appear in the text box. I mean no post validation. Overriding the KeyPress function only allows me to disallow the key pressed to appear (by setting e.KeyChar = (char) 0;), but it...
4
2,917
thread by: Roger | last post Mar 28 '08 by: rossum
Hi, I've implemented a windows service that calls an SSIS package. Every so often, the SSIS package does not return control to the calling method. What I've implemented is a sentinel thread that is spawned before the execute method of the SSIS package which will email me if execution occurs for a prolonged period. What I want to know is,...
3
2,124
thread by: =?Utf-8?B?TmVpbCBC?= | last post Mar 28 '08 by: Ignacio Machin ( .NET/ C# MVP )
In C++ arrays have the .SetAtGrow() method that expands the array to accommodate the index specified. I don't find an equivalent method in C#. Is there one?? If not, what is the recommended way to handle this?? Currently I'm using the Resize(....) method but this can be awkward at times. Thanks, Neil
2
1,124
thread by: =?Utf-8?B?cm9kY2hhcg==?= | last post Mar 28 '08 by: =?Utf-8?B?cm9kY2hhcg==?=
hey all, when i call my function in sql in my datalayer i have to use the prefix dbo. why do i have to do that? is this ok? do i need to change something on the database side to follow best practices? thanks, rodchar
3
1,220
thread by: =?Utf-8?B?cm9kY2hhcg==?= | last post Mar 28 '08 by: =?Utf-8?B?cm9kY2hhcg==?=
hey all, if i'm using webservices in my project, is that considered a type of SOA (Service Oriented Architecture)? thanks, rodchar
1
2,218
thread by: 0to60 | last post Mar 28 '08 by: Peter Morris
Let's say we have your basic Invoices and InvoiceItems table. If we load this in with LINQ: var query = from i in db.Invoices select i; When I then loop through my invoices, if I wanna access the lineItems for a particular invoice, LINQ runs another query behind the scenes and goes and gets them for me. So if I wanted to loop through...
0
1,157
thread by: CSharper | last post Mar 28 '08 by: CSharper
Is there a project template out there I can use to create a wpf .netmodule? I did a back door way by creating a a wpf application and changed the outputtype to Netmodule in the csproj but when I compiled the app, I get the error 'type not supported by this task". Thanks.
0
357
thread by: izurewakaru | last post Mar 28 '08 by: izurewakaru
For only fetish maniacs. Here is a free sample movie from musha-burui.com http://rapidshare.com/files/102726682/Lactating05.rar http://rapidshare.com/files/102101127/lactating003.rar by
1
1,698
thread by: =?Utf-8?B?bWljaGFlbCBzb3JlbnM=?= | last post Mar 28 '08 by: =?Utf-8?B?bWljaGFlbCBzb3JlbnM=?=
In my code for a custom user control, is there a way to determine whether or not I am inside the standard user control TestContainer? I was hoping that I could perhaps examine a unique characteristic of the parent, if it is accessible. Ultimately what I would like to do is exercise more of my custom control than just seeing how it renders,...
1
3,377
thread by: SeC | last post Mar 28 '08 by: SeC
Hello. I have external DLL with function: extern "C" __declspec(dllexport) void ByteTest(BYTE **arr, BYTE w, BYTE h) { BYTE tmp = 0; for(int i=0; i<h; i++) { for(int j=0; j<w; j++)
3
23,723
thread by: thephatp | last post Mar 28 '08 by: =?Utf-8?B?RmFtaWx5IFRyZWUgTWlrZQ==?=
This is incredibly strange. I used regedit and went to HKEY_LOCAL_MACHINE and create a new subkey under "Software". I added a few more, then went into code to try to read them. I kept getting null returned when I tried to open them, so I decided to try this: Registry.LocalMachine.GetSubKeyNames() The results where dumbfounding--they...
0
900
thread by: Matthias S. | last post Mar 28 '08 by: Matthias S.
hi there, i'm using .net framework 2.0 and i need a panel to be 50% transparent/transluctant. i was desperately looking for an opacity property with no luck. any ideas on how to roll your own? thanks in advance! matthias --
2
1,232
thread by: vicky87.eie | last post Mar 28 '08 by: vicky87.eie
I need to save the array contents to a database in oracle. Also i need to modify them if the array content changes. Can u tell me hoe to do it?
1
1,229
thread by: O.B. | last post Mar 28 '08 by: O.B.
I have been using .NET 2005 in a dual monitor mode. Now that I'm on travel, I have only one monitor. Unfortunately, every time I want to search for something, the Find window appears off the screen. Is there a way to reset .NET to defaults such that I get this window repositioned back on the main window?
0
1,041
thread by: philip | last post Mar 27 '08 by: philip
Hi Hope someone can help just starting to look at WPF and so far have only seen shapes built with Integar values Is it possible to create Shapes using float value Points ( e.g x=320.52 y=423.60) without truncating them to ints
1
1,419
thread by: Alexander Vasilevsky | last post Mar 27 '08 by: Jeroen Mostert
Is there a way to transfer C# Hashtable object to unmanage part of the application in C++? http://www.alvas.net - Audio tools for C# and VB.Net developers
7
1,804
thread by: Looch | last post Mar 27 '08 by: Stephany Young
All, I'm using a WinForm app that calls methods on a remotable object. The app server hosting the object is in New York. Using the same exact application, a Sql Server 2005 datetime column's info is being displayed as '3/25/2008' in California and '3/26/2008' in New York (outside the LAN) where the data in the column is '3/26/2008 12:00:00...
0
1,182
thread by: sklett | last post Mar 27 '08 by: sklett
I've installed my server application on our server (win2k3, 64Bit version) and when I try to attach to the process from my Win2k client machine I'm getting an error stating I need to use the 64 bit version of Debugging Monitor. I've checked my visual studio installation directory and I ONLY have the x86 version. I've also checked on my...
6
1,808
thread by: Peter Pippinger | last post Mar 27 '08 by: Chris Dunaway
Hello NG, i have 2 functions to read and write strings on a TCP-socket. The strange thing is, that sometimes there are unexpected characters in the string. First of all, have i understood it right, - that i say in the first byte of the string - i want to send - the number of chars, that i will send? - that the fist byte of a string - i...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.