LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shell_notify in Labview

Hi
I have a question regarding an application i am developping in FPGA.
I want My host VI to be in the task bar windows, i mean as an active processus like EMULE or MSN...
I know we have to use the Shell_notify DLL of windows but i have difficulties to pass
all the parameters...
Is there any examples??

Thanks a lot
Kamalito
0 Kudos
Message 1 of 6
(3,176 Views)
0 Kudos
Message 2 of 6
(3,169 Views)
hi
 don't want to hide the front panel with a property node but i want to make a backgroubd process.
So we have to use the dll mention...
Do you have examples?

Thanks
0 Kudos
Message 3 of 6
(3,161 Views)

Hi Kamalito,

i have no example, but what about this link: http://forums.ni.com/ni/board/message?board.id=170&message.id=282653&query.id=39833#M282653?

Mike

0 Kudos
Message 4 of 6
(3,151 Views)
You can also do this using .NET (example) or an ActiveX object (example). If you want to use the shell API functions, you need to write some wrapper DLLs.

___________________
Try to take over the world!
0 Kudos
Message 5 of 6
(3,148 Views)

Take a look at this and this

 

Thanks,

Mathan

Message 6 of 6
(3,145 Views)