Microsoft
Software
Hardware
Network
Question : How to minimize a VFP 7 application to the system tray
Does anyone know how to minimize a VFP 7 application to the system tray. I have managed to make the applicaiton window disappear but do not know how to create a icon for the applicaiton in the system tray or just minimize the application to the system tray.
I have made the application disappear by doing the following in the Activate of the form:
IF NOT thisform.activated
HIDE WINDOW screen
thisform.activated = .t.
ENDIF
I have a property on the form called activated.
This will cause the application window to disappear and only show in the Task Manager --> Processes tab which is perfect excepts for I would like to make the window reappear if needed and a icon in the system tray would be the best approach for that.
If anyone has any example code please post it here.
Thanks in advance
Answer : How to minimize a VFP 7 application to the system tray
I have used a vb dll from
http://www.vbrad.com/artic
le.aspx?id
=67
Random Solutions
Win Svr 2003 w/ NT 4
Save unbound combobox column value in Access 2007
Rename "Pinned" Remote Desktop Connections
What is the least expensive way to buy Office 2007 for a developing-nation country?
Update multiple records at one time
Avoiding subtotals in a pivot table
in word 2003 the right align field is grayed out when I try to add a TOC
Can't change link source from one workbook to its apparently identical twin.
view table relationships graphically sql server 2000
Should I use SqlDataSource or SqlConnection (which is better)