Click here to Skip to main content
15,900,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to manually disable Menu item? Pin
Ryan Binns7-Aug-03 2:03
Ryan Binns7-Aug-03 2:03 
GeneralRe: How to manually disable Menu item? Pin
vgrigor7-Aug-03 2:12
vgrigor7-Aug-03 2:12 
GeneralRe: How to manually disable Menu item? Pin
vgrigor7-Aug-03 3:31
vgrigor7-Aug-03 3:31 
Generalmessage id Pin
ranjjj7-Aug-03 0:09
ranjjj7-Aug-03 0:09 
GeneralRe: message id Pin
Vitali Halershtein7-Aug-03 0:14
Vitali Halershtein7-Aug-03 0:14 
GeneralRe: message id Pin
dharani7-Aug-03 0:24
dharani7-Aug-03 0:24 
GeneralSelecting multiple files in openFIleDialog Pin
BoudewijnEctor6-Aug-03 23:57
BoudewijnEctor6-Aug-03 23:57 
GeneralRe: Selecting multiple files in openFIleDialog Pin
Vitali Halershtein7-Aug-03 0:17
Vitali Halershtein7-Aug-03 0:17 
Hi student Smile | :)

To allow the user to select multiple files, set the OFN_ALLOWMULTISELECT flag before calling DoModal. You need to supply your own filename buffer to accommodate the returned list of multiple filenames. Do this by replacing m_ofn.lpstrFile with a pointer to a buffer you have allocated, after constructing the CFileDialog, but before calling DoModal. Additionally, you must set m_ofn.nMaxFile with the number of characters in the buffer pointed to by m_ofn.lpstrFile.



Vitali
GeneralRe: Selecting multiple files in openFIleDialog Pin
BoudewijnEctor7-Aug-03 0:21
BoudewijnEctor7-Aug-03 0:21 
GeneralRe: Selecting multiple files in openFIleDialog Pin
Vitali Halershtein7-Aug-03 0:41
Vitali Halershtein7-Aug-03 0:41 
Generalclickety Pin
PJ Arends7-Aug-03 10:41
professionalPJ Arends7-Aug-03 10:41 
GeneralRe: Selecting multiple files in openFIleDialog Pin
David Crow7-Aug-03 4:01
David Crow7-Aug-03 4:01 
QuestionHow to Draw text in CEditView? Pin
Habbit6-Aug-03 23:19
Habbit6-Aug-03 23:19 
AnswerRe: How to Draw text in CEditView? Pin
Vitali Halershtein6-Aug-03 23:27
Vitali Halershtein6-Aug-03 23:27 
GeneralRe: How to Draw text in CEditView? Pin
Habbit6-Aug-03 23:37
Habbit6-Aug-03 23:37 
GeneralRe: How to Draw text in CEditView? Pin
Vitali Halershtein6-Aug-03 23:46
Vitali Halershtein6-Aug-03 23:46 
AnswerRe: How to Draw text in CEditView? Pin
Alexandru Savescu6-Aug-03 23:44
Alexandru Savescu6-Aug-03 23:44 
AnswerRe: How to Draw text in CEditView? Pin
Ryan Binns6-Aug-03 23:57
Ryan Binns6-Aug-03 23:57 
GeneralRe: How to Draw text in CEditView? Pin
Habbit7-Aug-03 15:53
Habbit7-Aug-03 15:53 
GeneralDIrectoy selection, and creating Pin
BoudewijnEctor6-Aug-03 23:19
BoudewijnEctor6-Aug-03 23:19 
GeneralRe: DIrectoy selection, and creating Pin
jhwurmbach6-Aug-03 23:55
jhwurmbach6-Aug-03 23:55 
GeneralRe: DIrectoy selection, and creating Pin
BoudewijnEctor6-Aug-03 23:59
BoudewijnEctor6-Aug-03 23:59 
GeneralRe: DIrectoy selection, and creating Pin
jhwurmbach7-Aug-03 0:02
jhwurmbach7-Aug-03 0:02 
GeneralRe: DIrectoy selection, and creating Pin
BoudewijnEctor7-Aug-03 0:14
BoudewijnEctor7-Aug-03 0:14 
GeneralRe: DIrectoy selection, and creating Pin
jhwurmbach7-Aug-03 0:26
jhwurmbach7-Aug-03 0:26 

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.