Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get desktop location using Win api function (VFP)
Message
 
To
08/11/2006 06:33:46
Deepak Chopra
IBM Global Services India Pvt. Ltd.
Pune, India
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01167947
Message ID:
01167953
Views:
5
>Hi,
>
>How to get desktop location using Win api function (VFP) ?
>
>Thanks in advance.
>Deepak.
oShell = CREATEOBJ('Shell.Application')
oFolder = oShell.NameSpace(0)
? oFolder.Self.Name, oFolder.Self.Path
?
oShell = CREATEOBJ('Shell.Application')
oFolder = oShell.NameSpace(0x19)
? oFolder.Self.Name, oFolder.Self.Path
Check FAQ #16022
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Reply
Map
View

Click here to load this message in the networking platform