LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What Labview 8.5 function is equivalent to WNDPROC

Hello,
In VB i have those code lines:

Protected

Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)

If

(m.Msg = SpecificU32Message) Then

...

End IF

MyBase

.WndProc(m)

End Sub

 

Is there any way to implement this procedure in Labview 8.5, and how?

Tnx,

HaD

0 Kudos
Message 1 of 3
(2,954 Views)

Hi HaD,

i think you can do the same with call the GetMessage function from the User32.dll.

Hope it helps.
Mike



Message Edited by MikeS81 on 07-08-2008 08:07 AM
0 Kudos
Message 2 of 3
(2,949 Views)
0 Kudos
Message 3 of 3
(2,937 Views)