Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: will this be compiler(MS cl) bug or Memory leakage? Pin
Michael Dunn6-Jun-04 19:56
sitebuilderMichael Dunn6-Jun-04 19:56 
GeneralRe: will this be compiler(MS cl) bug or Memory leakage? Pin
DengJW6-Jun-04 20:06
DengJW6-Jun-04 20:06 
GeneralMoveWindow shrinking my dialog Pin
Vadim Tabakman6-Jun-04 14:04
Vadim Tabakman6-Jun-04 14:04 
GeneralRe: MoveWindow shrinking my dialog Pin
Anthony_Yio6-Jun-04 17:07
Anthony_Yio6-Jun-04 17:07 
GeneralRe: MoveWindow shrinking my dialog Pin
Vadim Tabakman6-Jun-04 18:07
Vadim Tabakman6-Jun-04 18:07 
GeneralRe: MoveWindow shrinking my dialog Pin
Anthony_Yio6-Jun-04 20:37
Anthony_Yio6-Jun-04 20:37 
GeneralRe: MoveWindow shrinking my dialog Pin
Vadim Tabakman7-Jun-04 16:15
Vadim Tabakman7-Jun-04 16:15 
GeneralRe: MoveWindow shrinking my dialog Pin
User 5838526-Jun-04 18:48
User 5838526-Jun-04 18:48 
this has caught me so many times
from msdn on CWnd::MoveWindow......
For a top-level CWnd object, the x and y parameters are relative to the upper-left corner of the screen. For a child CWnd object, they are relative to the upper-left corner of the parent window’s client area.

Does the dialog have a parent? if not call ClientToScreen to get the coords relative to the top left of the window.

hope that helps


Questionhow can I change the color of status bar Pin
woyaojinqu6-Jun-04 13:14
woyaojinqu6-Jun-04 13:14 
AnswerRe: how can I change the color of status bar Pin
bneacetp6-Jun-04 13:35
bneacetp6-Jun-04 13:35 
AnswerRe: how can I change the color of status bar Pin
Cedric Moonen6-Jun-04 20:43
Cedric Moonen6-Jun-04 20:43 
QuestionHow to support Drag 'n Drop out of ZIP archive onto an Applications window / Desktop program icon ? Pin
Defenestration6-Jun-04 11:57
Defenestration6-Jun-04 11:57 
AnswerRe: How to support Drag 'n Drop out of ZIP archive onto an Applications window / Desktop program icon ? Pin
Anthony_Yio6-Jun-04 17:10
Anthony_Yio6-Jun-04 17:10 
AnswerRe: How to support Drag 'n Drop out of ZIP archive onto an Applications window / Desktop program icon ? Pin
Michael Dunn6-Jun-04 20:01
sitebuilderMichael Dunn6-Jun-04 20:01 
GeneralPlease Help!!!I'm disperate Pin
Nemok6-Jun-04 10:21
Nemok6-Jun-04 10:21 
GeneralRe: Please Help!!!I'm disperate Pin
FreeLemons6-Jun-04 10:27
FreeLemons6-Jun-04 10:27 
GeneralRe: Please Help!!!I'm disperate Pin
Nemok8-Jun-04 6:06
Nemok8-Jun-04 6:06 
Generalquicksort with random pivot Pin
FreeLemons6-Jun-04 9:40
FreeLemons6-Jun-04 9:40 
GeneralRe: quicksort with random pivot Pin
David Crow7-Jun-04 2:34
David Crow7-Jun-04 2:34 
GeneralThreads dialog box Pin
LasVegasGuy6-Jun-04 8:48
LasVegasGuy6-Jun-04 8:48 
GeneralOverloading -> and ->* operators Pin
Alton Williams6-Jun-04 7:00
Alton Williams6-Jun-04 7:00 
GeneralRe: Overloading -> and ->* operators Pin
Diddy6-Jun-04 11:48
Diddy6-Jun-04 11:48 
GeneralADO Record Delete issue Pin
brdavid6-Jun-04 2:13
brdavid6-Jun-04 2:13 
GeneralRe: ADO Record Delete issue Pin
Anthony_Yio6-Jun-04 17:21
Anthony_Yio6-Jun-04 17:21 
GeneralRe: ADO Record Delete issue Pin
brdavid7-Jun-04 9:45
brdavid7-Jun-04 9:45 

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.