Click here to Skip to main content
15,899,314 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRE: implementing splitter windows Pin
Tomas Erlingsson23-Feb-00 9:44
sussTomas Erlingsson23-Feb-00 9:44 
Generalremote execution of a program Pin
LM15-Feb-00 4:43
suss LM15-Feb-00 4:43 
GeneralWhere is Working Set Tuner Pin
Jonathan Gilligan14-Feb-00 5:43
Jonathan Gilligan14-Feb-00 5:43 
GeneralRE: Where is Working Set Tuner Pin
Robert Zakrison15-Feb-00 7:15
sussRobert Zakrison15-Feb-00 7:15 
GeneralRE: RE: Where is Working Set Tuner Pin
Jonathan Gilligan16-Feb-00 5:53
Jonathan Gilligan16-Feb-00 5:53 
GeneralOfficial word from MS: WST is withdrawn from PSDK Pin
Jonathan Gilligan16-Feb-00 5:57
Jonathan Gilligan16-Feb-00 5:57 
GeneralPls help me Pin
hailn14-Feb-00 4:51
hailn14-Feb-00 4:51 
GeneralRE: Pls help me Pin
Mike Dunn14-Feb-00 16:14
Mike Dunn14-Feb-00 16:14 
Hitting the ESC key calls CDialog::OnCancel() which closes the dialog. You just have to override OnCancel() and make the handler empty (don't call the base class OnCancel)

As for the static controls, add a handler for WM_CTLCOLOR, and when nCtlColor is CTLCOLOR_STATIC, return a null brush.

--Mike--

==================
The original message was:

Pls help me some other problem:

- Can I creat and activate other child Dialog from a
Dialog ?
- How to throw ESC keystroke while activating dialog.
I try to write a Dialog base program with MFC Wizard.
When main window (dialog) activated, if ESC pressed,
the window (program) also deactivate. Whate can I do
to avoid this ?
- I want to make my main window (dialog) to have a
background with a small picture (bmp) like webpage (by
"tile" way. Can you help me to do this ? Can you send
me a dialog class with the this properties ? I have
download a source nearly with my taget (BmpDlg - from
CodeProject/Codeguru), but I could not to change
Static Control to not transparent.


Please help me asap.

Thank you,

Hai Le


Generalproblem refreshing CD label in browse dialog Pin
Leeds10-Feb-00 1:55
Leeds10-Feb-00 1:55 
GeneralProblem with dialog derived from CFileDialog Pin
Catherine Pelham9-Feb-00 11:00
sussCatherine Pelham9-Feb-00 11:00 
GeneralAPI to play MP3 files Pin
Alex8-Feb-00 20:30
Alex8-Feb-00 20:30 
GeneralRE: API to play MP3 files Pin
Sergei18-Feb-00 9:55
Sergei18-Feb-00 9:55 
GeneralRE: API to play MP3 files Pin
shahzad13-Mar-00 5:03
shahzad13-Mar-00 5:03 
GeneralAdding Splitter ctrl to activex Control Pin
ReddyKrishna8-Feb-00 7:41
ReddyKrishna8-Feb-00 7:41 
GeneralCapturing Carriage Return in CEdit Pin
Dave Huff7-Feb-00 12:04
sussDave Huff7-Feb-00 12:04 
GeneralRE: Capturing Carriage Return in CEdit Pin
AT7-Feb-00 13:39
AT7-Feb-00 13:39 
GeneralRE: Capturing Carriage Return in CEdit Pin
Per Praem9-Feb-00 1:19
Per Praem9-Feb-00 1:19 
GeneralPrinting Condenced text Pin
Peter Zajac7-Feb-00 9:26
Peter Zajac7-Feb-00 9:26 
GeneralRE: Printing Condenced text Pin
Chris Maunder10-Feb-00 4:19
cofounderChris Maunder10-Feb-00 4:19 
GeneralRE: RE: Printing Condenced text Pin
Member 120896510-Feb-00 13:37
Member 120896510-Feb-00 13:37 
GeneralWM_COPYDATA or Shared Data Segment Pin
Ted7-Feb-00 5:50
Ted7-Feb-00 5:50 
QuestionHow do I safely shut down a thread, when I can't send a CEvent? Pin
bbrown4-Feb-00 21:25
bbrown4-Feb-00 21:25 
AnswerRE: How do I safely shut down a thread, when I can't send a CEvent? Pin
Mike Dunn5-Feb-00 7:25
Mike Dunn5-Feb-00 7:25 
AnswerRE: How do I safely shut down a thread, when I can't send a CEvent? Pin
Raghav Gupta8-Feb-00 12:53
Raghav Gupta8-Feb-00 12:53 
GeneralTab control or property sheets Pin
Matt4-Feb-00 12:29
Matt4-Feb-00 12:29 

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.