Click here to Skip to main content
15,925,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CImageList and CListCtrl Pin
Wim Engberts16-Aug-06 9:04
Wim Engberts16-Aug-06 9:04 
QuestionHow to replace Microsoft system MessageBox Pin
xiayingang16-Aug-06 4:06
xiayingang16-Aug-06 4:06 
AnswerRe: How to replace Microsoft system MessageBox Pin
Rage16-Aug-06 5:25
professionalRage16-Aug-06 5:25 
GeneralRe: How to replace Microsoft system MessageBox Pin
xiayingang17-Aug-06 20:41
xiayingang17-Aug-06 20:41 
AnswerRe: How to replace Microsoft system MessageBox Pin
A_Fa16-Aug-06 21:06
A_Fa16-Aug-06 21:06 
AnswerRe: How to replace Microsoft system MessageBox Pin
Hamid_RT17-Aug-06 6:13
Hamid_RT17-Aug-06 6:13 
QuestionHow To add a Dialog Window in The MDI Pin
cybersadhu16-Aug-06 3:57
cybersadhu16-Aug-06 3:57 
AnswerRe: How To add a Dialog Window in The MDI Pin
Maximilien16-Aug-06 4:07
Maximilien16-Aug-06 4:07 
(using VC6; if using VS.net 2003/2005 you will need to do a little more work since the wizard is gone )
1- go in the resource editor.
create a new dialog; add all the necessary controls.
ctrl-w to call up the wizard.
create a new class for your dialog.
still using the wizard, add variables for you different controls.

2- go in the resource editor.
select your main menu.
go to the last item in a menu.
type in a name.
right-click on your new item and select the wizard.
create an handler for the command.

... the next steps, how to show the dialog is left as an exercise to you.



Maximilien Lincourt
Your Head A Splode - Strong Bad

AnswerRe: How To add a Dialog Window in The MDI Pin
Hamid_RT16-Aug-06 22:08
Hamid_RT16-Aug-06 22:08 
QuestionCreateFile question Pin
Tushar Mahajan16-Aug-06 3:32
Tushar Mahajan16-Aug-06 3:32 
AnswerRe: CreateFile question Pin
Mircea Puiu16-Aug-06 23:06
Mircea Puiu16-Aug-06 23:06 
QuestionInclude Files and Folder Structure Pin
pgav16-Aug-06 3:28
pgav16-Aug-06 3:28 
AnswerRe: Include Files and Folder Structure Pin
Chris Losinger16-Aug-06 3:32
professionalChris Losinger16-Aug-06 3:32 
AnswerRe: Include Files and Folder Structure Pin
Cedric Moonen16-Aug-06 3:32
Cedric Moonen16-Aug-06 3:32 
GeneralRe: Include Files and Folder Structure Pin
pgav16-Aug-06 3:33
pgav16-Aug-06 3:33 
GeneralRe: Include Files and Folder Structure Pin
Zac Howland16-Aug-06 3:36
Zac Howland16-Aug-06 3:36 
QuestionPasswordDerivedBytes How To? Pin
Gywox16-Aug-06 3:00
Gywox16-Aug-06 3:00 
QuestionHow to send double value as 8 uint8 values? Pin
cahit2316-Aug-06 2:55
cahit2316-Aug-06 2:55 
QuestionRe: How to send double value as 8 uint8 values? Pin
David Crow16-Aug-06 3:09
David Crow16-Aug-06 3:09 
AnswerRe: How to send double value as 8 uint8 values? Pin
Steve S16-Aug-06 3:13
Steve S16-Aug-06 3:13 
GeneralRe: How to send double value as 8 uint8 values? Pin
David Crow16-Aug-06 3:15
David Crow16-Aug-06 3:15 
GeneralRe: How to send double value as 8 uint8 values? Pin
kakan16-Aug-06 3:43
professionalkakan16-Aug-06 3:43 
GeneralRe: How to send double value as 8 uint8 values? Pin
Zac Howland16-Aug-06 4:20
Zac Howland16-Aug-06 4:20 
AnswerRe: How to send double value as 8 uint8 values? Pin
Chris Losinger16-Aug-06 3:35
professionalChris Losinger16-Aug-06 3:35 
Questionproblem with FTP client Pin
vijay_aroli16-Aug-06 2:53
vijay_aroli16-Aug-06 2:53 

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.