C# Programming Question

  • Thread starter Thread starter Yoshi
  • Start date Start date
Y

Yoshi

I want to develop an application that can contain any application that is
running. I have done this in VB 6.0 using the SetParent api's.

As I do research, it's looking like I will still need to use the API's. Is
this true or is there a .Net equivelant that does what I want.

Thanks,

Y
 
Thank you Nicolas!

Excellent Website.


Nicholas Paldino said:
Yoshi,

You will probably have to use the SetParent APIs again. You can find
the declaration for it at (watch for line wrap):

http://www.pinvoke.net

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


Yoshi said:
I want to develop an application that can contain any application that is
running. I have done this in VB 6.0 using the SetParent api's.

As I do research, it's looking like I will still need to use the API's.
Is this true or is there a .Net equivelant that does what I want.

Thanks,

Y
 
Back
Top