Click here to Skip to main content
15,905,420 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDatabase Problem Pin
_anil_11-Oct-06 18:42
_anil_11-Oct-06 18:42 
QuestionProcess Management: Creating an "at" unix style task scheduler Pin
Dest2KO11-Oct-06 18:02
Dest2KO11-Oct-06 18:02 
AnswerRe: Process Management: Creating an "at" unix style task scheduler Pin
David Crow12-Oct-06 3:06
David Crow12-Oct-06 3:06 
GeneralRe: Process Management: Creating an "at" unix style task scheduler Pin
Dest2KO12-Oct-06 8:19
Dest2KO12-Oct-06 8:19 
QuestionRe: Process Management: Creating an "at" unix style task scheduler Pin
David Crow12-Oct-06 8:28
David Crow12-Oct-06 8:28 
AnswerRe: Process Management: Creating an "at" unix style task scheduler Pin
Dest2KO12-Oct-06 8:32
Dest2KO12-Oct-06 8:32 
Generalcreate a CPtrArray Pin
SaptaSri11-Oct-06 17:53
SaptaSri11-Oct-06 17:53 
Questionwindow sizing Pin
Waldermort11-Oct-06 17:22
Waldermort11-Oct-06 17:22 
according to the docs on MSDN, WM_SIZE is sent after a window has been sized, and WM_SIZING is sent while a window is being sized. In reality, this doesn't seem to be the case. While the edge of the window is being dragged, a WM_SIZE message is continuously being sent. Is there a way to overide this feature and have the message sent only after the mouse has been released? My WM_PAINT handler has a lot of work to do, a little too much to do before the next message is sent, causing things not to be painted in their correct positions. My solution to this is to draw a bounding rectangle for the window while the edges are being dragged and only repaint the window once the mouse has been released.
AnswerRe: window sizing Pin
act_x11-Oct-06 20:25
act_x11-Oct-06 20:25 
AnswerRe: window sizing Pin
PJ Arends11-Oct-06 21:02
professionalPJ Arends11-Oct-06 21:02 
GeneralRe: window sizing Pin
Waldermort11-Oct-06 22:36
Waldermort11-Oct-06 22:36 
AnswerRe: window sizing Pin
James Brown11-Oct-06 22:20
James Brown11-Oct-06 22:20 
GeneralRe: window sizing Pin
Waldermort11-Oct-06 22:44
Waldermort11-Oct-06 22:44 
GeneralRe: window sizing Pin
Mark Salsbery12-Oct-06 6:08
Mark Salsbery12-Oct-06 6:08 
GeneralRe: window sizing Pin
PJ Arends12-Oct-06 11:27
professionalPJ Arends12-Oct-06 11:27 
QuestionMFC CDocManger - OnFileNew() Pin
Vaclav_11-Oct-06 16:26
Vaclav_11-Oct-06 16:26 
AnswerRe: MFC CDocManger - OnFileNew() Pin
PJ Arends11-Oct-06 20:29
professionalPJ Arends11-Oct-06 20:29 
GeneralRe: MFC CDocManger - OnFileNew() Pin
Vaclav_12-Oct-06 6:29
Vaclav_12-Oct-06 6:29 
Questionhow to save an big array as an image? Pin
zhijia.yuan11-Oct-06 10:54
zhijia.yuan11-Oct-06 10:54 
AnswerRe: how to save an big array as an image? Pin
Mark Salsbery11-Oct-06 12:33
Mark Salsbery11-Oct-06 12:33 
AnswerRe: how to save an big array as an image? Pin
David Crow12-Oct-06 2:54
David Crow12-Oct-06 2:54 
QuestionCookie problem with IWebBrowser2 Pin
ayol1212211-Oct-06 10:29
ayol1212211-Oct-06 10:29 
QuestionChanging file share attributes in a CFile object Pin
stretchcoder11-Oct-06 10:20
stretchcoder11-Oct-06 10:20 
AnswerRe: Changing file share attributes in a CFile object Pin
Mark Salsbery11-Oct-06 12:49
Mark Salsbery11-Oct-06 12:49 
GeneralRe: Changing file share attributes in a CFile object Pin
stretchcoder11-Oct-06 13:42
stretchcoder11-Oct-06 13:42 

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.