Click here to Skip to main content
15,902,903 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to set build event Macros in VC++ 6.0? Pin
Falconapollo23-Mar-12 17:56
Falconapollo23-Mar-12 17:56 
AnswerRe: How to set build event Macros in VC++ 6.0? Pin
«_Superman_»23-Mar-12 20:33
professional«_Superman_»23-Mar-12 20:33 
GeneralRe: How to set build event Macros in VC++ 6.0? Pin
Falconapollo23-Mar-12 20:45
Falconapollo23-Mar-12 20:45 
GeneralRe: How to set build event Macros in VC++ 6.0? Pin
Albert Holguin24-Mar-12 8:00
professionalAlbert Holguin24-Mar-12 8:00 
Questionc++ win32 project file - a file like a visual studio project file Pin
jkirkerx23-Mar-12 6:32
professionaljkirkerx23-Mar-12 6:32 
AnswerRe: c++ win32 project file - a file like a visual studio project file Pin
Chris Losinger23-Mar-12 6:46
professionalChris Losinger23-Mar-12 6:46 
AnswerRe: c++ win32 project file - a file like a visual studio project file Pin
David Crow23-Mar-12 6:54
David Crow23-Mar-12 6:54 
GeneralRe: c++ win32 project file - a file like a visual studio project file Pin
jkirkerx23-Mar-12 7:33
professionaljkirkerx23-Mar-12 7:33 
My program, the one that I am writing, allows the user to create or open a project. My program s projects are basically websites, that have a sql server, a database, themes, payment gateway, shipping and freight companies, all kinds of things that need to be programed and selected for online sales.

The project file would be clicked on from my Open Project Dialog Window. I already wrote the Open Project, and Create Project Dialogs.

The VS Project File appears to be what I'm looking for as an analogy, and it seems to contain information stored in a manner that I wish to imitate.

So I want to create a file from scratch when a project is created, with my programs icon associated with it, that will store values that have been programed into the project.

When the project is selected, my program's project editor will display the stored values inside the project file.

I just need a point in the right direction as to how to get started.

Sorry for being so vague on the first post Dave, I didn't want to post too much information at first.
GeneralRe: c++ win32 project file - a file like a visual studio project file Pin
Randor 23-Mar-12 12:36
professional Randor 23-Mar-12 12:36 
GeneralCreateFile Pin
jkirkerx23-Mar-12 12:57
professionaljkirkerx23-Mar-12 12:57 
GeneralRe: CreateFile Pin
Randor 23-Mar-12 13:10
professional Randor 23-Mar-12 13:10 
GeneralRe: Structure the data contents of the file. Pin
jkirkerx23-Mar-12 13:31
professionaljkirkerx23-Mar-12 13:31 
GeneralRe: Structure the data contents of the file. Pin
Randor 23-Mar-12 13:44
professional Randor 23-Mar-12 13:44 
GeneralRe: Structure the data contents of the file. Pin
jkirkerx24-Mar-12 8:12
professionaljkirkerx24-Mar-12 8:12 
GeneralRe: c++ win32 project file - a file like a visual studio project file Pin
jibon2124-Mar-12 17:33
jibon2124-Mar-12 17:33 
QuestionRe: c++ win32 project file - a file like a visual studio project file Pin
David Crow25-Mar-12 14:51
David Crow25-Mar-12 14:51 
QuestionMFC app with iPhone Pin
Software200723-Mar-12 6:05
Software200723-Mar-12 6:05 
AnswerRe: MFC app with iPhone Pin
Code-o-mat23-Mar-12 8:30
Code-o-mat23-Mar-12 8:30 
GeneralRe: MFC app with iPhone Pin
Software200723-Mar-12 15:47
Software200723-Mar-12 15:47 
GeneralRe: MFC app with iPhone Pin
Code-o-mat26-Mar-12 1:53
Code-o-mat26-Mar-12 1:53 
AnswerRe: MFC app with iPhone Pin
Albert Holguin24-Mar-12 8:04
professionalAlbert Holguin24-Mar-12 8:04 
QuestionHow to hanle header click & prevent of a list control Pin
Amrit Agr23-Mar-12 1:52
Amrit Agr23-Mar-12 1:52 
QuestionRe: How to hanle header click & prevent of a list control Pin
David Crow23-Mar-12 2:11
David Crow23-Mar-12 2:11 
AnswerRe: How to hanle header click & prevent of a list control Pin
Amrit Agr23-Mar-12 19:20
Amrit Agr23-Mar-12 19:20 
SuggestionRe: How to hanle header click & prevent of a list control Pin
David Crow24-Mar-12 12:29
David Crow24-Mar-12 12:29 

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.