How do I obtain the application instance (hInst)?

  • Thread starter Thread starter Andreas Johansson
  • Start date Start date
A

Andreas Johansson

Hello!

How do I get the application instance handle in VB? I guess
this should be fairly easy.

Sorry for this newbie question.
/Andreas
 
Andreas,
How do I get the application instance handle in VB? I guess
this should be fairly easy.

System.Runtime.InteropServices.Marshal.GetHINSTANCE(Me.GetType().Module)



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top