Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ShellExecute()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00092846
Message ID:
00092874
Vues:
45
>Right now? Just Cobb County or all NW GA?
>
>I don't have direct access to NT, so I can't comment. The documentation, however, doesn't mention anything about differences in this regard. I'd be interested to learn about them, though.

All of the metro ATL area including Cobb. We are under a Freaknik watch as well! <g>

This is part of the thread. The first call works fine on 95 and not on NT. On NT the app started but remained hidden. Unless you passed in a URL, then it launched the default browser.


...Works on 95:

declare integer ShellExecute in SHELL32.dll integer,string,string,string,string, integer
x = ShellExecute(0,'','logo.bmp','','c:\temp',1)

...He played with it and got this to work properly on NT:

declare ShellExecute in shell32.dll string, string, string, string, string,
string
x = ShellExecute('','open','c:\temp\logo.bmp','','','SW_SHOWNORMAL')

I didn't try the last block on 95. The other one works for me.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform