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

C / C++ / MFC

 
GeneralRe: Refreshing the desktop Pin
PJ Arends7-Jul-02 13:49
professionalPJ Arends7-Jul-02 13:49 
GeneralRe: Refreshing the desktop Pin
Shog97-Jul-02 14:51
sitebuilderShog97-Jul-02 14:51 
GeneralRe: Refreshing the desktop Pin
Atlantys7-Jul-02 20:45
Atlantys7-Jul-02 20:45 
General*.hlp files Pin
briefcase7-Jul-02 12:52
briefcase7-Jul-02 12:52 
GeneralRe: *.hlp files Pin
Stuart Dootson7-Jul-02 13:45
professionalStuart Dootson7-Jul-02 13:45 
GeneralRe: *.hlp files Pin
briefcase7-Jul-02 16:23
briefcase7-Jul-02 16:23 
GeneralReally Basic Overrides Pin
7-Jul-02 9:08
suss7-Jul-02 9:08 
GeneralRe: Really Basic Overrides Pin
Scot T Brennecke7-Jul-02 11:08
Scot T Brennecke7-Jul-02 11:08 
The best way to track these down for yourself is to start with the menu resource. Look at the command ID for the given menu item (such as ID_FILE_NEW). Then do a Find in Files for that ID (match whole words and case to speed up your search). You'll find the message map entry for that command, telling you the name of the function that handles it.

You will find all of these in your MFC\Src directory


Scot Brennecke
Software Developer
VC++ MVP

Generalnewbie- what to override to close modeless dialog by right cross Pin
nsns7-Jul-02 8:02
nsns7-Jul-02 8:02 
GeneralRe: newbie- what to override to close modeless dialog by right cross Pin
Joaquín M López Muñoz7-Jul-02 8:27
Joaquín M López Muñoz7-Jul-02 8:27 
GeneralRe: newbie- what to override to close modeless dialog by right cross Pin
ns8-Jul-02 4:10
ns8-Jul-02 4:10 
GeneralFTP download Pin
Julie Kim7-Jul-02 6:37
Julie Kim7-Jul-02 6:37 
GeneralRe: FTP download Pin
generic_user_id7-Jul-02 11:14
generic_user_id7-Jul-02 11:14 
GeneralRe: FTP download Pin
[James Pullicino]7-Jul-02 22:09
[James Pullicino]7-Jul-02 22:09 
GeneralHELP!! Printing from a dialogbased Programm Pin
Lucky20027-Jul-02 6:00
Lucky20027-Jul-02 6:00 
GeneralRe: HELP!! Printing from a dialogbased Programm Pin
PJ Arends7-Jul-02 6:26
professionalPJ Arends7-Jul-02 6:26 
GeneralRe: HELP!! Printing from a dialogbased Programm Pin
Lucky20027-Jul-02 9:52
Lucky20027-Jul-02 9:52 
GeneralRe: HELP!! Printing from a dialogbased Programm Pin
PJ Arends7-Jul-02 10:30
professionalPJ Arends7-Jul-02 10:30 
GeneralRe: HELP!! Printing from a dialogbased Programm Pin
Lucky20028-Jul-02 8:36
Lucky20028-Jul-02 8:36 
GeneralRe: HELP!! Printing from a dialogbased Programm Pin
PJ Arends8-Jul-02 9:20
professionalPJ Arends8-Jul-02 9:20 
GeneralRe: HELP!! Printing from a dialogbased Programm Pin
Lucky20029-Jul-02 0:34
Lucky20029-Jul-02 0:34 
GeneralRe: HELP!! Printing from a dialogbased Programm Pin
PJ Arends9-Jul-02 9:52
professionalPJ Arends9-Jul-02 9:52 
GeneralRe: HELP!! Printing from a dialogbased Programm Pin
Lucky20029-Jul-02 10:42
Lucky20029-Jul-02 10:42 
GeneralRe: HELP!! Printing from a dialogbased Programm Pin
Mike Nordell7-Jul-02 10:47
Mike Nordell7-Jul-02 10:47 
GeneralAbout one error message Pin
chen7-Jul-02 5:37
chen7-Jul-02 5:37 

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.