MFC tray icon
-
Hi, I have an application where an icon is created in the systray when the program is executed . On click of the icon the apllication is launched again. What i want is tht when the program is executed only the systray icon is shown n the dialog box is not launched. only when i click on the icon the dialog box should be launched.. I am calling the functions to show the icon in the initdialog function, How do i hide the dialog box so tht it doesnt pop up till i clickon the icon in the systray. Please someone help me out wid this. thanks U get wht u Give
-
Hi, I have an application where an icon is created in the systray when the program is executed . On click of the icon the apllication is launched again. What i want is tht when the program is executed only the systray icon is shown n the dialog box is not launched. only when i click on the icon the dialog box should be launched.. I am calling the functions to show the icon in the initdialog function, How do i hide the dialog box so tht it doesnt pop up till i clickon the icon in the systray. Please someone help me out wid this. thanks U get wht u Give
Try this link: The project suggested here is not related to what you are expecting but the application can do just what you want ie hide into sys tray and then pop back on your cammand. http://www.codeproject.com/internet/afdialer.asp[^]
-
Hi, I have an application where an icon is created in the systray when the program is executed . On click of the icon the apllication is launched again. What i want is tht when the program is executed only the systray icon is shown n the dialog box is not launched. only when i click on the icon the dialog box should be launched.. I am calling the functions to show the icon in the initdialog function, How do i hide the dialog box so tht it doesnt pop up till i clickon the icon in the systray. Please someone help me out wid this. thanks U get wht u Give