SetParent() on a VB6 application from a C# app
- by JD
Aloha all!
I am trying to use the win32 API to set the parent of an application to a panel in my C# application.
I can get most applications to work... However I have one application which was written in VB6 which I am having problems with...
When I inspect it using spy++ the application loads in 2 main forms 'ThunderRT6Main' and…