Click here to Skip to main content
16,011,680 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: maximum storage in int variables Pin
Nish Nishant24-Jul-02 2:41
sitebuilderNish Nishant24-Jul-02 2:41 
GeneralRe: maximum storage in int variables Pin
Daniel Lohmann24-Jul-02 23:01
Daniel Lohmann24-Jul-02 23:01 
GeneralRe: maximum storage in int variables Pin
Nish Nishant24-Jul-02 23:29
sitebuilderNish Nishant24-Jul-02 23:29 
GeneralRe: maximum storage in int variables Pin
benjymous24-Jul-02 2:40
benjymous24-Jul-02 2:40 
GeneralRe: maximum storage in int variables Pin
KarstenK24-Jul-02 3:05
mveKarstenK24-Jul-02 3:05 
GeneralRe: maximum storage in int variables Pin
Bubba214624-Jul-02 3:18
Bubba214624-Jul-02 3:18 
GeneralLoading resources from DLL Pin
s_k23-Jul-02 23:09
s_k23-Jul-02 23:09 
GeneralRe: Loading resources from DLL Pin
Tomasz Sowinski24-Jul-02 0:27
Tomasz Sowinski24-Jul-02 0:27 
All resource-related functions (DialogBox, LoadString, etc...) in Win32 api use HINSTANCE parameter. You need to load your .dll with LoadLibrary[Ex], store the return value and pass the handle to resource functions.

If you're using MFC, AfxSetResourceHandle takes care of passing instance handle to Win32 api. In fact, MFC searches resources through so-called resource chain. You can have common resources in .exe and language-dependent in .dlls.

Tomasz Sowinski -- http://www.shooltz.com

- It's for protection
- Protection from what? Zee Germans?

GeneralEmbeded Property sheets - detecting page change Pin
Will Nolan23-Jul-02 23:09
Will Nolan23-Jul-02 23:09 
Generalregular expressions + ip addresses Pin
s_k23-Jul-02 23:00
s_k23-Jul-02 23:00 
GeneralSwitch with CString, char * and char[] Pin
Jh323-Jul-02 22:21
Jh323-Jul-02 22:21 
GeneralRe: Switch with CString, char * and char[] Pin
Christian Graus23-Jul-02 22:26
protectorChristian Graus23-Jul-02 22:26 
GeneralRe: Switch with CString, char * and char[] Pin
Tomasz Sowinski24-Jul-02 0:57
Tomasz Sowinski24-Jul-02 0:57 
GeneralWindows Hooks Pin
BishGada23-Jul-02 22:11
BishGada23-Jul-02 22:11 
GeneralRe: Windows Hooks Pin
Don Miguel23-Jul-02 23:03
Don Miguel23-Jul-02 23:03 
GeneralRe: Windows Hooks Pin
Daniel Lohmann23-Jul-02 23:07
Daniel Lohmann23-Jul-02 23:07 
GeneralRe: Windows Hooks Pin
Anonymous23-Jul-02 23:59
Anonymous23-Jul-02 23:59 
GeneralRe: Windows Hooks Pin
Daniel Lohmann24-Jul-02 3:36
Daniel Lohmann24-Jul-02 3:36 
Generalsize of struct Pin
rsasalm_23-Jul-02 22:07
rsasalm_23-Jul-02 22:07 
GeneralRe: size of struct Pin
NormDroid23-Jul-02 22:20
professionalNormDroid23-Jul-02 22:20 
GeneralOnCmdMsg Pin
Hans Ruck23-Jul-02 22:05
Hans Ruck23-Jul-02 22:05 
GeneralRe: OnCmdMsg Pin
Anonymous23-Jul-02 22:51
Anonymous23-Jul-02 22:51 
GeneralRe: OnCmdMsg Pin
Tomasz Sowinski24-Jul-02 0:30
Tomasz Sowinski24-Jul-02 0:30 
GeneralRe: OnCmdMsg Pin
Hans Ruck24-Jul-02 0:37
Hans Ruck24-Jul-02 0:37 
GeneralRe: OnCmdMsg Pin
Tomasz Sowinski24-Jul-02 0:42
Tomasz Sowinski24-Jul-02 0:42 

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.