Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding 3rdParty App reference in Registry via Code
Message
 
 
À
26/06/2000 20:21:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00384817
Message ID:
00384853
Vues:
36
>>>
>>>Try using "START yourfile.jpg". That will load IE if it's what normally handles your JPG's.
>>
>>Hello Fred,
>>
>>That's not available in VFP3
>>
>>I will be converting this project to 6.0 soon, is START on the command list.
>
>I should have been more specific, sorry about that.
>
>START is a windows command. You can get at it through the RUN command from VFP. In checking, as long as .JPG is registered to belong to IE, you don't even need the START command.
>
>You can:
>
>RUN START yourfile.jpg
>
>-or even-
>
>RUN yourfile.jpg

Hi Fred,
I think my program needs to maintain 'control' over what applications are called - so I've gone with

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate(cmycurrentjpg)
=INKEY(1) && delay
oIE.Visible = .T.

Thanks again for the suggestions
Ed B
Edgar L. Bolton, B.S. B.B.A.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform