04-13-2005 06:40 AM
04-16-2005 09:52 AM
@Dina wrote:
I have integrated an IDLDrawWidget control in a labview VI. I am trying to send output from IDL to a labview string control. To do this I use the function SetOutputWnd from the IDLDrawWidget control. This function needs a parameter, HWndLog, witch is the hWnd of the string control that will recieve the output. The problem is that I can't find the parameter I have to pass, I don't know how to get a HWND of a labview string control.
Thaks for your help.