Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bring window to front screen
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Bring window to front screen
Divers
Thread ID:
01482415
Message ID:
01482415
Vues:
138
i am running outlook automation - when the email has been prepared and ready to send, i would like the email to appear as the front window - but VFP pops up in front of the email - as a temporary solution i minimize the VFP screen thus:
_SCREEN.WINDOWSTATE=1
in my outlook automation i am using the following code.
IF tlOpenEmail
     .display() 
     olNormalWindow = 0

     loInspector = .GetInspector()
     loInspector.WindowState = olNormalWindow
endif
what is the line of code i would add to bring the email to the front window?

thanks for any suggestions.
k
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform