Click here to Skip to main content
16,006,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: highlighting text programatically Pin
Chaoslord3-Jul-04 2:08
Chaoslord3-Jul-04 2:08 
GeneralRe: highlighting text programatically Pin
Michael Dunn3-Jul-04 10:07
sitebuilderMichael Dunn3-Jul-04 10:07 
GeneralComputers and arrogance.. Pin
Laing,James2-Jul-04 12:33
Laing,James2-Jul-04 12:33 
GeneralRe: Computers and arrogance.. Pin
Johan Rosengren2-Jul-04 21:02
Johan Rosengren2-Jul-04 21:02 
GeneralRe: Computers and arrogance.. Pin
John R. Shaw3-Jul-04 13:42
John R. Shaw3-Jul-04 13:42 
GeneralRe: Computers and arrogance.. Pin
Mike Nordell4-Jul-04 2:08
Mike Nordell4-Jul-04 2:08 
Questionhow to disable anything till the view closed Pin
JabraJabra2-Jul-04 12:29
JabraJabra2-Jul-04 12:29 
AnswerRe: how to disable anything till the view closed Pin
Johan Rosengren2-Jul-04 21:15
Johan Rosengren2-Jul-04 21:15 
You should rethink your design and use a modal dialog instead. That way, you conform to the GUI-guidelines, and will not surprise the users. You might want to search for interface guidelines on MSDN, the Apple developer site http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/index.html[^](!), for example, also have lots of usability and design information.


If you insist on doing it this way, you might want to call EnableWindow with a FALSE parameter for all the windows that should be disabled.
Generalresponse type Window Pin
JabraJabra2-Jul-04 11:14
JabraJabra2-Jul-04 11:14 
GeneralRe: response type Window Pin
Johan Rosengren2-Jul-04 21:17
Johan Rosengren2-Jul-04 21:17 
GeneralGetting Validated Rectangles (Windows GDI) Pin
Abdul Aleem Khan2-Jul-04 10:59
Abdul Aleem Khan2-Jul-04 10:59 
GeneralRe: Getting Validated Rectangles (Windows GDI) Pin
Ravi Bhavnani2-Jul-04 11:34
professionalRavi Bhavnani2-Jul-04 11:34 
GeneralStatically linking a project Pin
ravi_iiit2-Jul-04 9:54
ravi_iiit2-Jul-04 9:54 
GeneralRe: Statically linking a project Pin
the_augy2-Jul-04 18:02
the_augy2-Jul-04 18:02 
GeneralRe: Statically linking a project Pin
ravi_iiit2-Jul-04 18:33
ravi_iiit2-Jul-04 18:33 
GeneralRe: Statically linking a project Pin
the_augy2-Jul-04 19:18
the_augy2-Jul-04 19:18 
GeneralRe: Statically linking a project Pin
ravi_iiit3-Jul-04 6:11
ravi_iiit3-Jul-04 6:11 
GeneralIcon problem Pin
gamitech2-Jul-04 9:47
gamitech2-Jul-04 9:47 
GeneralRe: Icon problem Pin
PJ Arends2-Jul-04 17:27
professionalPJ Arends2-Jul-04 17:27 
GeneralRe: Icon problem Pin
gamitech4-Jul-04 6:12
gamitech4-Jul-04 6:12 
GeneralRe: Icon problem Pin
PJ Arends4-Jul-04 10:31
professionalPJ Arends4-Jul-04 10:31 
Generalconverting file to bits Pin
mohamed elemam2-Jul-04 8:21
sussmohamed elemam2-Jul-04 8:21 
GeneralRe: converting file to bits Pin
palbano2-Jul-04 8:41
palbano2-Jul-04 8:41 
GeneralRe: converting file to bits Pin
digwizfox2-Jul-04 11:02
digwizfox2-Jul-04 11:02 
GeneralRe: converting file to bits Pin
John R. Shaw3-Jul-04 13:53
John R. Shaw3-Jul-04 13: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.