Click here to Skip to main content
15,896,726 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: MFC FrameWork concepts Pin
Rajkumar R28-Jun-07 18:56
Rajkumar R28-Jun-07 18:56 
AnswerRe: MFC FrameWork concepts Pin
swarup28-Jun-07 19:06
swarup28-Jun-07 19:06 
AnswerRe: MFC FrameWork concepts Pin
Jhony george28-Jun-07 21:47
Jhony george28-Jun-07 21:47 
AnswerRe: MFC FrameWork concepts Pin
Hamid_RT29-Jun-07 3:06
Hamid_RT29-Jun-07 3:06 
GeneralRe: MFC FrameWork concepts Pin
prithaa29-Jun-07 4:26
prithaa29-Jun-07 4:26 
GeneralRe: MFC FrameWork concepts Pin
Hamid_RT29-Jun-07 5:34
Hamid_RT29-Jun-07 5:34 
Questionhow to understand CFileDialog(TURE or FALSE) parameters Pin
gentleguy28-Jun-07 18:41
gentleguy28-Jun-07 18:41 
AnswerRe: how to understand CFileDialog(TURE or FALSE) parameters Pin
swarup28-Jun-07 19:04
swarup28-Jun-07 19:04 
CFileDialog( BOOL bOpenFileDialog, LPCTSTR lpszDefExt = NULL, LPCTSTR lpszFileName = NULL, DWORD dwFlags = OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, LPCTSTR lpszFilter = NULL, CWnd* pParentWnd = NULL );

Parameters

bOpenFileDialog

Set to TRUE to construct a File Open dialog box or FALSE to construct a File Save As dialog box.

lpszDefExt

The default filename extension. If the user does not include an extension in the Filename edit box, the extension specified by lpszDefExt is automatically appended to the filename. If this parameter is NULL, no file extension is appended.

lpszFileName

The initial filename that appears in the filename edit box. If NULL, no filename initially appears.

dwFlags

A combination of one or more flags that allow you to customize the dialog box. For a description of these flags, see theOPENFILENAME structure in the Win32 SDK documentation. If you modify the m_ofn.Flags structure member, use a bitwise-OR operator in your changes to keep the default behavior intact.

lpszFilter

A series of string pairs that specify filters you can apply to the file. If you specify file filters, only selected files will appear in the Files list box. See the Remarks section for more information on how to work with file filters.

pParentWnd

A pointer to the file dialog-box object’s parent or owner window.

hope this willget all clear
AnswerRe: how to understand CFileDialog(TURE or FALSE) parameters Pin
swarup28-Jun-07 19:05
swarup28-Jun-07 19:05 
Questionhow to write a correct Multi Threaded Application [modified] Pin
swarup28-Jun-07 18:36
swarup28-Jun-07 18:36 
AnswerRe: how to write a correct Multi Threaded Application Pin
swarup29-Jun-07 5:14
swarup29-Jun-07 5:14 
QuestionProblem accessing network printers from Services Pin
Sivakumar R28-Jun-07 17:45
Sivakumar R28-Jun-07 17:45 
AnswerRe: Problem accessing network printers from Services Pin
kakan28-Jun-07 20:54
professionalkakan28-Jun-07 20:54 
GeneralRe: Problem accessing network printers from Services Pin
Sivakumar R29-Jun-07 1:39
Sivakumar R29-Jun-07 1:39 
GeneralRe: Problem accessing network printers from Services Pin
kakan29-Jun-07 1:49
professionalkakan29-Jun-07 1:49 
GeneralRe: Problem accessing network printers from Services Pin
Sivakumar R29-Jun-07 2:23
Sivakumar R29-Jun-07 2:23 
QuestionTrapping all of another process's messages Pin
Kevin Kinnett28-Jun-07 12:55
Kevin Kinnett28-Jun-07 12:55 
AnswerRe: Trapping all of another process's messages Pin
Stephen Hewitt28-Jun-07 17:10
Stephen Hewitt28-Jun-07 17:10 
AnswerRe: Trapping all of another process's messages Pin
Stephen Hewitt28-Jun-07 18:17
Stephen Hewitt28-Jun-07 18:17 
QuestionVisual C++ Pin
sherryann28-Jun-07 12:35
sherryann28-Jun-07 12:35 
AnswerRe: Visual C++ Pin
Mark Salsbery28-Jun-07 13:07
Mark Salsbery28-Jun-07 13:07 
GeneralRe: Visual C++ Pin
Rajesh R Subramanian28-Jun-07 20:55
professionalRajesh R Subramanian28-Jun-07 20:55 
GeneralRe: Visual C++ Pin
Mark Salsbery30-Jun-07 7:21
Mark Salsbery30-Jun-07 7:21 
AnswerRe: Visual C++ Pin
Christian Graus28-Jun-07 13:22
protectorChristian Graus28-Jun-07 13:22 
QuestionCompiler Options and the DDK Build Environments Pin
switang28-Jun-07 7:51
switang28-Jun-07 7:51 

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.