Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening RDP-file through ShellExecute()
Message
From
16/08/2005 08:12:39
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01041277
Message ID:
01041284
Views:
24
Thanks, I tried with 'Connect' and it works just fine...

>Try
>? ShellExecute ( 0, "", "c:\Test.rdp","","",0)
>* Or
>? ShellExecute ( 0, "Connect", "c:\Test.rdp","","",0)
>
>
>
>>Hello, I'm using following code to try to open a RDP-files located on the local c:\-drive.
>>
>>The function returns 31, which means no associated programm found. I can start the RDP-file by double clicking the file...
>>
>>I checked the association in Windows and the RDP-extension is linked to the Windows Remote Desktop application.
>>
>>Used code :
>>
>>hDCScreen = GetDesktopWindow()
>>? ShellExecute ( hDCScreen, "Open", "c:\Test.rdp","","",0)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform