Enter Keywords:
1 - 10 of 277(0.013 seconds)
Sort By:
 
I'd like to know how to use the Visual Studio 2005 to make a GUI design for a software under development. I heard there's a drag&drop technique, but I'm not familiar with the program.
Zones: Visual StudioDate Answered: 12/05/2007 Rating: 8.8 Views: 0
I am trying to create a custom container control for Windows Forms using C#.NET 2.0. My problem is that I want only part of the control to allow other controls to be placed on it at design time. ...
Zones: MS Visual C#, C#, V...Date Answered: 03/13/2008 Rating: 6.5 Views: 46
Any multi-media pros out there? I'm designing a simple media viewer. The trick is that the same viewing window must be capable of viewing common video formats as well as image files (TIF, JPG, BMP)...
Zones: Multimedia Programming, ....Date Answered: 03/25/2008 Rating: 7.0 Views: 0
I have some VB code Dim count         count = someFunction()         For i As Integer = 0 To count - 1             ...... Whats this in C# I tried this but got an error object count; c...
Zones: MS Visual C#, MS...Date Answered: 03/10/2008 Rating: 9.5 Views: 0
I got some VB code <MarshalAs(UnmanagedType.SafeArray, SafeArraySubType:=VarEnum.VT_UI4)> and <MarshalAs(UnmanagedType.SafeArray, SafeArraySubType:=VarEnum.VT_BSTR)> I tried to translate it...
Zones: MS Visual C#, MS...Date Answered: 04/10/2008 Rating: 8.6 Views: 0
I want to define a interface with a function method which has a return type of the implementing class.  Hopefully there is a keyword to do this, to replace the text MyImplementingType in the code s...
Zones: MS Visual Basic, C#, MS V...Date Answered: 04/01/2008 Rating: 8.8 Views: 0
I'm getting an exception on SqlDataAdapter.Update().   The error message is "Table: eeeHomeOffice.dbo.SalePayments Exception: The record can't be added or changed. Referential integrity rules re...
Zones: .NET, MS Visual BasicDate Answered: 06/18/2008 Rating: 9.1 Views: 4
Very simple questions : In c, its a += something what the equivalent in vb6?? In c, its return(1) what the equivalent in vb6 , i mean how do you return a value while exiting a function with...
Zones: C, Visual BasicDate Answered: 07/07/2008 Rating: 8.4 Views: 0
     i have posted this question before but it quit getting replys.  for more information on what has already been gone over here is a link to the original question http://www.experts-exchange.co...
Zones: C++, Visual BasicDate Answered: 07/08/2008 Rating: 9.9 Views: 0
Hello Im trying to use a WebRequest and i have 2 different environments so in the hosts file I set different IP depending on which I want to connect to. For example   111.11.11.1 www.test.com ...
Zones: .NET, MS Visual C#, MS Vis...Date Answered: 08/18/2008 Rating: 6.8 Views: 8