Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: deleting a function Pin
Christian Graus31-Oct-02 22:36
protectorChristian Graus31-Oct-02 22:36 
GeneralRe: deleting a function Pin
Mel Feik31-Oct-02 22:40
Mel Feik31-Oct-02 22:40 
GeneralRe: deleting a function Pin
Christian Graus1-Nov-02 0:34
protectorChristian Graus1-Nov-02 0:34 
GeneralRe: deleting a function Pin
Daniel Turini31-Oct-02 23:53
Daniel Turini31-Oct-02 23:53 
GeneralRe: deleting a function Pin
includeh101-Nov-02 2:36
includeh101-Nov-02 2:36 
QuestionWhy my FlexGrid not update? Pin
sages31-Oct-02 21:58
sages31-Oct-02 21:58 
GeneralUser defined buttons on MessageBox Pin
Mr Bose Dayala31-Oct-02 21:49
Mr Bose Dayala31-Oct-02 21:49 
GeneralRe: User defined buttons on MessageBox Pin
Mel Feik31-Oct-02 22:09
Mel Feik31-Oct-02 22:09 
yes... but you need to define your own message box (dialog box) which is pretty simple and staight forward...

In the resources view, right click on the Dialog icon and select Insert Dialog. The right click on IDD_DIALOG1 in Resoure View and select Proerties. Use this window as you normally would (change the IDD_DIALOG1 to something more useful to you). You can use the properties window to chant the Caption to one of your own. Now just double click on the dialog resource and add what ever controls you would like to use.

You will also need to add a class for the dialog. Use Insert|New Class from menu, if you are using MFC select MFC Class as Class Type, etc.... Give it a name like CYourNameDlg and select CDialog as the base class. YOu should also see that the ID is the name you chose. Thats about it, its ready to go.

---------------------------------------------

The greenest grass is NOT on the other side of the fence, its the grass you take care of. Have you watered your lawn lately?

- Just remember when you point a finger at someone else, you are only one finger away from making a fist to hit them with!
GeneralRe: User defined buttons on MessageBox Pin
Eugene Pustovoyt31-Oct-02 22:20
Eugene Pustovoyt31-Oct-02 22:20 
GeneralFont in VC++ IDE Pin
stevenson31-Oct-02 20:34
stevenson31-Oct-02 20:34 
GeneralUrgent THREE Pin
stevenson31-Oct-02 19:46
stevenson31-Oct-02 19:46 
GeneralRe: Urgent THREE Pin
ian mariano1-Nov-02 0:40
ian mariano1-Nov-02 0:40 
QuestionCharacter(like u)? Pin
imran_rafique31-Oct-02 16:17
imran_rafique31-Oct-02 16:17 
AnswerRe: Character(like u)? Pin
Christian Graus31-Oct-02 16:47
protectorChristian Graus31-Oct-02 16:47 
GeneralRe: Character(like u)? Pin
Le centriste31-Oct-02 18:19
Le centriste31-Oct-02 18:19 
GeneralRe: Character(like u)? Pin
Christian Graus31-Oct-02 19:18
protectorChristian Graus31-Oct-02 19:18 
GeneralRe: Character(like u)? Pin
includeh1031-Oct-02 23:41
includeh1031-Oct-02 23:41 
GeneralRe: Character(like u)? Pin
Christian Graus1-Nov-02 0:36
protectorChristian Graus1-Nov-02 0:36 
GeneralRe: Character(like u)? Pin
Gary R. Wheeler2-Nov-02 3:54
Gary R. Wheeler2-Nov-02 3:54 
GeneralLinked List Problem (PROBLEM SOLVED -- THANKS TO ALL) Pin
Nick Parker31-Oct-02 13:38
protectorNick Parker31-Oct-02 13:38 
GeneralRe: Linked List Problem Pin
Tim Smith31-Oct-02 13:51
Tim Smith31-Oct-02 13:51 
GeneralRe: Linked List Problem Pin
Nick Parker31-Oct-02 14:06
protectorNick Parker31-Oct-02 14:06 
GeneralRe: Linked List Problem Pin
ColinDavies31-Oct-02 14:11
ColinDavies31-Oct-02 14:11 
GeneralRe: Linked List Problem Pin
Nick Parker31-Oct-02 14:13
protectorNick Parker31-Oct-02 14:13 
GeneralRe: Linked List Problem Pin
Alexander Wiseman31-Oct-02 15:06
Alexander Wiseman31-Oct-02 15:06 

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.