Click here to Skip to main content
16,012,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCannot access HELP (SEARCH) in Visual C++ 6.0 Pin
9-Dec-00 17:10
suss9-Dec-00 17:10 
GeneralRe: Cannot access HELP (SEARCH) in Visual C++ 6.0 Pin
Anders Molin10-Dec-00 0:42
professionalAnders Molin10-Dec-00 0:42 
QuestionHow to save a CView screenshot as BITMAP? Pin
9-Dec-00 15:00
suss9-Dec-00 15:00 
AnswerRe: How to save a CView screenshot as BITMAP? Pin
Christian Graus9-Dec-00 21:15
protectorChristian Graus9-Dec-00 21:15 
Generalchanging the print dialog box Pin
9-Dec-00 4:23
suss9-Dec-00 4:23 
GeneralRe: changing the print dialog box Pin
Tim Deveaux9-Dec-00 15:45
Tim Deveaux9-Dec-00 15:45 
QuestionWhat can i do if I want to draw my own frame on a tool bar? Pin
Mr.Nodman9-Dec-00 1:11
Mr.Nodman9-Dec-00 1:11 
Questionreturn file name from GetOpenFileName? Pin
8-Dec-00 22:44
suss8-Dec-00 22:44 
question of beginner

i tried a lot to return full path and the name of the file
to put that in a CString ms
this is the code
{
OPENFILENAME selfile = { 0 };
selfile.lStructSize = sizeof selfile;
selfile.hwndOwner = m_hWnd;
selfile.lpstrFilter = "All Files (*.bin)\0*.bin\0";
selfile.lpfnHook = CResizeTestDlg::HookProc;
selfile.Flags = OFN_ENABLEHOOK | OFN_EXPLORER;
selfile.lpstrTitle="Select File ";
GetOpenFileName( &selfile );

CString ms;
//ms.GetBuffer(of.lpstrFile);
AfxMessageBox(ms);
}



AnswerRe: return file name from GetOpenFileName? Pin
Michael Dunn9-Dec-00 6:50
sitebuilderMichael Dunn9-Dec-00 6:50 
GeneralDialog Pin
8-Dec-00 22:33
suss8-Dec-00 22:33 
GeneralRe: Dialog Pin
Christian Graus9-Dec-00 9:46
protectorChristian Graus9-Dec-00 9:46 
GeneralRe: Dialog Pin
Matt Philmon9-Dec-00 9:54
Matt Philmon9-Dec-00 9:54 
QuestionMFC without a dialog or view? Pin
8-Dec-00 14:08
suss8-Dec-00 14:08 
AnswerRe: MFC without a dialog or view? Pin
Erik Funkenbusch8-Dec-00 18:03
Erik Funkenbusch8-Dec-00 18:03 
GeneralRe: MFC without a dialog or view? Pin
8-Dec-00 19:23
suss8-Dec-00 19:23 
GeneralRe: MFC without a dialog or view? Pin
Erik Funkenbusch8-Dec-00 21:58
Erik Funkenbusch8-Dec-00 21:58 
GeneralRe: MFC without a dialog or view? Pin
10-Dec-00 21:46
suss10-Dec-00 21:46 
GeneralRe: MFC without a dialog or view? Pin
Erik Funkenbusch11-Dec-00 12:17
Erik Funkenbusch11-Dec-00 12:17 
GeneralMinimized Window doesnot show up Pin
8-Dec-00 9:38
suss8-Dec-00 9:38 
GeneralHelp with string class - return char * Pin
Christian Graus7-Dec-00 12:04
protectorChristian Graus7-Dec-00 12:04 
GeneralRe: Help with string class - return char * Pin
Michael Dunn7-Dec-00 13:35
sitebuilderMichael Dunn7-Dec-00 13:35 
GeneralRe: Help with string class - return char * Pin
Christian Graus7-Dec-00 14:04
protectorChristian Graus7-Dec-00 14:04 
GeneralRe: Help with string class - return char * Pin
Erik Funkenbusch8-Dec-00 10:20
Erik Funkenbusch8-Dec-00 10:20 
GeneralRe: Help with string class - return char * Pin
Christian Graus8-Dec-00 12:22
protectorChristian Graus8-Dec-00 12:22 
GeneralRe: Help with string class - return char * Pin
Erik Funkenbusch8-Dec-00 18:25
Erik Funkenbusch8-Dec-00 18:25 

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.