Click here to Skip to main content
15,918,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can disable Dialog Box when call SetupCommitFileQueue Pin
machoman_VC++2-Jan-08 19:38
machoman_VC++2-Jan-08 19:38 
QuestionHow to convert pair of 8bit codepoints to int value in vc++ Pin
johnalek2-Jan-08 19:37
johnalek2-Jan-08 19:37 
AnswerRe: How to convert pair of 8bit codepoints to int value in vc++ Pin
CPallini2-Jan-08 21:18
mveCPallini2-Jan-08 21:18 
QuestionHow to prevent the program from painting windows outside the screen Pin
demxine2-Jan-08 19:34
demxine2-Jan-08 19:34 
GeneralRe: How to prevent the program from painting windows outside the screen Pin
Nishad S2-Jan-08 19:58
Nishad S2-Jan-08 19:58 
GeneralRe: How to prevent the program from painting windows outside the screen Pin
demxine2-Jan-08 20:45
demxine2-Jan-08 20:45 
GeneralRe: How to prevent the program from painting windows outside the screen Pin
CPallini2-Jan-08 21:16
mveCPallini2-Jan-08 21:16 
GeneralRe: How to prevent the program from painting windows outside the screen Pin
Nishad S2-Jan-08 21:34
Nishad S2-Jan-08 21:34 
demxine wrote:
Any other ideas on preventing the program from painting windows outside the screen (results in flickering) while using OnWindowPosChanged() and SendMessage(DM_REPOSITION)?


I dont understand the need of this... If you are targeting to restrict the window movement, OnWindowPosChanging is enough. You only need to update the WINDOWPOS structure values passed by it. No need of DM_REPOSITION.

Is my understanding correct?

- NS -
[ODBaseBtn]

GeneralRe: How to prevent the program from painting windows outside the screen Pin
demxine3-Jan-08 15:21
demxine3-Jan-08 15:21 
GeneralRe: How to prevent the program from painting windows outside the screen Pin
Nishad S6-Jan-08 0:00
Nishad S6-Jan-08 0:00 
GeneralRe: How to prevent the program from painting windows outside the screen Pin
demxine6-Jan-08 14:27
demxine6-Jan-08 14:27 
GeneralRe: How to prevent the program from painting windows outside the screen Pin
Nishad S6-Jan-08 16:20
Nishad S6-Jan-08 16:20 
GeneralRe: How to prevent the program from painting windows outside the screen Pin
David Crow3-Jan-08 3:34
David Crow3-Jan-08 3:34 
QuestionHow to change HWND to long? Pin
hanlei00000000092-Jan-08 18:29
hanlei00000000092-Jan-08 18:29 
AnswerRe: How to change HWND to long? Pin
Nishad S2-Jan-08 19:55
Nishad S2-Jan-08 19:55 
GeneralI use VC8 Pin
hanlei00000000093-Jan-08 16:01
hanlei00000000093-Jan-08 16:01 
AnswerRe: How to change HWND to long? Pin
CPallini2-Jan-08 21:13
mveCPallini2-Jan-08 21:13 
GeneralRe: How to change HWND to long? Pin
hanlei00000000093-Jan-08 16:12
hanlei00000000093-Jan-08 16:12 
QuestionRe: How to change HWND to long? Pin
CPallini3-Jan-08 21:03
mveCPallini3-Jan-08 21:03 
AnswerRe: How to change HWND to long? Pin
ThatsAlok3-Jan-08 0:18
ThatsAlok3-Jan-08 0:18 
Generalthanks Pin
hanlei00000000093-Jan-08 16:14
hanlei00000000093-Jan-08 16:14 
AnswerRe: How to change HWND to long? Pin
JudyL_MD3-Jan-08 3:39
JudyL_MD3-Jan-08 3:39 
GeneralThank you, I solved my problem by your method Pin
hanlei00000000093-Jan-08 16:10
hanlei00000000093-Jan-08 16:10 
QuestionProblem using ISensLogon into my Service Application Pin
ashishbhatt2-Jan-08 17:36
ashishbhatt2-Jan-08 17:36 
GeneralRe: Problem using ISensLogon into my Service Application Pin
ashishbhatt2-Jan-08 20:01
ashishbhatt2-Jan-08 20:01 

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.