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

C / C++ / MFC

 
GeneralRe: Disabling menu options... Pin
nguyenvhn9-Nov-04 15:10
nguyenvhn9-Nov-04 15:10 
GeneralSimple Notepad Program Pin
poiut9-Nov-04 11:39
poiut9-Nov-04 11:39 
GeneralRe: Simple Notepad Program Pin
nguyenvhn9-Nov-04 15:18
nguyenvhn9-Nov-04 15:18 
GeneralRe: Simple Notepad Program Pin
Anonymous10-Nov-04 11:10
Anonymous10-Nov-04 11:10 
GeneralRe: Simple Notepad Program Pin
nguyenvhn10-Nov-04 14:19
nguyenvhn10-Nov-04 14:19 
GeneralRe: Simple Notepad Program Pin
Anonymous12-Nov-04 8:31
Anonymous12-Nov-04 8:31 
QuestionMy program doesn't receive user messages? Pin
lillah9-Nov-04 11:13
lillah9-Nov-04 11:13 
AnswerRe: My program doesn't receive user messages? Pin
ThatsAlok9-Nov-04 19:16
ThatsAlok9-Nov-04 19:16 
lillah wrote:
#define WM_ICON_NOTIFY WM_APP+10

instead of using WM_APP use WM_USER

and try sending Dummy message to your application,to se wheather you are receiving message or not using
PostMessage or SendMessage Apis


Really these apis are very Easy and Whole window system depend on it,REALLY Smile | :)

-----------------------------
"I Think It Will Help"
-----------------------------
Alok Gupta
visit me at http://www.thisisalok.tk
GeneralRe: My program doesn't receive user messages? Pin
lillah10-Nov-04 3:33
lillah10-Nov-04 3:33 
GeneralRe: My program doesn't receive user messages? Pin
lillah10-Nov-04 7:07
lillah10-Nov-04 7:07 
GeneralRe: My program doesn't receive user messages? Pin
ThatsAlok10-Nov-04 17:44
ThatsAlok10-Nov-04 17:44 
GeneralWM_SIZE question ... Pin
Maximilien9-Nov-04 10:33
Maximilien9-Nov-04 10:33 
Generaldialog box Size Pin
Araj019-Nov-04 9:35
Araj019-Nov-04 9:35 
GeneralRe: dialog box Size Pin
David Crow9-Nov-04 10:08
David Crow9-Nov-04 10:08 
GeneralRe: dialog box Size Pin
Araj0110-Nov-04 9:51
Araj0110-Nov-04 9:51 
GeneralRe: dialog box Size Pin
David Crow10-Nov-04 9:56
David Crow10-Nov-04 9:56 
QuestionCan not get printer job number cJobs Pin
Nuren9-Nov-04 9:05
Nuren9-Nov-04 9:05 
Generalexecl and VC++ Pin
aguest9-Nov-04 8:59
aguest9-Nov-04 8:59 
GeneralRe: execl and VC++ Pin
David Crow9-Nov-04 10:10
David Crow9-Nov-04 10:10 
GeneralRe: execl and VC++ Pin
Anonymous11-Nov-04 9:57
Anonymous11-Nov-04 9:57 
GeneralRe: execl and VC++ Pin
David Crow11-Nov-04 10:21
David Crow11-Nov-04 10:21 
GeneralUnderstanding MFC Pin
Howard78909-Nov-04 7:33
Howard78909-Nov-04 7:33 
GeneralRe: Understanding MFC Pin
Nemanja Trifunovic9-Nov-04 7:53
Nemanja Trifunovic9-Nov-04 7:53 
GeneralOutlook 2003 Object Model Problem Pin
Mike Beckerleg9-Nov-04 6:33
Mike Beckerleg9-Nov-04 6:33 
Generallinking static variables Pin
vilmer9-Nov-04 6:07
vilmer9-Nov-04 6:07 

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.