LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with Register Event Callback

First problem solved. Only had to put a property of "value" from the cluster and unbundle it 😉
0 Kudos
Message 21 of 24
(1,060 Views)
All right, I think I understand now. All you need to do is to use an event structure. If you haven't already done so, please look at the "ActiveX Event Callback for IE" example that ships with LabVIEW. In the code you see an event case for the user clicking on the "Load" button. In this event case the value of the URL string control is fed to the "Navigate2" method. Structure your program in the same way.
Message 22 of 24
(1,056 Views)

Thanks smercurio. I'll check it.

 

Thanks for all.

0 Kudos
Message 23 of 24
(1,051 Views)
The ActiveX for IE example in LabVIEW examples shows how to use the Navigate2 when configured as a GET operation.  Has anyone used Navigate2 to perform a POST.  I have tried, and the ethernet sniffer tool I use (wireshark) shows that I'm performing a GET.  I noticed in the literature that if you don't supply anything in the PostData input, Navigate2 assumes a GET, but I'm supplying PostData.  Any successful examples would be greatly appreciated - and if someone has put together a multipart/form-data, that's my next challenge.
0 Kudos
Message 24 of 24
(911 Views)