Dialog Box
-
I have a program that runs in the system tray, and when i send a message to the program i want to a popbox showup like MSN Messenger. Or if nobody knows how to do that, could anybody tell how to have my dialog box show in the bottom right corner. No matter what resolution the user running. Sorry for such a big question :) Thanks, Caleb
-
I have a program that runs in the system tray, and when i send a message to the program i want to a popbox showup like MSN Messenger. Or if nobody knows how to do that, could anybody tell how to have my dialog box show in the bottom right corner. No matter what resolution the user running. Sorry for such a big question :) Thanks, Caleb
well to have your window popup just handle the message and do: ShowWindow(SW_RESTORE); Bret Faller Odyssey Computing, Inc.