Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows task bar height
Message
 
To
02/08/2000 18:17:24
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00399500
Message ID:
00400369
Views:
19
Just to amplify my previous message, using the code I orignally provided
? StringToInteger(LEFT(lcrect, 4), .T.) && Left
? StringToInteger(SUBSTR(lcrect, 9, 4)) && Right
This will give you the left and right edges of the task bar. Note that the left edge may be negative. In reality, these are all signed integers, so it may be a good idea to pass .T. to each call of StringToInteger.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform