Click here to Skip to main content
15,923,681 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: An interesting ICQ add-on library Pin
Eq30-Sep-00 0:33
Eq30-Sep-00 0:33 
GeneralMFC App: Need some help with architecture Pin
Lutz Heinrichs29-Sep-00 9:12
Lutz Heinrichs29-Sep-00 9:12 
GeneralRe: MFC App: Need some help with architecture Pin
Michael Dunn2-Oct-00 10:08
sitebuilderMichael Dunn2-Oct-00 10:08 
GeneralRe: MFC App: Need some help with architecture Pin
Erik Funkenbusch4-Oct-00 13:36
Erik Funkenbusch4-Oct-00 13:36 
GeneralLoading Resource in a dll Pin
Joel Holdsworth29-Sep-00 8:50
Joel Holdsworth29-Sep-00 8:50 
GeneralRe: Loading Resource in a dll Pin
Paolo Messina30-Sep-00 5:27
professionalPaolo Messina30-Sep-00 5:27 
GeneralNeeds more info about Question.. Pin
Ryan Park1-Oct-00 14:00
Ryan Park1-Oct-00 14:00 
GeneralRe: Needs more info about Question.. Pin
Stephen Kellett2-Oct-00 5:03
Stephen Kellett2-Oct-00 5:03 
You need to call AfxSetResourceHandle() and pass the HMODULE
of the dll that has the resources in it, before you attempt
to get any data from the resources in the DLL.

Remember to set the resource handle back to the original
afterwards - so that you can load resources from the original .exe file (the default).

Stephen

GeneralGetFolderPath! Pin
Pedro Rocha29-Sep-00 4:52
Pedro Rocha29-Sep-00 4:52 
GeneralRe: GetFolderPath! Pin
Frank Deo29-Sep-00 9:11
Frank Deo29-Sep-00 9:11 
GeneralRe: GetFolderPath! Pin
Michael Dunn2-Oct-00 10:12
sitebuilderMichael Dunn2-Oct-00 10:12 
QuestionFormView not sizeable? Pin
pedro29-Sep-00 4:50
pedro29-Sep-00 4:50 
AnswerRe: FormView not sizeable? Pin
Frank Deo29-Sep-00 9:24
Frank Deo29-Sep-00 9:24 
Generalsocket problems Pin
TheKing29-Sep-00 2:44
TheKing29-Sep-00 2:44 
GeneralRe: socket problems Pin
TheKing29-Sep-00 2:48
TheKing29-Sep-00 2:48 
Generalwave files Pin
Marty28-Sep-00 15:00
Marty28-Sep-00 15:00 
GeneralRe: wave files Pin
karthik29-Sep-00 16:44
karthik29-Sep-00 16:44 
Generalchild windows Pin
Y. Hirsch28-Sep-00 9:20
Y. Hirsch28-Sep-00 9:20 
GeneralRe: child windows Pin
Erik Funkenbusch28-Sep-00 13:25
Erik Funkenbusch28-Sep-00 13:25 
GeneralRe: child windows Pin
Y. Hirsch29-Sep-00 2:26
Y. Hirsch29-Sep-00 2:26 
GeneralRe: child windows Pin
Y. Hirsch29-Sep-00 2:26
Y. Hirsch29-Sep-00 2:26 
GeneralRe: child windows Pin
Erik Funkenbusch4-Oct-00 13:40
Erik Funkenbusch4-Oct-00 13:40 
GeneralCDaoDatabase closing problem Pin
Paul Ebert28-Sep-00 8:49
Paul Ebert28-Sep-00 8:49 
GeneralRe: CDaoDatabase closing problem Pin
Tim Deveaux28-Sep-00 9:34
Tim Deveaux28-Sep-00 9:34 
QuestionHow do I change the TitleBar color (background and text) ? Pin
Alamir28-Sep-00 7:39
Alamir28-Sep-00 7:39 

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.