Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Another registry question Pin
Alexander M.,24-Oct-03 10:03
Alexander M.,24-Oct-03 10:03 
GeneralRe: Another registry question Pin
Atlantys24-Oct-03 11:10
Atlantys24-Oct-03 11:10 
QuestionPls help. How to get the application icon of any application? Pin
Chau Nguyen23-Oct-03 17:47
Chau Nguyen23-Oct-03 17:47 
AnswerRe: Pls help. How to get the application icon of any application? Pin
Iain Clarke, Warrior Programmer24-Oct-03 4:46
Iain Clarke, Warrior Programmer24-Oct-03 4:46 
GeneralRe: Pls help. How to get the application icon of any application? Pin
Chau Nguyen29-Oct-03 19:18
Chau Nguyen29-Oct-03 19:18 
AnswerRe: Pls help. How to get the application icon of any application? Pin
Gary R. Wheeler25-Oct-03 4:46
Gary R. Wheeler25-Oct-03 4:46 
GeneralRe: Pls help. How to get the application icon of any application? Pin
Chau Nguyen29-Oct-03 19:15
Chau Nguyen29-Oct-03 19:15 
QuestionMFC custom control - custom message offset? Pin
mindows23-Oct-03 17:06
mindows23-Oct-03 17:06 
I'm building a mfc custom control, and it includes some custom messages that are sent out to a designated CWnd when some events are triggered. for now, i've defined them as something like

#define WM_BLAH_1 WM_USER+100
#define WM_BLAH_2 WM_USER+101
....
...

what's a recommended/proper way to define my own custom messages? I'm hoping to make this so that other people can use the control without worrying about custom window message colliding with other custom messages.
thanks in advance,
AnswerRe: MFC custom control - custom message offset? Pin
Michael Dunn23-Oct-03 19:06
sitebuilderMichael Dunn23-Oct-03 19:06 
Generalsimple registry questions :) Pin
joshfl23-Oct-03 16:44
joshfl23-Oct-03 16:44 
GeneralRe: simple registry questions :) Pin
David Crow23-Oct-03 16:51
David Crow23-Oct-03 16:51 
GeneralRe: simple registry questions :) Pin
joshfl24-Oct-03 3:14
joshfl24-Oct-03 3:14 
GeneralRe: simple registry questions :) Pin
John M. Drescher23-Oct-03 17:55
John M. Drescher23-Oct-03 17:55 
GeneralRe: simple registry questions :) Pin
joshfl24-Oct-03 3:18
joshfl24-Oct-03 3:18 
GeneralRe: simple registry questions :) Pin
John M. Drescher24-Oct-03 4:09
John M. Drescher24-Oct-03 4:09 
GeneralRe: simple registry questions :) Pin
joshfl24-Oct-03 6:19
joshfl24-Oct-03 6:19 
GeneralRe: simple registry questions :) Pin
John M. Drescher24-Oct-03 9:12
John M. Drescher24-Oct-03 9:12 
Questionfind start and end of string? Pin
alex.barylski23-Oct-03 16:29
alex.barylski23-Oct-03 16:29 
AnswerRe: find start and end of string? Pin
David Crow23-Oct-03 16:47
David Crow23-Oct-03 16:47 
GeneralRe: find start and end of string? Pin
alex.barylski23-Oct-03 17:04
alex.barylski23-Oct-03 17:04 
GeneralRe: find start and end of string? Pin
Johnny ²23-Oct-03 23:20
Johnny ²23-Oct-03 23:20 
GeneralRe: find start and end of string? Pin
David Crow24-Oct-03 3:32
David Crow24-Oct-03 3:32 
Generalhelp:about regex.hpp Pin
xiaoxsql23-Oct-03 15:17
xiaoxsql23-Oct-03 15:17 
GeneralRe: help:about regex.hpp Pin
Andrew Walker23-Oct-03 21:42
Andrew Walker23-Oct-03 21:42 
GeneralRe: help:about regex.hpp Pin
xiaoxsql26-Oct-03 15:18
xiaoxsql26-Oct-03 15:18 

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.