Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Window on desktop
Message
From
18/04/2005 12:38:31
 
 
To
18/04/2005 12:31:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01005193
Message ID:
01005845
Views:
16
You are quite welcome!

>Thank you very much. My searches didn't yield any solutions. Sorry I was so obtuse! hehehe
>
>dg
>
>>hello Doyle
>>
>>look at Ut Message# 978468
>>
>>hope this is what you are looking for.
>>
>>
>>>>Greetings:
>>>>I am looking for a way to create a window outside of my app on the Window's desktop. I want to send a note (name and phone number) to the desktop as a reminder so that it can be visible in other programs, etc.
>>>>
>>>>Thanks to all.
>>>>Regards,
>>>>
>>>>dg
>>>
>>>
>>>Actually I wanted the window to reside outside my application. (Remain on the desktop after my app is closed. I am able to do the following:
>>>
>>>
>>>Declare Integer GetUserName In advapi32 String@, Integer@
>>>lcusername = Replicate(Chr(0),255)
>>>lres = GetUserName(@lcusername,255)
>>>lcuser = Allt(Left(Upper(lcusername),At(Chr(0),lcusername)-1))
>>>LcUserPath = 'C:\DOCUMENTS AND SETTINGS\'+lcuser+'\DESKTOP'
>>>USE MyTable IN 0
>>>Select MyTable
>>>Copy To '&lcUserPath\Export.txt' Delimited  Fields Name,phone,address,city,state,zip
>>>Modify File '&lcUserPath\Export.Txt'
>>>CLOSE DATABASES
>>>RETURN
>>>
>>>
>>>
>>>This creates the text file on the desktop and opens it for edit within VFP, but I'd like to have it open on the desktop in another application such as Notepad.
>>>
>>>Thanks again,
>>>
>>>dg
Previous
Reply
Map
View

Click here to load this message in the networking platform