Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS Word
Message
 
À
26/08/2005 10:18:58
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01044298
Message ID:
01044323
Vues:
15
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform