Click here to Skip to main content
15,922,407 members
Home / Discussions / C#
   

C#

 
GeneralTo add to my other answer... Pin
Le centriste9-Jan-08 9:40
Le centriste9-Jan-08 9:40 
QuestionHow to invoke SQL Function through SqlCommand class Pin
El'Cachubrey9-Jan-08 4:06
El'Cachubrey9-Jan-08 4:06 
AnswerRe: How to invoke SQL Function through SqlCommand class Pin
led mike9-Jan-08 4:31
led mike9-Jan-08 4:31 
AnswerRe: How to invoke SQL Function through SqlCommand class Pin
andyharman9-Jan-08 4:44
professionalandyharman9-Jan-08 4:44 
QuestionHow to catch the event of thowing an exception in Visual Studio Pin
manustone9-Jan-08 3:51
manustone9-Jan-08 3:51 
Generalset child form height Pin
arkiboys9-Jan-08 2:29
arkiboys9-Jan-08 2:29 
GeneralRe: set child form height Pin
Stu Richardson9-Jan-08 2:40
Stu Richardson9-Jan-08 2:40 
GeneralRe: set child form height Pin
arkiboys9-Jan-08 2:49
arkiboys9-Jan-08 2:49 
GeneralRe: set child form height Pin
DaveyM699-Jan-08 3:08
professionalDaveyM699-Jan-08 3:08 
GeneralRe: set child form height Pin
arkiboys9-Jan-08 3:13
arkiboys9-Jan-08 3:13 
GeneralRe: set child form height Pin
DaveyM699-Jan-08 3:24
professionalDaveyM699-Jan-08 3:24 
GeneralRe: set child form height Pin
Stu Richardson9-Jan-08 3:27
Stu Richardson9-Jan-08 3:27 
GeneralRe: set child form height Pin
arkiboys9-Jan-08 3:27
arkiboys9-Jan-08 3:27 
GeneralRe: set child form height Pin
Dave Kreskowiak9-Jan-08 4:59
mveDave Kreskowiak9-Jan-08 4:59 
GeneralRe: set child form height Pin
DaveyM6910-Jan-08 1:12
professionalDaveyM6910-Jan-08 1:12 
GeneralGet GUID of Network Card Pin
Kamal.Afridi9-Jan-08 1:48
Kamal.Afridi9-Jan-08 1:48 
GeneralRe: Get GUID of Network Card Pin
Pete O'Hanlon9-Jan-08 2:07
mvePete O'Hanlon9-Jan-08 2:07 
GeneralRe: Get GUID of Network Card Pin
Kamal.Afridi9-Jan-08 20:01
Kamal.Afridi9-Jan-08 20:01 
GeneralEXE To display within a Form Pin
ziwez09-Jan-08 0:53
ziwez09-Jan-08 0:53 
GeneralRe: EXE To display within a Form Pin
Thomas Stockwell10-Jan-08 6:16
professionalThomas Stockwell10-Jan-08 6:16 
What you would have to do is set the form so that it is MDI and then use WinAPI to get the handle of the main form for the application you want to embed and set its parent (done through API) to the .NET application that you are developing.

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my homepage Oracle Studios[^]

QuestionDATAGRIDVIEW Pin
usyra429-Jan-08 0:52
usyra429-Jan-08 0:52 
GeneralRe: DATAGRIDVIEW Pin
led mike9-Jan-08 4:35
led mike9-Jan-08 4:35 
GeneralRe: DATAGRIDVIEW Pin
DotNetXenon9-Jan-08 4:35
DotNetXenon9-Jan-08 4:35 
GeneralwebClient.Headers.Add(string key, string value) behaves strange if 'key' has a square bracket in it? ([]) Pin
mightyCoCo9-Jan-08 0:04
mightyCoCo9-Jan-08 0:04 
Questionhow to add Item to binded comboBox ? Pin
hdv2128-Jan-08 23:53
hdv2128-Jan-08 23:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.