Click here to Skip to main content
15,909,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: problem with VC++ and sql version Pin
tasumisra9-Jun-08 18:05
tasumisra9-Jun-08 18:05 
GeneralRe: problem with VC++ and sql version Pin
Mark Salsbery10-Jun-08 5:26
Mark Salsbery10-Jun-08 5:26 
QuestionWM_PRINT Pin
subramanyeswari8-Jun-08 23:53
subramanyeswari8-Jun-08 23:53 
AnswerRe: WM_PRINT Pin
Naveen9-Jun-08 0:16
Naveen9-Jun-08 0:16 
GeneralRe: WM_PRINT [modified] Pin
subramanyeswari9-Jun-08 0:37
subramanyeswari9-Jun-08 0:37 
QuestionHow to disable "Show window content while dragging" style to my CDialog Window Pin
Nyil8-Jun-08 23:47
Nyil8-Jun-08 23:47 
AnswerRe: How to disable "Show window content while dragging" style to my CDialog Window Pin
sudhir_Kumar8-Jun-08 23:55
sudhir_Kumar8-Jun-08 23:55 
AnswerRe: How to disable "Show window content while dragging" style to my CDialog Window Pin
James R. Twine9-Jun-08 1:08
James R. Twine9-Jun-08 1:08 
   The SPI setting will turn it off for more than just your own window, and changing a user's setting on them is A Bad Thing, so Do Not Do That. Smile | :)

   I have had to do this before and IIRC, I had to handle the WM_MOVING, WM_SIZING, WM_MOVE and WM_SIZE messages.  You have to keep handling the WM_MOVE and WM_SIZE messages because (again, IIRC), the OS keeps sending those messages while the window is being moved/sized which is why that feature works without application support.

   You may need to check to see if the user has the mouse button down or up to determine which set of messages is the "final" message.

   If the user is moving/sizing by the keyboard... Well, I did not handle that...

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></hr>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



GeneralRe: How to disable "Show window content while dragging" style to my CDialog Window Pin
Nyil14-Jul-08 1:32
Nyil14-Jul-08 1:32 
QuestionCommunication between TreeView and FormView Pin
Maxim Zarus8-Jun-08 23:31
Maxim Zarus8-Jun-08 23:31 
AnswerRe: Communication between TreeView and FormView Pin
Paresh Chitte8-Jun-08 23:37
Paresh Chitte8-Jun-08 23:37 
AnswerRe: Communication between TreeView and FormView Pin
sudhir_Kumar8-Jun-08 23:48
sudhir_Kumar8-Jun-08 23:48 
GeneralRe: Communication between TreeView and FormView Pin
Maxim Zarus9-Jun-08 0:02
Maxim Zarus9-Jun-08 0:02 
GeneralRe: Communication between TreeView and FormView Pin
sudhir_Kumar9-Jun-08 0:18
sudhir_Kumar9-Jun-08 0:18 
GeneralRe: Communication between TreeView and FormView Pin
Maxim Zarus9-Jun-08 0:42
Maxim Zarus9-Jun-08 0:42 
QuestionProblem with variables Pin
pl_kode8-Jun-08 23:18
pl_kode8-Jun-08 23:18 
AnswerRe: Problem with variables Pin
Naveen8-Jun-08 23:24
Naveen8-Jun-08 23:24 
AnswerRe: Problem with variables Pin
CPallini8-Jun-08 23:24
mveCPallini8-Jun-08 23:24 
AnswerRe: Problem with variables Pin
_AnsHUMAN_ 8-Jun-08 23:26
_AnsHUMAN_ 8-Jun-08 23:26 
AnswerRe: Problem with variables Pin
Paresh Chitte8-Jun-08 23:27
Paresh Chitte8-Jun-08 23:27 
AnswerRe: Problem with variables Pin
David Crow9-Jun-08 7:08
David Crow9-Jun-08 7:08 
QuestionHi i am getting linker error LNK2001:unresolved external symbol Pin
Member 46556858-Jun-08 22:49
Member 46556858-Jun-08 22:49 
AnswerRe: Hi i am getting linker error LNK2001:unresolved external symbol Pin
toxcct8-Jun-08 22:53
toxcct8-Jun-08 22:53 
GeneralRe: Hi i am getting linker error LNK2001:unresolved external symbol Pin
Member 46556858-Jun-08 23:05
Member 46556858-Jun-08 23:05 
GeneralRe: Hi i am getting linker error LNK2001:unresolved external symbol Pin
toxcct8-Jun-08 23:10
toxcct8-Jun-08 23:10 

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.