How to pass a Form object/window handle to the DLL's constructer

mickn66

Regular
Joined
Nov 2, 2002
Messages
53
In Visual Basic.NET, I want to pass a Form object/window handle to the constructer of a DLL (written in C++.NET), so that I can have the dll turn the visual basic form on and off (visible and invisible). I know this is a pretty newbie-ish question, but I'm a pretty newbie-ish programmer. Thanks!

Mick
 
Back
Top