Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Word
Message
 
To
26/08/2005 10:18:58
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01044298
Message ID:
01044323
Views:
16
>hi all,
>
>1) what is the syntax to check if MS WORD is open and minimised on the WINDOWS Taskbar ?

One of the solutions:
ll=.f.
on error ll=.t.
o=GETOBJECT(,"Word.application")
ON ERROR
if not ll
    ?o.WindowState=2
endif
.....
>
>2) i want to implement user-defined shaped command buttons in the shape of a pie slices for insert, modify, delete, etc. how do i accomplish this task ?
>
>With sincere thanks in advance
Previous
Reply
Map
View

Click here to load this message in the networking platform