04-13-2007 12:20 PM
04-13-2007 12:48 PM
04-13-2007 01:08 PM
04-13-2007 01:13 PM
04-16-2007 09:36 AM
03-01-2014 03:15 AM
Hi all,
I want to create a hole in my GUI, and the discussion above helps me to reach near to my goal, but unfortunatly, i cannot make this running, can any one see am i calling the DLL in a right Manner.
Thanks In advance.
Regards
Harry
03-01-2014 04:41 AM
Hello all,
Done wrong names Used, get my problem
Harry
03-01-2014 11:57 AM
It's also possible (and simpler) to do this by making a specific color in the window completely transparent, which causes it to allow click-throughs.
You can see an example of how to do this here, although that was just quick and dirty code, so it needs some cleaning up. I don't even remember if the color which should be transparent is set up as an input there - http://forums.ni.com/t5/LabVIEW/Darren-s-Weekly-Nugget-04-17-2006/m-p/352929?view=by_date_ascending#...
03-03-2014 12:30 PM
My original desire to make a funny shaped window ended up evolving into a white paper (with example code), which you can view and download here:
https://decibel.ni.com/content/docs/DOC-9775
The example allows the user to select a black and white bitmap, which then clips the window to match the bitmap.
It should contain everything you need.