Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: here Pin
Software_Developer23-May-14 20:59
Software_Developer23-May-14 20:59 
QuestionCreateProcess() not working Pin
Member 420182022-May-14 23:51
Member 420182022-May-14 23:51 
QuestionRe: CreateProcess() not working Pin
CPallini23-May-14 0:10
mveCPallini23-May-14 0:10 
AnswerRe: CreateProcess() not working Pin
«_Superman_»23-May-14 0:24
professional«_Superman_»23-May-14 0:24 
AnswerRe: It works, you just dont have rehash.exe in C.\temp Pin
Software_Developer23-May-14 1:29
Software_Developer23-May-14 1:29 
QuestionResize a dialog Pin
john563222-May-14 21:32
john563222-May-14 21:32 
QuestionRe: Resize a dialog Pin
CPallini22-May-14 21:56
mveCPallini22-May-14 21:56 
AnswerRe: Resize a dialog Pin
Maximilien23-May-14 3:30
Maximilien23-May-14 3:30 
You need to do it manually.

Get the parent dialog client size (CWnd::GetClientRect) and use either CWnd::MoveWindow or CWnd::SetWindowPos to move/resize the child dialog of your choice.

be careful about the CRect that is returned by GetClientRect, you might have to use ScreenToClient to ClientToScreen to convert the rect before move/resize the child dialogs.
I'd rather be phishing!

QuestionContrast "socket API" and "WSASocket API" Pin
bkelly1322-May-14 14:28
bkelly1322-May-14 14:28 
AnswerRe: Contrast "socket API" and "WSASocket API" Pin
Richard MacCutchan22-May-14 20:52
mveRichard MacCutchan22-May-14 20:52 
Generalspeed difference? Pin
bkelly1323-May-14 2:33
bkelly1323-May-14 2:33 
GeneralRe: speed difference? Pin
Richard MacCutchan23-May-14 6:16
mveRichard MacCutchan23-May-14 6:16 
GeneralRe: speed difference? Pin
Richard Andrew x6423-May-14 6:47
professionalRichard Andrew x6423-May-14 6:47 
AnswerRe: Contrast "socket API" and "WSASocket API" Pin
AmitCohen22226-May-14 21:00
AmitCohen22226-May-14 21:00 
GeneralGoing with WSASocket API Pin
bkelly1327-May-14 16:04
bkelly1327-May-14 16:04 
QuestionODS_SELECTED Pin
john563221-May-14 21:01
john563221-May-14 21:01 
AnswerRe: ODS_SELECTED Pin
Jochen Arndt21-May-14 21:26
professionalJochen Arndt21-May-14 21:26 
GeneralRe: ODS_SELECTED Pin
john563221-May-14 23:42
john563221-May-14 23:42 
GeneralRe: ODS_SELECTED Pin
Jochen Arndt22-May-14 0:19
professionalJochen Arndt22-May-14 0:19 
QuestionHow To Decrease Video Size Pin
AmbiguousName21-May-14 20:37
AmbiguousName21-May-14 20:37 
AnswerRe: How To Decrease Video Size Pin
SoMad21-May-14 23:25
professionalSoMad21-May-14 23:25 
AnswerRe: How To Decrease Video Size Pin
AmbiguousName22-May-14 1:06
AmbiguousName22-May-14 1:06 
GeneralRe: How To Decrease Video Size Pin
SoMad22-May-14 15:12
professionalSoMad22-May-14 15:12 
AnswerEncode it as an MP4 File Pin
Software_Developer22-May-14 1:49
Software_Developer22-May-14 1:49 
QuestionI need a two level priority queue Pin
Member 1042711521-May-14 19:24
Member 1042711521-May-14 19:24 

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.