Start Application inbedded on a form
-
-
Hello :) I'm trying to start an application inside a custom control. This may not be the best approach so if you have any idea's on the subject please let me know. At the moment I'm mearly trying to get notepad onto Form1 as it where. Please help
Hello Your question is very strange!! I must admit I don't understand what you are trying to do. Are you trying to open a document -eg. pdf, doc, xls- inside your application? Otherwise you'd be making a virtual machine!!;P
Regards:rose:
-
Hello Your question is very strange!! I must admit I don't understand what you are trying to do. Are you trying to open a document -eg. pdf, doc, xls- inside your application? Otherwise you'd be making a virtual machine!!;P
Regards:rose:
-
Cheers, I'm trying to take an existing assemby and use it as part of a display. The application displays a graph using some hardware sensors. As this works fine within itself I'm trying to load the application into my form as a control. :)
That won't work. Either you find out how the program displays its graph -usually using a dll or something, which you can use in your application by referencing to it. Watch out for copyrights here-, or you use a graph library yourself. You can find plenty here in CodeProject.
Regards:rose:
-
That won't work. Either you find out how the program displays its graph -usually using a dll or something, which you can use in your application by referencing to it. Watch out for copyrights here-, or you use a graph library yourself. You can find plenty here in CodeProject.
Regards:rose: