Click here to Skip to main content
16,004,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: detecting the FTP connection break down. Pin
vijay_aroli17-Dec-06 20:52
vijay_aroli17-Dec-06 20:52 
GeneralRe: detecting the FTP connection break down. Pin
Mila02517-Dec-06 21:03
Mila02517-Dec-06 21:03 
GeneralRe: detecting the FTP connection break down. Pin
vijay_aroli17-Dec-06 21:31
vijay_aroli17-Dec-06 21:31 
Questionwhat is best compiler Pin
siaswar17-Dec-06 20:29
siaswar17-Dec-06 20:29 
AnswerRe: what is best compiler Pin
Cedric Moonen17-Dec-06 20:48
Cedric Moonen17-Dec-06 20:48 
GeneralRe: what is best compiler Pin
siaswar17-Dec-06 21:00
siaswar17-Dec-06 21:00 
GeneralRe: what is best compiler Pin
Cedric Moonen17-Dec-06 21:25
Cedric Moonen17-Dec-06 21:25 
QuestionDialog box is not getting displayed [modified] Pin
Dinu_IP17-Dec-06 19:44
Dinu_IP17-Dec-06 19:44 
Hi friends,

I am facing very strange problem. My dialog box is not getting displayed on the screen.

Here are the steps what I am doing:
1. Adding on dialog thru the resource
2. Adding class to that dialog using class wizard, say the class name is CDlgGamma.
3. Adding one button in menu, and the function for that button in the application DOC.
4. Adding the DlgGamma.h in the DOC cpp file say “#include DlgGamma.h”
5. on button click function I am creating the object of the dialog and doing DoModal() like following

CDlgGamma dlgGamma;
dlgGamma.DoModal();

6. Now when I am compiling the application I am not getting any error
7. After running the application when I am clicking on the menu button I am not getting my dialog displayed, but if I press the "ALT" key of the keyboard the dialog gets displayed.
I don’t understand why this is happening in my application. Because If I create new application and do the same thing then it’s working fine.

Please help me out, need the help from forum

Thanks in advance,
-Dinesh.




-- modified at 2:02 Monday 18th December, 2006
Questionassembly Pin
Waldermort17-Dec-06 18:55
Waldermort17-Dec-06 18:55 
AnswerRe: assembly Pin
Mohammad A Gdeisat17-Dec-06 22:22
Mohammad A Gdeisat17-Dec-06 22:22 
QuestionRichedit text box Pin
zareee17-Dec-06 18:32
zareee17-Dec-06 18:32 
AnswerRe: Richedit text box Pin
prasad_som17-Dec-06 18:37
prasad_som17-Dec-06 18:37 
GeneralRe: Richedit text box Pin
zareee17-Dec-06 19:10
zareee17-Dec-06 19:10 
QuestionAbout CD/DVD Writing Software Pin
yudhisthira17-Dec-06 17:53
yudhisthira17-Dec-06 17:53 
AnswerRe: About CD/DVD Writing Software Pin
kakan17-Dec-06 19:29
professionalkakan17-Dec-06 19:29 
AnswerRe: About CD/DVD Writing Software Pin
Trollslayer18-Dec-06 0:50
mentorTrollslayer18-Dec-06 0:50 
AnswerRe: About CD/DVD Writing Software Pin
Hamid_RT18-Dec-06 0:53
Hamid_RT18-Dec-06 0:53 
QuestionWriting to the middle of a file Pin
Inatha17-Dec-06 17:17
Inatha17-Dec-06 17:17 
AnswerRe: Writing to the middle of a file [modified] Pin
anu_8817-Dec-06 18:13
anu_8817-Dec-06 18:13 
GeneralRe: Writing to the middle of a file Pin
Inatha18-Dec-06 1:31
Inatha18-Dec-06 1:31 
GeneralRe: Writing to the middle of a file Pin
anu_8818-Dec-06 17:11
anu_8818-Dec-06 17:11 
QuestionTurning an MFC application to a Win32 Console Application Pin
Mohamed Douffir17-Dec-06 12:43
Mohamed Douffir17-Dec-06 12:43 
AnswerRe: Turning an MFC application to a Win32 Console Application Pin
Mark Salsbery17-Dec-06 13:36
Mark Salsbery17-Dec-06 13:36 
GeneralRe: Turning an MFC application to a Win32 Console Application Pin
Stephen Hewitt17-Dec-06 15:53
Stephen Hewitt17-Dec-06 15:53 
GeneralRe: Turning an MFC application to a Win32 Console Application Pin
Mark Salsbery17-Dec-06 15:59
Mark Salsbery17-Dec-06 15:59 

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.