Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Maximum number of controls in a dialog Pin
David Crow22-Jul-03 5:00
David Crow22-Jul-03 5:00 
GeneralWord automation problem... Pin
Jason Henderson22-Jul-03 4:19
Jason Henderson22-Jul-03 4:19 
GeneralRe: Word automation problem... Pin
David Crow22-Jul-03 5:06
David Crow22-Jul-03 5:06 
GeneralRe: Word automation problem... Pin
Jason Henderson22-Jul-03 5:21
Jason Henderson22-Jul-03 5:21 
GeneralCDialog question Pin
User-37793622-Jul-03 3:50
User-37793622-Jul-03 3:50 
GeneralRe: CDialog question Pin
melwyn22-Jul-03 4:05
melwyn22-Jul-03 4:05 
GeneralRe: CDialog question Pin
User-37793622-Jul-03 7:06
User-37793622-Jul-03 7:06 
GeneralRe: CDialog question Pin
Iain Clarke, Warrior Programmer22-Jul-03 5:07
Iain Clarke, Warrior Programmer22-Jul-03 5:07 
flaffy wrote:
sorry for this newbie question Smile | :)

Its OK. We all had to start somewhere. At least you aren't asking how to write a network packet sniffer
two days after opening your "learn C++" book...

In answer to your question, YES.

Unless you are a masochist, you will use the Resource Editor to create the actual resource for the
dialog (dialog size, title, child controls and their IDs). You can make this up by opening your
RC file as text and typing, but that is only for obscure needs.

Once you have a dialog resource, just make a .H file for the definition, and a .cpp file for
the implementation. You can take CAboutDlg in your project as a simple example. Include them
in your project, and away you go.

Once you've got used to not using ClassWizard, you won't go back. Its WAY too limited for anything
except trivial dialogs.

Iain.
GeneralRe: CDialog question Pin
User-37793622-Jul-03 7:12
User-37793622-Jul-03 7:12 
GeneralFind a file by last modified Pin
Krisna Adityawan22-Jul-03 2:38
Krisna Adityawan22-Jul-03 2:38 
GeneralRe: Find a file by last modified Pin
David Crow22-Jul-03 2:56
David Crow22-Jul-03 2:56 
GeneralProgrammaticaly delete a file. Pin
vcseeker22-Jul-03 1:58
vcseeker22-Jul-03 1:58 
GeneralRe: Programmaticaly delete a file. Pin
Jens Doose22-Jul-03 2:12
Jens Doose22-Jul-03 2:12 
GeneralRe: Programmaticaly delete a file. Pin
vcseeker22-Jul-03 2:37
vcseeker22-Jul-03 2:37 
GeneralRe: Programmaticaly delete a file. Pin
David Crow22-Jul-03 3:01
David Crow22-Jul-03 3:01 
GeneralRe: Programmaticaly delete a file. Pin
vcseeker22-Jul-03 4:06
vcseeker22-Jul-03 4:06 
GeneralRe: Programmaticaly delete a file. Pin
melwyn22-Jul-03 5:02
melwyn22-Jul-03 5:02 
GeneralRe: Programmaticaly delete a file. Pin
basementman22-Jul-03 7:31
basementman22-Jul-03 7:31 
GeneralParsing .asp page Pin
Anonymous22-Jul-03 1:41
Anonymous22-Jul-03 1:41 
GeneralUser rights Pin
Hashim Saleem22-Jul-03 1:24
Hashim Saleem22-Jul-03 1:24 
GeneralRe: User rights Pin
Mazdak22-Jul-03 1:32
Mazdak22-Jul-03 1:32 
GeneralRe: User rights Pin
Anonymous22-Jul-03 5:22
Anonymous22-Jul-03 5:22 
GeneralRe: User rights Pin
Iain Clarke, Warrior Programmer22-Jul-03 5:27
Iain Clarke, Warrior Programmer22-Jul-03 5:27 
GeneralRe: User rights Pin
Hashim Saleem22-Jul-03 7:15
Hashim Saleem22-Jul-03 7:15 
GeneralRe: User rights Pin
Hashim Saleem22-Jul-03 22:00
Hashim Saleem22-Jul-03 22:00 

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.