Click here to Skip to main content
15,893,190 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Richedit2 in Visual Studio 2008 cause the MFC dialog not to display Pin
sharp_k21-Jul-09 18:11
sharp_k21-Jul-09 18:11 
GeneralRe: Richedit2 in Visual Studio 2008 cause the MFC dialog not to display Pin
_AnsHUMAN_ 21-Jul-09 20:23
_AnsHUMAN_ 21-Jul-09 20:23 
GeneralRe: Richedit2 in Visual Studio 2008 cause the MFC dialog not to display Pin
sharp_k22-Jul-09 4:50
sharp_k22-Jul-09 4:50 
QuestionHow to run Windows Applications without login Pin
Jun Du21-Jul-09 11:16
Jun Du21-Jul-09 11:16 
AnswerRe: How to run Windows Applications without login Pin
Electron Shepherd21-Jul-09 13:28
Electron Shepherd21-Jul-09 13:28 
AnswerRe: How to run Windows Applications without login Pin
#realJSOP22-Jul-09 0:20
mve#realJSOP22-Jul-09 0:20 
AnswerRe: How to run Windows Applications without login Pin
Joan M22-Jul-09 3:49
professionalJoan M22-Jul-09 3:49 
Questionvisual studio c++ 2005...how to open MFC project and run Pin
goutom roy21-Jul-09 10:56
goutom roy21-Jul-09 10:56 
AnswerRe: visual studio c++ 2005...how to open MFC project and run Pin
led mike21-Jul-09 11:06
led mike21-Jul-09 11:06 
GeneralRe: visual studio c++ 2005...how to open MFC project and run Pin
sharp_k21-Jul-09 19:26
sharp_k21-Jul-09 19:26 
GeneralRe: visual studio c++ 2005...how to open MFC based project which contain a .cpp file .i also want to see my window what i have created..... Pin
goutom roy21-Jul-09 22:35
goutom roy21-Jul-09 22:35 
GeneralRe: visual studio c++ 2005...how to open MFC based project which contain a .cpp file .i also want to see my window what i have created..... [modified] Pin
Michael Schubert21-Jul-09 22:45
Michael Schubert21-Jul-09 22:45 
GeneralRe: visual studio c++ 2005...how to open MFC based project which contain a .cpp file .i also want to see my window what i have created..... PinPopular
killabyte21-Jul-09 23:11
killabyte21-Jul-09 23:11 
GeneralRe: visual studio c++ 2005...how to open MFC based project which contain a .cpp file .i also want to see my window what i have created..... Pin
#realJSOP22-Jul-09 0:17
mve#realJSOP22-Jul-09 0:17 
GeneralRe: visual studio c++ 2005...how to open MFC based project which contain a .cpp file .i also want to see my window what i have created..... Pin
Peter Mulholland22-Jul-09 1:11
Peter Mulholland22-Jul-09 1:11 
AnswerRe: visual studio c++ 2005...how to open MFC project and run Pin
UserNameless22-Jul-09 0:02
UserNameless22-Jul-09 0:02 
AnswerRe: visual studio c++ 2005...how to open MFC project and run PinPopular
Gary R. Wheeler22-Jul-09 0:07
Gary R. Wheeler22-Jul-09 0:07 
If you have an existing MFC project you want to compile and run, select File, Open, and then Project/Solution. Visual Studio uses solution files (with the extension .sln) and project files (with the extension .vcproj). Navigate to the folder that contains your MFC project. Choose the .sln file it it exists, and the .vcproj file otherwise.

If you want to create an initial project to experiment with, select File, New, Project. In the dialog that opens, choose Visual C++ and then MFC in the tree on the left. In the list on the right, select MFC Application. At the bottom of the dialog, choose a location and a name for your project. You will then see a wizard for choosing the basic features for the application you want to create.

Software Zen: delete this;
Fold With Us![^]

Questiondepth first search help.. Pin
neha_rai21-Jul-09 10:43
neha_rai21-Jul-09 10:43 
AnswerRe: depth first search help.. Pin
«_Superman_»21-Jul-09 18:18
professional«_Superman_»21-Jul-09 18:18 
QuestionWierd compiler bug with the string "??!" please someone tell me im not going mental! Pin
swifty666_200021-Jul-09 10:00
swifty666_200021-Jul-09 10:00 
AnswerRe: Wierd compiler bug with the string "??!" please someone tell me im not going mental! Pin
David Crow21-Jul-09 10:21
David Crow21-Jul-09 10:21 
GeneralRe: Wierd compiler bug with the string "??!" please someone tell me im not going mental! Pin
swifty666_200021-Jul-09 10:28
swifty666_200021-Jul-09 10:28 
GeneralRe: Wierd compiler bug with the string "??!" please someone tell me im not going mental! Pin
David Crow21-Jul-09 10:31
David Crow21-Jul-09 10:31 
AnswerRe: Wierd compiler bug with the string "??!" please someone tell me im not going mental! Pin
Pops800221-Jul-09 19:12
Pops800221-Jul-09 19:12 
QuestionSinhronisation of allocation and freeing of memory Pin
Gastello21-Jul-09 6:55
Gastello21-Jul-09 6:55 

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.