Click here to Skip to main content
15,886,919 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Twin TreeView Pin
Ger Hayden16-Jul-11 23:36
Ger Hayden16-Jul-11 23:36 
Questionvb.net textspeaker Pin
damoder18-Jun-11 0:18
damoder18-Jun-11 0:18 
AnswerRe: vb.net textspeaker Pin
DaveyM698-Jun-11 0:37
professionalDaveyM698-Jun-11 0:37 
QuestionNeeds to update WinForm (seperate process) to render newly created customized controls Pin
glitteringsound2-Jun-11 13:27
glitteringsound2-Jun-11 13:27 
AnswerRe: Needs to update WinForm (seperate process) to render newly created customized controls Pin
Philippe Mori2-Jun-11 14:00
Philippe Mori2-Jun-11 14:00 
GeneralRe: Needs to update WinForm (seperate process) to render newly created customized controls Pin
glitteringsound2-Jun-11 19:56
glitteringsound2-Jun-11 19:56 
AnswerRe: Needs to update WinForm (seperate process) to render newly created customized controls Pin
BobJanova8-Jun-11 1:22
BobJanova8-Jun-11 1:22 
AnswerRe: Needs to update WinForm (seperate process) to render newly created customized controls Pin
Luc Pattyn8-Jun-11 2:36
sitebuilderLuc Pattyn8-Jun-11 2:36 
I don't really understand what you are asking here. However, if it fits your needs, you can have one process host the main window of another process, by having the former call SetParent to the latter's main windows. That would take a bit of P/Invoke, passing the second process' Handle as a parameter.

Warning: the result is mostly cosmetic, the second process would show up inside the confines of a first process' window, but they would otherwise remain two distinct and unrelated processes.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Please use <PRE> tags for code snippets, they improve readability.
CP Vanity has been updated to V2.3

AnswerRe: Needs to update WinForm (seperate process) to render newly created customized controls Pin
Shameel4-Jul-11 5:14
professionalShameel4-Jul-11 5:14 
QuestionSet DataGridView cell value and add a new row Pin
Uros Calakovic26-May-11 5:08
Uros Calakovic26-May-11 5:08 
QuestionSecondhand comp BIOS disk Pin
Granny200712-May-11 13:47
Granny200712-May-11 13:47 
AnswerRe: Secondhand comp BIOS disk Pin
Dave Kreskowiak12-May-11 16:05
mveDave Kreskowiak12-May-11 16:05 
GeneralRe: Secondhand comp BIOS disk Pin
Granny200712-May-11 16:56
Granny200712-May-11 16:56 
GeneralRe: Secondhand comp BIOS disk Pin
Dave Kreskowiak12-May-11 17:27
mveDave Kreskowiak12-May-11 17:27 
AnswerRe: Secondhand comp BIOS disk Pin
dan!sh 12-May-11 18:49
professional dan!sh 12-May-11 18:49 
GeneralRe: Secondhand comp BIOS disk Pin
Granny200712-May-11 19:20
Granny200712-May-11 19:20 
GeneralRe: Secondhand comp BIOS disk Pin
Richard MacCutchan12-May-11 22:15
mveRichard MacCutchan12-May-11 22:15 
AnswerRe: Secondhand comp BIOS disk Pin
Abhinav S12-May-11 22:50
Abhinav S12-May-11 22:50 
GeneralRe: Secondhand comp BIOS disk Pin
Granny200713-May-11 12:57
Granny200713-May-11 12:57 
GeneralRe: Secondhand comp BIOS disk Pin
Thomas Krojer24-May-11 3:29
Thomas Krojer24-May-11 3:29 
QuestionHow come I can call Public Methods of a Form as if they were Shared? Pin
Sander Rossel11-May-11 8:49
professionalSander Rossel11-May-11 8:49 
AnswerRe: How come I can call Public Methods of a Form as if they were Shared? Pin
Luc Pattyn11-May-11 9:47
sitebuilderLuc Pattyn11-May-11 9:47 
GeneralRe: How come I can call Public Methods of a Form as if they were Shared? Pin
Sander Rossel11-May-11 10:27
professionalSander Rossel11-May-11 10:27 
GeneralRe: How come I can call Public Methods of a Form as if they were Shared? Pin
Dave Kreskowiak11-May-11 10:56
mveDave Kreskowiak11-May-11 10:56 
GeneralRe: How come I can call Public Methods of a Form as if they were Shared? Pin
Sander Rossel11-May-11 11:09
professionalSander Rossel11-May-11 11:09 

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.