Click here to Skip to main content
15,917,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC++: Can't manipulate forms Pin
Member 875813424-Mar-12 21:57
Member 875813424-Mar-12 21:57 
QuestionRe: VC++: Can't manipulate forms Pin
David Crow25-Mar-12 14:50
David Crow25-Mar-12 14:50 
GeneralRe: VC++: Can't manipulate forms Pin
Albert Holguin25-Mar-12 14:59
professionalAlbert Holguin25-Mar-12 14:59 
GeneralRe: VC++: Can't manipulate forms Pin
lishihong10826-Mar-12 15:37
lishihong10826-Mar-12 15:37 
AnswerRe: VC++: Can't manipulate forms Pin
Wes Aday24-Mar-12 16:59
professionalWes Aday24-Mar-12 16:59 
QuestionQuestion regarding std::Vector.... Pin
Raza568024-Mar-12 9:30
Raza568024-Mar-12 9:30 
AnswerRe: Question regarding std::Vector.... Pin
André Kraak24-Mar-12 9:55
André Kraak24-Mar-12 9:55 
GeneralRe: Question regarding std::Vector.... Pin
Raza568025-Mar-12 3:53
Raza568025-Mar-12 3:53 
GeneralRe: Question regarding std::Vector.... Pin
«_Superman_»25-Mar-12 5:12
professional«_Superman_»25-Mar-12 5:12 
GeneralRe: Question regarding std::Vector.... Pin
Raza568025-Mar-12 5:26
Raza568025-Mar-12 5:26 
AnswerRe: Question regarding std::Vector.... Pin
Chris Losinger26-Mar-12 4:13
professionalChris Losinger26-Mar-12 4:13 
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 

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.