07-07-2008 11:59 PM
Protected
Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)(m.Msg = SpecificU32Message) ThenIf
...
End IF
.WndProc(m) End SubMyBase
Is there any way to implement this procedure in Labview 8.5, and how?
Tnx,
HaD
07-08-2008 01:06 AM - edited 07-08-2008 01:07 AM
Hi HaD,
i think you can do the same with call the GetMessage function from the User32.dll.
Hope it helps.
Mike
07-08-2008 01:43 AM