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

C / C++ / MFC

 
QuestionProblem about injecting a dll to another process and use it to send menu message issues. Pin
kcynic28-Dec-08 23:28
kcynic28-Dec-08 23:28 
GeneralRe: Problem about injecting a dll to another process and use it to send menu message issues. Pin
Malli_S28-Dec-08 23:52
Malli_S28-Dec-08 23:52 
GeneralRe: Problem about injecting a dll to another process and use it to send menu message issues. Pin
kcynic29-Dec-08 3:51
kcynic29-Dec-08 3:51 
GeneralRe: Problem about injecting a dll to another process and use it to send menu message issues. Pin
Malli_S29-Dec-08 21:00
Malli_S29-Dec-08 21:00 
AnswerRe: Problem about injecting a dll to another process and use it to send menu message issues. Pin
kcynic8-Jan-09 18:29
kcynic8-Jan-09 18:29 
QuestionCertificate usage Pin
Sunil P V28-Dec-08 21:25
Sunil P V28-Dec-08 21:25 
QuestionLinking Error Pin
Aabid28-Dec-08 20:15
Aabid28-Dec-08 20:15 
AnswerRe: Linking Error Pin
Malli_S28-Dec-08 21:08
Malli_S28-Dec-08 21:08 
GeneralRe: Linking Error Pin
Aabid28-Dec-08 21:33
Aabid28-Dec-08 21:33 
GeneralRe: Linking Error Pin
Malli_S28-Dec-08 22:16
Malli_S28-Dec-08 22:16 
AnswerRe: Linking Error Pin
Sarath C28-Dec-08 21:12
Sarath C28-Dec-08 21:12 
GeneralRe: Linking Error Pin
Aabid28-Dec-08 21:36
Aabid28-Dec-08 21:36 
GeneralRe: Linking Error Pin
Sarath C28-Dec-08 22:05
Sarath C28-Dec-08 22:05 
QuestionProblems with CStatic GetBitmap Pin
JJeffrey28-Dec-08 20:02
JJeffrey28-Dec-08 20:02 
AnswerRe: Problems with CStatic GetBitmap Pin
Code-o-mat29-Dec-08 3:48
Code-o-mat29-Dec-08 3:48 
Is it possible that TmpBmp in your OnButton1Press is a local variable and when the method returns it destroys the bitmap so when you later try to access it you get an invalid handle? (CBitmap's destructor destroys the bitmap associated with it)

> The problem with computers is that they do what you tell them to do and not what you want them to do. <

GeneralRe: Problems with CStatic GetBitmap Pin
JJeffrey29-Dec-08 13:11
JJeffrey29-Dec-08 13:11 
GeneralRe: Problems with CStatic GetBitmap Pin
Code-o-mat29-Dec-08 21:56
Code-o-mat29-Dec-08 21:56 
QuestionAllocating Memory from Physical Memory not Virtual Memory? Pin
a_kiani28-Dec-08 19:42
a_kiani28-Dec-08 19:42 
AnswerRe: Allocating Memory from Physical Memory not Virtual Memory? Pin
Hamid_RT28-Dec-08 20:01
Hamid_RT28-Dec-08 20:01 
AnswerRe: Allocating Memory from Physical Memory not Virtual Memory? Pin
Maxwell Chen28-Dec-08 20:12
Maxwell Chen28-Dec-08 20:12 
GeneralRe: Allocating Memory from Physical Memory not Virtual Memory? Pin
a_kiani28-Dec-08 20:46
a_kiani28-Dec-08 20:46 
Questionbool? Pin
dec8228-Dec-08 19:25
dec8228-Dec-08 19:25 
AnswerRe: bool? Pin
dehseth28-Dec-08 19:33
dehseth28-Dec-08 19:33 
AnswerRe: bool? Pin
Hamid_RT28-Dec-08 19:35
Hamid_RT28-Dec-08 19:35 
AnswerRe: bool? Pin
a_kiani28-Dec-08 19:40
a_kiani28-Dec-08 19:40 

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.