vronto31 Posted October 21, 2008 Report Share Posted October 21, 2008 Hi I have a software which pops up a window where the name of the file is to be written in the pop up. This window is similar to one we get if we do not give a file path in our FILE I/O functions in Labview. Is there some way Labview could know whenever this window pops up because of the third party software Thanks Vinamra. Quote Link to comment
crelf Posted October 21, 2008 Report Share Posted October 21, 2008 QUOTE (vronto31 @ Oct 20 2008, 03:03 AM) Is there some way Labview could know whenever this window pops up because of the third party software Do you know that title of the window (ie: the text in the title bar?) If so, you can use the FindWindow Function in user32.dll to search for the window - it'll return a 0 if it's not found, and a reference number if it is. See attached example: http://lavag.org/old_files/post-181-1224511105.vi'>Download File:post-181-1224511105.vi Quote Link to comment
vronto31 Posted October 24, 2008 Author Report Share Posted October 24, 2008 This is awesome.... Exact what i was looking for. :thumbup: Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.