Putting an application into my vb.net control (like a panel)

  • Thread starter Thread starter Nonee
  • Start date Start date
N

Nonee

Hello-

I know there is a way to put an program that I run into one of my
controls in my vb app but I don't remember how. I create the process,
myProcess, and then start it but I don't know how to put it into say,
a panel or something. Any ideas?

Thanks...

Josh
 
Nonee,

Seeing the answers, do I have the idea that your question is not completely
clear, can you rephrase it. (What you mean by application)

Cor
 
I mean that I create a process and start an application within my
vb.net app and I want the new process to sit inside my program, like,
within a panel. Aka, I need to change the hwnd of the new process to
a panel in my program instead of the desktop. I know you can do it
with vb but I am not sure how to do it in vb.net. : )

Thanks,

Josh
 
Back
Top