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
 
Back
Top