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.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23002...
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. ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23126984.html
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)...
http://www.experts-exchange.com/Programming/Multimedia_Programming/Q_23200260.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23230013.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23230254.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23277221.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23484262.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_23543393.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23544102.html
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
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23565178.html