Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual FoxPro in the tray
Message
 
 
To
05/08/2001 23:17:56
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00539984
Message ID:
00540296
Views:
29
>>>Is there a way to have the Visual FoxPro EXE to be within the tray? By default, when we minimize it appears in the task bar. Wouldn't it be a way to configure it for the tray instead?
>>
>>Did you check Bela Bodecs bbSysTray FLL at http://www.bbcontrols.com/fll.shtml#bbSysTray?
>>It's also file#9318
>
>That's quite cool. But, is there a way to hide it from the task bar?

I'a aftraid you'll have to use Windows API. I didn't try it but I think it should be
- GetWindowLong() with GWL_EXSTYLE to get extended window styles dwExStyle
- Reset WS_EX_APPWINDOW and set WS_EX_NOACTIVATE in dwExStyle
- SetWindowLong() with GWL_EXSTYLE and updated dwExStyle
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform