mickn66 Posted November 28, 2002 Posted November 28, 2002 I'm not sure if this is "language specific," because it involves two languages, c++ and visual basic. I've figured out how to make a managed class in a c++ dll available to a visual basic application; what I need to know now is how to make a form in that visual basic application available to the dll - essentially, I'm putting a system-wide mouse hook in that dll, and I want it to "turn on" (or turn visible), the main form on the visual basic application. Thanks. Mick Quote
*Gurus* Derek Stone Posted November 28, 2002 *Gurus* Posted November 28, 2002 Does this have anything to do with .NET? Quote Posting Guidelines
mickn66 Posted November 28, 2002 Author Posted November 28, 2002 Yes, perhaps I should have qualified my question with "in the .NET framework" - that's what I meant. Quote
*Gurus* Derek Stone Posted November 29, 2002 *Gurus* Posted November 29, 2002 If I understand you correctly, the easiest method would be to pass a Form object/window handle to the DLL's constucter. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.