Running Seperate Application in a Windows Panel?

sradel

Member
Joined
Aug 4, 2005
Messages
10
Programming Experience
1-3
I know how to execute a seperate program from my VB.net application. But is it possible to display an executed program in a control, such as a Panel? I am looking at maybe a Command Prompt Window or something like an RDP session. But I want to display it inside my program in a Panel or something. Is this possible and if so how is it done? thanks for any help.
Scott :cool:
 
I've not tried it but I believe the Microsoft Web Browser ActiveX control can host Office apps, so it may be able to host others too. This is purely speculative, mind you. Something like a console app could be run hidden and you could just display the input and output in a TextBox.
 
thanks i will give it a try. I was thinking more in the line of hosting an Remote Desktop RDP session. but I will give it a try.
Scott
 
Back
Top