Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerMu Law decoding snippet Pin
munawar196830-May-05 1:44
munawar196830-May-05 1:44 
GeneralRe: Mu Law decoding snippet Pin
mpallavi30-May-05 2:06
mpallavi30-May-05 2:06 
GeneralRe: Mu Law decoding snippet Pin
munawar196830-May-05 16:38
munawar196830-May-05 16:38 
GeneralI need a wizard Pin
IlanTal29-May-05 23:46
IlanTal29-May-05 23:46 
Generalexcess lan Pin
_tasleem29-May-05 23:16
_tasleem29-May-05 23:16 
GeneralRe: excess lan Pin
ThatsAlok29-May-05 23:22
ThatsAlok29-May-05 23:22 
Generalpop up message Pin
ask_you29-May-05 23:02
ask_you29-May-05 23:02 
GeneralRe: pop up message Pin
Flit30-May-05 3:37
Flit30-May-05 3:37 
One way of doing this would be to create a window using CreateWindow then at the appropriate times use ShowWindow or SetWindowPos to show or hide the window.

If you want it positioned in the lower right corner of the screen you'll need to know how big the screen area is, use SystemParametersInfo with the SPI_GETWORKAREA flag to get that. You'll also need to know how big your window is GetWindowRect will tell you that. Then use that information with SetWindowPos to position the window where you want it. Don't forget that the taskbar isn't always at the bottom of the screen.

You could also try using a Dialog window.

Have a look at the relevant pages in MSDN and that should get you started.
Good luck.
GeneralRe: pop up message Pin
ask_you31-May-05 20:19
ask_you31-May-05 20:19 
GeneralRe: pop up message Pin
Flit1-Jun-05 4:57
Flit1-Jun-05 4:57 
Generaljoystick button as mousebutton Pin
veenseta29-May-05 22:56
veenseta29-May-05 22:56 
GeneralRe: joystick button as mousebutton Pin
Flit30-May-05 3:53
Flit30-May-05 3:53 
QuestionHow to draw "parallel" curves Pin
eMegha29-May-05 22:37
eMegha29-May-05 22:37 
AnswerRe: How to draw "parallel" curves Pin
toofani6-Jun-05 2:43
toofani6-Jun-05 2:43 
GeneralPC Speaker Pin
M.Mehrdad.M29-May-05 22:37
M.Mehrdad.M29-May-05 22:37 
GeneralRe: PC Speaker Pin
toxcct29-May-05 22:46
toxcct29-May-05 22:46 
GeneralRe: PC Speaker Pin
M.Mehrdad.M29-May-05 22:50
M.Mehrdad.M29-May-05 22:50 
GeneralRe: PC Speaker Pin
toxcct29-May-05 23:28
toxcct29-May-05 23:28 
GeneralRe: PC Speaker Pin
ThatsAlok29-May-05 23:19
ThatsAlok29-May-05 23:19 
GeneralRe: PC Speaker Pin
Geert van Horrik29-May-05 23:19
Geert van Horrik29-May-05 23:19 
GeneralRe: PC Speaker Pin
M.Mehrdad.M30-May-05 0:04
M.Mehrdad.M30-May-05 0:04 
GeneralRe: PC Speaker Pin
toxcct29-May-05 23:31
toxcct29-May-05 23:31 
GeneralAssigns a new path to a system folder through its CSIDL Pin
shangguancheng29-May-05 22:19
shangguancheng29-May-05 22:19 
Generaltransparent buttons Pin
paul_c.29-May-05 21:20
paul_c.29-May-05 21:20 
GeneralRe: transparent buttons Pin
MK7829-May-05 21:40
MK7829-May-05 21:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.