Click here to Skip to main content
15,889,879 members
Home / Discussions / C#
   

C#

 
AnswerRe: Generate C# Symbols from IDE Pin
Simon P Stevens11-Nov-08 23:32
Simon P Stevens11-Nov-08 23:32 
QuestionDatabase search engine code? Pin
Richard Blythe11-Nov-08 16:01
Richard Blythe11-Nov-08 16:01 
AnswerRe: Database search engine code? Pin
Ashfield11-Nov-08 20:59
Ashfield11-Nov-08 20:59 
QuestionAccess to the path is denied Pin
dec8211-Nov-08 15:50
dec8211-Nov-08 15:50 
AnswerRe: Access to the path is denied Pin
Richard Blythe11-Nov-08 15:56
Richard Blythe11-Nov-08 15:56 
AnswerRe: Access to the path is denied Pin
Brij11-Nov-08 17:28
mentorBrij11-Nov-08 17:28 
QuestionHow to embed another executable into a C# Window Form? Pin
bbdaffy11-Nov-08 14:18
bbdaffy11-Nov-08 14:18 
AnswerRe: How to embed another executable into a C# Window Form? Pin
Dave Kreskowiak11-Nov-08 17:46
mveDave Kreskowiak11-Nov-08 17:46 
You can make a hosted application window show up in a Panel or other container control in your form but you cannot make it look like it is an integral part of your application. You have no control over how the hsoted app's window is rendered. Docking is pretty much just moving the hosted window so it's up against the side of yours, but you can't stop the user from just grabbing the title bar and moving it.

You will need to look into the Process class' MainWindowHandle property and the Win32 function SetParent[^].

Keep in mind, that any child windows that the hosted app shows could very well show up outside your application window. Also, some applications do not like having their main window hosted by another parent, but most will. You could run into rendering problems or other strange issues.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: How to embed another executable into a C# Window Form? Pin
Giorgi Dalakishvili11-Nov-08 19:25
mentorGiorgi Dalakishvili11-Nov-08 19:25 
QuestionCreating a timeline editor Pin
Eric Burns11-Nov-08 11:53
Eric Burns11-Nov-08 11:53 
QuestionSome quetion xml Pin
E_Gold11-Nov-08 10:30
E_Gold11-Nov-08 10:30 
AnswerRe: Some quetion xml Pin
PIEBALDconsult11-Nov-08 11:07
mvePIEBALDconsult11-Nov-08 11:07 
AnswerRe: Some quetion xml Pin
nelsonpaixao11-Nov-08 13:44
nelsonpaixao11-Nov-08 13:44 
AnswerRe: Some quetion xml Pin
N a v a n e e t h11-Nov-08 17:34
N a v a n e e t h11-Nov-08 17:34 
QuestionSpecific XML Format Pin
Jammer11-Nov-08 9:31
Jammer11-Nov-08 9:31 
AnswerRe: Specific XML Format Pin
PIEBALDconsult11-Nov-08 9:49
mvePIEBALDconsult11-Nov-08 9:49 
GeneralRe: Specific XML Format Pin
#realJSOP11-Nov-08 9:50
mve#realJSOP11-Nov-08 9:50 
GeneralRe: Specific XML Format Pin
PIEBALDconsult11-Nov-08 11:03
mvePIEBALDconsult11-Nov-08 11:03 
GeneralRe: Specific XML Format Pin
Jammer11-Nov-08 22:33
Jammer11-Nov-08 22:33 
AnswerRe: Specific XML Format Pin
#realJSOP11-Nov-08 9:49
mve#realJSOP11-Nov-08 9:49 
AnswerView source - missing code Pin
DaveyM6911-Nov-08 12:02
professionalDaveyM6911-Nov-08 12:02 
GeneralRe: View source - missing code Pin
PIEBALDconsult11-Nov-08 14:10
mvePIEBALDconsult11-Nov-08 14:10 
AnswerRe: Specific XML Format Pin
PIEBALDconsult11-Nov-08 14:27
mvePIEBALDconsult11-Nov-08 14:27 
QuestionC# projects Pin
parkerproject11-Nov-08 8:19
parkerproject11-Nov-08 8:19 
AnswerRe: C# projects Pin
Pete O'Hanlon11-Nov-08 8:26
mvePete O'Hanlon11-Nov-08 8:26 

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.