Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
goutom roy wrote:
how can i open MFC project in vs c++


File -> Open -> Project/Solution (Ctrl + Shift + O)
Here I assume you can navigate to the appropriate directory and select either the .sln (Solution File) or the .vcproj (Project File)

goutom roy wrote:
compile and run


To compile and run the project you have just opened: Shift + F5 OR Debug -> Start Without Debugging

To compile and run in Debug mode: press F5 OR Debug -> Start Debugging

And To view and work on the window (such as add buttons, sample text boxes, and other control objects) Go to the Resource Tab and look under the Dialog Sub menu.


And as everyone else above has mentioned: GOOD LUCK
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 
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 
AnswerRe: Sinhronisation of allocation and freeing of memory Pin
Stuart Dootson21-Jul-09 11:17
professionalStuart Dootson21-Jul-09 11:17 
GeneralRe: Sinhronisation of allocation and freeing of memory Pin
Gastello22-Jul-09 1:23
Gastello22-Jul-09 1:23 
GeneralRe: Sinhronisation of allocation and freeing of memory Pin
Stuart Dootson22-Jul-09 2:01
professionalStuart Dootson22-Jul-09 2:01 
AnswerRe: Sinhronisation of allocation and freeing of memory Pin
Gastello27-Jul-09 0:29
Gastello27-Jul-09 0:29 
QuestionDetails of Error Message in MSIPackageDiff Pin
Member 154408721-Jul-09 5:18
Member 154408721-Jul-09 5:18 
QuestionHow to trace MFC command? SOLVED Pin
Vaclav_21-Jul-09 5:10
Vaclav_21-Jul-09 5:10 
AnswerRe: How to trace MFC command? Pin
led mike21-Jul-09 5:57
led mike21-Jul-09 5:57 
GeneralRe: How to trace MFC command? Pin
Vaclav_21-Jul-09 7:22
Vaclav_21-Jul-09 7:22 

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.