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

C / C++ / MFC

 
AnswerRe: Any cool things you'd like to share? Pin
Maximilien15-Mar-05 6:29
Maximilien15-Mar-05 6:29 
GeneralRe: Any cool things you'd like to share? Pin
Jared F.15-Mar-05 6:36
Jared F.15-Mar-05 6:36 
GeneralRe: Any cool things you'd like to share? Pin
John R. Shaw15-Mar-05 12:06
John R. Shaw15-Mar-05 12:06 
AnswerRe: Any cool things you'd like to share? Pin
David Crow15-Mar-05 9:53
David Crow15-Mar-05 9:53 
QuestionHow to make a project that is opened as its own program Pin
Jared F.15-Mar-05 6:16
Jared F.15-Mar-05 6:16 
AnswerRe: How to make a project that is opened as its own program Pin
David Crow15-Mar-05 9:56
David Crow15-Mar-05 9:56 
AnswerRe: How to make a project that is opened as its own program Pin
marinme15-Mar-05 13:55
marinme15-Mar-05 13:55 
AnswerRe: How to make a project that is opened as its own program Pin
FlyingTinman15-Mar-05 16:47
FlyingTinman15-Mar-05 16:47 
If I understand your question you have been simply running your project
from the IDE ( pressing F5 or CTRL-F5 etc. )
When you do this, before the program runs it is first compiled,
and an executable is created ( e.g. yourapplication.exe )
The location of this executable can be found by looking at
Project->Settings on the [Link] tab.
Make sure you have the correct project and build debug or release)
selected in the left pane, and the name and location of the executable
will appear in the "Output file name" edit box ( you can change this )
If the path is a relative path it is relative to the project path
(where your source code is stored)

Using Windows Explorer you can copy (or drag-and-drop) that executable
file onto your desktop (or anywhere else) or simply make a shortcut to
it on your taskbar.
By default it will have the blue MFC icom but you can change that
by editing IDR_MAINFRAME in the 'Icon' resource


Steve T
GeneralI need a graphics library!!! Pin
Jared F.15-Mar-05 6:12
Jared F.15-Mar-05 6:12 
GeneralRe: I need a graphics library!!! Pin
John R. Shaw15-Mar-05 11:28
John R. Shaw15-Mar-05 11:28 
Questionhow to test a type int as a char Pin
Jared F.15-Mar-05 5:45
Jared F.15-Mar-05 5:45 
AnswerRe: how to test a type int as a char Pin
David Crow15-Mar-05 5:54
David Crow15-Mar-05 5:54 
AnswerRe: how to test a type int as a char Pin
namaskaaram16-Mar-05 3:01
namaskaaram16-Mar-05 3:01 
GeneralWindows security (how to retreive the name of a security group using vc6) Pin
nadzzz15-Mar-05 4:09
nadzzz15-Mar-05 4:09 
GeneralRe: Windows security (how to retreive the name of a security group using vc6) Pin
David Crow16-Mar-05 2:50
David Crow16-Mar-05 2:50 
Generaltray icon notifycation problem Pin
ThinkingPrometheus15-Mar-05 3:52
ThinkingPrometheus15-Mar-05 3:52 
GeneralRe: tray icon notifycation problem Pin
ThinkingPrometheus15-Mar-05 5:02
ThinkingPrometheus15-Mar-05 5:02 
Generalmultilanguge support for reading ini file Pin
inbakumar.G15-Mar-05 3:48
inbakumar.G15-Mar-05 3:48 
Generali need netcons.h Pin
Sébastien Nadeau15-Mar-05 3:48
Sébastien Nadeau15-Mar-05 3:48 
GeneralRe: i need netcons.h Pin
David Crow15-Mar-05 5:55
David Crow15-Mar-05 5:55 
GeneralVC ++ desktop service based on SOAP Pin
ashutosh_tripathi15-Mar-05 3:15
ashutosh_tripathi15-Mar-05 3:15 
GeneralCDHtmlDialog problem Pin
ewanb15-Mar-05 2:34
ewanb15-Mar-05 2:34 
GeneralRe: CDHtmlDialog problem Pin
Blake Miller15-Mar-05 12:51
Blake Miller15-Mar-05 12:51 
GeneralRe: CDHtmlDialog problem Pin
ewanb16-Mar-05 2:05
ewanb16-Mar-05 2:05 
GeneralRe: CDHtmlDialog problem Pin
Blake Miller16-Mar-05 11:35
Blake Miller16-Mar-05 11:35 

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.