C# - .NET WinForms
In my example there are 2 objects: the MainForm, which has a custom control "control1" in it, and a UserControl "control2" that becomes a child of the MainForm.
I need to be ab...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23555335.html
In my C# .NET 2.0 application I have a UserObject "Patient"
During the lifetime of the application this object is being used either to represent a new Patient or to allow making updates to an exis...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23570656.html
would like some performance clarification, best practise understanding.
obviously, databases play a large role in some applications -- what I am asking for is know if opening/closing the same da...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23827473.html
Hi all.
I'm creating a desktop application that has a database file.
I tried to use Access database (mdb) but I encountered with some of limitation that really makes the programming to be "dificu...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23787725.html
I need to save an image file into MySql database table, using C# .NET 3.0 WinForms
I hold the actual image in variable "img" (which is type of Image).
The database column type is longblob.
What...
http://www.experts-exchange.com/Microsoft/Development/Q_23474348.html
Can you please provide a sample code for dynamically adding textboxes in Winforms using C#.net
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23689885.html