Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Window on desktop
Message
De
18/04/2005 12:38:31
 
 
À
18/04/2005 12:31:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
01005193
Message ID:
01005845
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform