Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: problem in solving "C4996" error Pin
Jochen Arndt10-Dec-15 21:16
professionalJochen Arndt10-Dec-15 21:16 
PraiseRe: problem in solving "C4996" error Pin
VISWESWARAN199811-Dec-15 0:39
professionalVISWESWARAN199811-Dec-15 0:39 
AnswerRe: problem in solving "C4996" error Pin
Richard MacCutchan10-Dec-15 21:57
mveRichard MacCutchan10-Dec-15 21:57 
PraiseRe: problem in solving "C4996" error Pin
VISWESWARAN199811-Dec-15 0:40
professionalVISWESWARAN199811-Dec-15 0:40 
QuestionPassing double pointer to function Pin
elelont29-Dec-15 21:49
elelont29-Dec-15 21:49 
AnswerRe: Passing double pointer to function Pin
Richard MacCutchan9-Dec-15 22:29
mveRichard MacCutchan9-Dec-15 22:29 
QuestionResize a Dialog Box (MDI-Application) Pin
Schehaider_Aymen7-Dec-15 23:05
Schehaider_Aymen7-Dec-15 23:05 
AnswerRe: Resize a Dialog Box (MDI-Application) Pin
Jochen Arndt7-Dec-15 23:29
professionalJochen Arndt7-Dec-15 23:29 
Moving the dialog by code should work like moving it by mouse. This does not depend on the application type.

Resizing is disabled for CDialog derived classes. To be resizable the window must have a different style (you may search for resizable dialogs). But it usually requires a lot of code to implement resizing with dialogs. It may be simpler to create your own window class that is not CDialog based (especially when it should be non-modal).

[EDIT]
You may have a look at these CP articles: CResizableDialog[^] and ResizableLib[^].

modified 8-Dec-15 5:40am.

GeneralRe: Resize a Dialog Box (MDI-Application) Pin
Schehaider_Aymen9-Dec-15 2:30
Schehaider_Aymen9-Dec-15 2:30 
QuestionIssue with CFolderPickerDialog Pin
Prasanth.outofboxt7-Dec-15 18:50
Prasanth.outofboxt7-Dec-15 18:50 
AnswerRe: Issue with CFolderPickerDialog Pin
Richard MacCutchan7-Dec-15 22:15
mveRichard MacCutchan7-Dec-15 22:15 
GeneralRe: Issue with CFolderPickerDialog Pin
Prasanth.outofboxt14-Dec-15 21:39
Prasanth.outofboxt14-Dec-15 21:39 
QuestionSplitting Video Pin
savitap6-Dec-15 23:37
savitap6-Dec-15 23:37 
SuggestionRe: Splitting Video Pin
Richard MacCutchan7-Dec-15 0:33
mveRichard MacCutchan7-Dec-15 0:33 
Questionbinary trees Pin
Amr.Mohammad875-Dec-15 4:09
Amr.Mohammad875-Dec-15 4:09 
QuestionRe: binary trees Pin
CPallini5-Dec-15 4:25
mveCPallini5-Dec-15 4:25 
AnswerRe: binary trees Pin
Amr.Mohammad875-Dec-15 5:36
Amr.Mohammad875-Dec-15 5:36 
GeneralRe: binary trees Pin
CPallini5-Dec-15 10:00
mveCPallini5-Dec-15 10:00 
GeneralRe: binary trees Pin
Amr.Mohammad876-Dec-15 0:49
Amr.Mohammad876-Dec-15 0:49 
GeneralRe: binary trees Pin
Amr.Mohammad876-Dec-15 0:49
Amr.Mohammad876-Dec-15 0:49 
GeneralRe: binary trees Pin
CPallini6-Dec-15 3:47
mveCPallini6-Dec-15 3:47 
GeneralRe: binary trees Pin
Amr.Mohammad8724-Dec-15 20:14
Amr.Mohammad8724-Dec-15 20:14 
GeneralRe: binary trees Pin
CPallini25-Dec-15 8:43
mveCPallini25-Dec-15 8:43 
QuestionService only works once useing Pin
derek-20084-Dec-15 12:58
derek-20084-Dec-15 12:58 
QuestionAdding a new button to and existing CMFCRibbonBar "tab" Pin
S.T.K4-Dec-15 6:22
S.T.K4-Dec-15 6:22 

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.