Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding 3rdParty App reference in Registry via Code
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00384817
Message ID:
00384853
Views:
41
>>>
>>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform