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

C / C++ / MFC

 
GeneralOperator Overloading Problem Pin
Anonymous20-Oct-04 12:24
Anonymous20-Oct-04 12:24 
GeneralLNK2001: unresolved external symbol Pin
Igor Mihailov20-Oct-04 11:32
Igor Mihailov20-Oct-04 11:32 
GeneralRe: LNK2001: unresolved external symbol Pin
Sujan Christo20-Oct-04 18:58
Sujan Christo20-Oct-04 18:58 
Generalconcat strings to hold int data types Pin
elephantstar20-Oct-04 11:07
elephantstar20-Oct-04 11:07 
GeneralRe: concat strings to hold int data types Pin
V.20-Oct-04 21:55
professionalV.20-Oct-04 21:55 
GeneralRe: concat strings to hold int data types Pin
David Crow21-Oct-04 3:02
David Crow21-Oct-04 3:02 
GeneralRe: concat strings to hold int data types Pin
elephantstar21-Oct-04 6:09
elephantstar21-Oct-04 6:09 
GeneralExpand/Collapse Customization of the CFileDialog Pin
BAmity20-Oct-04 10:12
BAmity20-Oct-04 10:12 
I'd like to customize the CFileDialog to add some extra controls to the bottom of it. When the dialog first opens, I'd only like one of the extra controls to be displayed. When the user selects this control (a check box), then I'd like the dialog to expand to show the rest of the controls.

I am using the explorer style CFileDialog with a custom template. If I place all of the extra controls on the custom template, the size of the CFileDialog is extended to include all of these controls (even if they are not visible). So I get the CFileDialog w/ a bunch of extra gray space at the bottom of it.

I thought that I could make the invisible controls very small in the custom template to minimize this extra gray space. Then when they need to be seen, I'd resize the CFileDialog and the controls and set the controls visible. The problem is that whenever I change the size of the CFileDialog by calling SetWindowPos(), the original CFileDialog controls resize to fill up the extra space, leaving no extra room for my new controls. Confused | :confused:

Does anyone know how to customize the CFileDialog to allow for collapse/expand at the bottom of the dialog? If so, I could really use some suggestions. Thanks!
GeneralWindow Resizing to Fit the Font Pin
Ali Niaz20-Oct-04 9:55
Ali Niaz20-Oct-04 9:55 
GeneralRe: Window Resizing to Fit the Font Pin
PJ Arends20-Oct-04 10:14
professionalPJ Arends20-Oct-04 10:14 
GeneralRe: Window Resizing to Fit the Font Pin
Ali Niaz20-Oct-04 10:44
Ali Niaz20-Oct-04 10:44 
GeneralRe: Window Resizing to Fit the Font Pin
PJ Arends20-Oct-04 20:03
professionalPJ Arends20-Oct-04 20:03 
Generalsorry its ERROR_ACCESS_DENIED Pin
Ann6620-Oct-04 9:28
sussAnn6620-Oct-04 9:28 
Generalport open problem Pin
Ann6620-Oct-04 9:26
sussAnn6620-Oct-04 9:26 
GeneralRe: port open problem Pin
David Crow20-Oct-04 10:00
David Crow20-Oct-04 10:00 
GeneralRe: port open problem Pin
Ann6620-Oct-04 10:03
sussAnn6620-Oct-04 10:03 
GeneralRe: port open problem Pin
Ted Ferenc20-Oct-04 21:35
Ted Ferenc20-Oct-04 21:35 
Generalchange icon of an exe file Pin
includeh1020-Oct-04 8:30
includeh1020-Oct-04 8:30 
GeneralRe: change icon of an exe file Pin
Joaquín M López Muñoz20-Oct-04 9:11
Joaquín M López Muñoz20-Oct-04 9:11 
GeneralRe: change icon of an exe file Pin
includeh1021-Oct-04 3:12
includeh1021-Oct-04 3:12 
GeneralCString Pin
Kehllendros20-Oct-04 8:28
Kehllendros20-Oct-04 8:28 
GeneralRe: CString Pin
Michael Dunn20-Oct-04 9:08
sitebuilderMichael Dunn20-Oct-04 9:08 
GeneralRe: CString Pin
peterchen20-Oct-04 10:20
peterchen20-Oct-04 10:20 
GeneralWindows Forms App in VC++ .NET Pin
NietzscheDisciple20-Oct-04 7:38
NietzscheDisciple20-Oct-04 7:38 
GeneralGetting the Items Pin
purshi20-Oct-04 7:32
purshi20-Oct-04 7:32 

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.