Click here to Skip to main content
16,012,082 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Disable Special key's Pin
ThatsAlok21-Jun-04 21:45
ThatsAlok21-Jun-04 21:45 
GeneralRe: Disable Special key's Pin
Larsson22-Jun-04 3:50
Larsson22-Jun-04 3:50 
GeneralRe: Disable Special key's Pin
gamitech22-Jun-04 13:34
gamitech22-Jun-04 13:34 
GeneralRe: Device context questions Pin
Pazzuzu21-Jun-04 3:46
Pazzuzu21-Jun-04 3:46 
GeneralRe: Device context questions Pin
Blake Miller21-Jun-04 3:59
Blake Miller21-Jun-04 3:59 
GeneralRe: Device context questions Pin
Pazzuzu21-Jun-04 4:06
Pazzuzu21-Jun-04 4:06 
Generalshow dialog in a dll Pin
yingkou21-Jun-04 3:22
yingkou21-Jun-04 3:22 
GeneralRe: show dialog in a dll Pin
rrrado21-Jun-04 3:51
rrrado21-Jun-04 3:51 
Try this (from msdn) :

You must add the AFX_MANAGE_STATE macro at the begining of all the exported functions in regular DLLs that dynamically link to MFC to set the current module state to the one for the DLL. This is done by adding the following line of code to the beginning of functions exported from the DLL:

AFX_MANAGE_STATE(AfxGetStaticModuleState( ))



rrrado
GeneralRe: show dialog in a dll Pin
wb21-Jun-04 10:59
wb21-Jun-04 10:59 
GeneralDevice context questions Pin
Pazzuzu21-Jun-04 3:18
Pazzuzu21-Jun-04 3:18 
GeneralRe: Device context questions Pin
Blake Miller21-Jun-04 3:23
Blake Miller21-Jun-04 3:23 
GeneralRe: Device context questions Pin
Pazzuzu21-Jun-04 3:26
Pazzuzu21-Jun-04 3:26 
GeneralRe: Device context questions Pin
Blake Miller21-Jun-04 3:40
Blake Miller21-Jun-04 3:40 
GeneralIE/WebBrowser control stealing focus Pin
rrrado21-Jun-04 2:21
rrrado21-Jun-04 2:21 
GeneralWinXP log in screen Pin
sirtimid21-Jun-04 2:15
sirtimid21-Jun-04 2:15 
GeneralRe: WinXP log in screen Pin
Antony M Kancidrowski21-Jun-04 2:44
Antony M Kancidrowski21-Jun-04 2:44 
GeneralMessage Closed Pin
21-Jun-04 2:59
Lars Lundstedt21-Jun-04 2:59 
GeneralRe: WinXP log in screen Pin
sirtimid21-Jun-04 3:14
sirtimid21-Jun-04 3:14 
GeneralRe: WinXP log in screen Pin
Maximilien21-Jun-04 3:26
Maximilien21-Jun-04 3:26 
GeneralRe: WinXP log in screen Pin
jmkhael21-Jun-04 3:44
jmkhael21-Jun-04 3:44 
GeneralDHTML + VC++ Pin
Anonymous21-Jun-04 2:01
Anonymous21-Jun-04 2:01 
GeneralRe: DHTML + VC++ Pin
Andrew Quinn AUS21-Jun-04 4:44
Andrew Quinn AUS21-Jun-04 4:44 
QuestionCan i redirect the ouput of Debug window to a Text file? Pin
uus9921-Jun-04 0:13
uus9921-Jun-04 0:13 
AnswerRe: Can i redirect the ouput of Debug window to a Text file? Pin
jmkhael21-Jun-04 0:56
jmkhael21-Jun-04 0:56 
Generalportscandetector Pin
ask_you20-Jun-04 23:54
ask_you20-Jun-04 23:54 

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.