Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transparent Form
Message
From
30/09/2005 16:45:34
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01055067
Message ID:
01055072
Views:
12
>Can someone point me to the API code for a transparent form?
>
>Thanks
#DEFINE ALPHA_LEVEL 200
=SetWindowLong(m.this.hWnd, GWL_EXSTYLE, WS_EX_LAYERED);
,SetLayeredWindowAttributes(m.this.hWnd, 0, ALPHA_LEVEL, LWA_ALPHA)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform