Click here to Skip to main content
16,012,821 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to hide title bar and status bar from the window. Pin
Owner drawn17-Jan-06 20:22
Owner drawn17-Jan-06 20:22 
AnswerRe: how to hide title bar and status bar from the window. Pin
Stephen Hewitt17-Jan-06 20:22
Stephen Hewitt17-Jan-06 20:22 
QuestionProblem in activeX control events Pin
FASTian17-Jan-06 20:04
FASTian17-Jan-06 20:04 
QuestionModal dialog - Close - ESC Pin
Sarvan AL17-Jan-06 19:25
Sarvan AL17-Jan-06 19:25 
AnswerRe: Modal dialog - Close - ESC Pin
vallikumar17-Jan-06 19:38
vallikumar17-Jan-06 19:38 
GeneralThanks: Modal dialog - Close - ESC Pin
Sarvan AL17-Jan-06 19:41
Sarvan AL17-Jan-06 19:41 
GeneralRe: Modal dialog - Close - ESC Pin
Owner drawn17-Jan-06 19:45
Owner drawn17-Jan-06 19:45 
AnswerRe: Modal dialog - Close - ESC Pin
Stephen Hewitt17-Jan-06 19:48
Stephen Hewitt17-Jan-06 19:48 
The IsDialogMessage API provides this functionality. You would have to filter the messages passed to it - this will not be possible for dialog in general as you have not got access to the message pump. An alternative, if you can't use this technique, would be to use hooks (SetWindowsHookEx).

Steve
GeneralRe: Modal dialog - Close - ESC Pin
Owner drawn17-Jan-06 20:01
Owner drawn17-Jan-06 20:01 
AnswerRe: Modal dialog - Close - ESC Pin
Stephen Hewitt17-Jan-06 19:51
Stephen Hewitt17-Jan-06 19:51 
GeneralRe: Modal dialog - Close - ESC Pin
S Douglas17-Jan-06 23:11
professionalS Douglas17-Jan-06 23:11 
AnswerSimple as Pie! Pin
Rajesh R Subramanian17-Jan-06 19:59
professionalRajesh R Subramanian17-Jan-06 19:59 
GeneralRe: Simple as Pie! Pin
Stephen Hewitt17-Jan-06 20:05
Stephen Hewitt17-Jan-06 20:05 
GeneralRe: Simple as Pie! Pin
Rajesh R Subramanian17-Jan-06 20:11
professionalRajesh R Subramanian17-Jan-06 20:11 
GeneralRe: Simple as Pie! Pin
Stephen Hewitt17-Jan-06 20:14
Stephen Hewitt17-Jan-06 20:14 
GeneralRe: Simple as Pie! Pin
Prakash Nadar17-Jan-06 22:16
Prakash Nadar17-Jan-06 22:16 
GeneralRe: Simple as Pie! Pin
Stephen Hewitt18-Jan-06 2:03
Stephen Hewitt18-Jan-06 2:03 
GeneralRe: Simple as Pie! Pin
Prakash Nadar18-Jan-06 3:53
Prakash Nadar18-Jan-06 3:53 
GeneralRe: Simple as Pie! Pin
toxcct18-Jan-06 4:00
toxcct18-Jan-06 4:00 
GeneralRe: Simple as Pie! Pin
Prakash Nadar18-Jan-06 4:03
Prakash Nadar18-Jan-06 4:03 
GeneralRe: Simple as Pie! Pin
Rajesh R Subramanian18-Jan-06 16:58
professionalRajesh R Subramanian18-Jan-06 16:58 
GeneralRe: Simple as Pie! Pin
Stephen Hewitt18-Jan-06 11:21
Stephen Hewitt18-Jan-06 11:21 
GeneralRe: Simple as Pie! Pin
Prakash Nadar18-Jan-06 14:50
Prakash Nadar18-Jan-06 14:50 
GeneralRe: Simple as Pie! Pin
Stephen Hewitt18-Jan-06 14:55
Stephen Hewitt18-Jan-06 14:55 
GeneralRe: Simple as Pie! Pin
Rajesh R Subramanian18-Jan-06 16:54
professionalRajesh R Subramanian18-Jan-06 16:54 

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.