Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: urgent! Pin
David Crow28-Oct-03 3:05
David Crow28-Oct-03 3:05 
GeneralRe: urgent! Pin
ranjjj28-Oct-03 3:27
ranjjj28-Oct-03 3:27 
GeneralRe: urgent! Pin
Anonymous28-Oct-03 22:49
Anonymous28-Oct-03 22:49 
GeneralRe: urgent! Pin
ranjjj28-Oct-03 22:53
ranjjj28-Oct-03 22:53 
QuestionHow to handle right mouse button click in menu Pin
kotbegemot26-Oct-03 22:24
kotbegemot26-Oct-03 22:24 
AnswerRe: How to handle right mouse button click in menu Pin
Michael Dunn27-Oct-03 4:10
sitebuilderMichael Dunn27-Oct-03 4:10 
GeneralLoadIcon and LoadMenu fails...... Pin
Paolo Ponzano26-Oct-03 21:46
Paolo Ponzano26-Oct-03 21:46 
GeneralRe: LoadIcon and LoadMenu fails...... Pin
Anonymous26-Oct-03 23:04
Anonymous26-Oct-03 23:04 
My first thought is that you are having an EXE/DLL instance handle problem. To double check, you
could use GetModuleFileName to double check which module is being pointed at by the hInst. You can
then double check that your resources are really there, and not in another module of the process.

I would also pick better names than ICON and MENU. I assume you just put them in your post rather than
in your code?

Iain.

GeneralRe: LoadIcon and LoadMenu fails...... Pin
Paolo Ponzano27-Oct-03 8:10
Paolo Ponzano27-Oct-03 8:10 
GeneralCRichEdit and PreTranslateMessage Pin
Jahangir Jamshed26-Oct-03 21:20
sussJahangir Jamshed26-Oct-03 21:20 
GeneralRe: CRichEdit and PreTranslateMessage Pin
Steve S27-Oct-03 1:35
Steve S27-Oct-03 1:35 
GeneralRe: CRichEdit and PreTranslateMessage Pin
Anonymous27-Oct-03 8:56
Anonymous27-Oct-03 8:56 
GeneralCBitmap from file Pin
ImrShah Shehpori26-Oct-03 20:19
sussImrShah Shehpori26-Oct-03 20:19 
GeneralRe: CBitmap from file Pin
Jarek G26-Oct-03 23:40
Jarek G26-Oct-03 23:40 
QuestionHow to access mysql database using C Pin
samhita26-Oct-03 19:57
samhita26-Oct-03 19:57 
AnswerRe: How to access mysql database using C Pin
Florin Ochiana27-Oct-03 0:34
Florin Ochiana27-Oct-03 0:34 
QuestionCan anybody see what I'm doing wrong? Pin
Oinka26-Oct-03 18:30
Oinka26-Oct-03 18:30 
AnswerRe: Can anybody see what I'm doing wrong? Pin
Roger Allen27-Oct-03 2:17
Roger Allen27-Oct-03 2:17 
GeneralThanks Roger! Pin
Oinka27-Oct-03 5:35
Oinka27-Oct-03 5:35 
GeneralDirectShow Problem: Error return 'E_INVALIDARG' when calling ICaptureGraphBuilder2::RenderStream Pin
Member 65339926-Oct-03 16:57
Member 65339926-Oct-03 16:57 
GeneralDesign question Pin
alex.barylski26-Oct-03 13:39
alex.barylski26-Oct-03 13:39 
GeneralRe: Design question Pin
Ravi Bhavnani26-Oct-03 13:57
professionalRavi Bhavnani26-Oct-03 13:57 
GeneralRe: Design question Pin
alex.barylski27-Oct-03 6:55
alex.barylski27-Oct-03 6:55 
GeneralCListCtrl DeleteItem Pin
Jarek G26-Oct-03 13:05
Jarek G26-Oct-03 13:05 
GeneralRe: CListCtrl DeleteItem Pin
Daniel132426-Oct-03 13:53
Daniel132426-Oct-03 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.