Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Pause and continue the Progress bar in MFC.? Pin
David Crow4-Jun-13 3:52
David Crow4-Jun-13 3:52 
GeneralRe: How to Pause and continue the Progress bar in MFC.? Pin
mbatra314-Jun-13 18:46
mbatra314-Jun-13 18:46 
QuestionUseage about OPCODE collision detection Pin
Henry Hong2-Jun-13 22:30
Henry Hong2-Jun-13 22:30 
AnswerRe: Useage about OPCODE collision detection Pin
Richard MacCutchan2-Jun-13 23:17
mveRichard MacCutchan2-Jun-13 23:17 
GeneralRe: Useage about OPCODE collision detection Pin
Henry Hong3-Jun-13 15:55
Henry Hong3-Jun-13 15:55 
GeneralRe: Useage about OPCODE collision detection Pin
Richard MacCutchan3-Jun-13 20:52
mveRichard MacCutchan3-Jun-13 20:52 
GeneralRe: Useage about OPCODE collision detection Pin
Henry Hong3-Jun-13 22:15
Henry Hong3-Jun-13 22:15 
GeneralRe: Useage about OPCODE collision detection Pin
Richard MacCutchan3-Jun-13 22:22
mveRichard MacCutchan3-Jun-13 22:22 
GeneralRe: Useage about OPCODE collision detection Pin
Henry Hong3-Jun-13 22:35
Henry Hong3-Jun-13 22:35 
AnswerRe: Useage about OPCODE collision detection Pin
Chris Losinger4-Jun-13 4:05
professionalChris Losinger4-Jun-13 4:05 
QuestionHow to conditional call a library Pin
thanh_bkhn2-Jun-13 19:00
professionalthanh_bkhn2-Jun-13 19:00 
AnswerRe: How to conditional call a library Pin
«_Superman_»2-Jun-13 20:35
professional«_Superman_»2-Jun-13 20:35 
GeneralRe: How to conditional call a library Pin
thanh_bkhn3-Jun-13 16:05
professionalthanh_bkhn3-Jun-13 16:05 
AnswerRe: How to conditional call a library Pin
David Crow3-Jun-13 2:54
David Crow3-Jun-13 2:54 
GeneralRe: How to conditional call a library Pin
thanh_bkhn3-Jun-13 16:06
professionalthanh_bkhn3-Jun-13 16:06 
AnswerRe: How to conditional call a library Pin
chaau3-Jun-13 18:28
chaau3-Jun-13 18:28 
As an alternative, you could use delay load dll. In this case you do not need to change the code you have already written (related to statically linking to the library), all you need to do is just do not call chunk of codes related to magnification at all. Saves you a lot of annoying LoadLibrary/GetProcAddress calls.

However, it looks like you have already implemented it. So, just learn about this, so that you could use in future
GeneralRe: How to conditional call a library Pin
thanh_bkhn3-Jun-13 20:32
professionalthanh_bkhn3-Jun-13 20:32 
QuestionHow to mute soundin a audio / video file using directshow mfc.? Pin
mbatra311-Jun-13 1:16
mbatra311-Jun-13 1:16 
QuestionRe: How to mute soundin a audio / video file using directshow mfc.? Pin
David Crow1-Jun-13 7:20
David Crow1-Jun-13 7:20 
AnswerRe: How to mute soundin a audio / video file using directshow mfc.? Pin
mbatra312-Jun-13 18:56
mbatra312-Jun-13 18:56 
AnswerRe: How to mute soundin a audio / video file using directshow mfc.? Pin
David Crow3-Jun-13 2:52
David Crow3-Jun-13 2:52 
QuestionHow to disable a property page in a property sheet in mfc.? Pin
mbatra3131-May-13 23:11
mbatra3131-May-13 23:11 
AnswerRe: How to disable a property page in a property sheet in mfc.? Pin
jeron11-Jun-13 6:33
jeron11-Jun-13 6:33 
AnswerRe: How to disable a property page in a property sheet in mfc.? Pin
David Crow1-Jun-13 7:20
David Crow1-Jun-13 7:20 
QuestionC++ and Arduino interfacing Pin
nonness31-May-13 23:02
nonness31-May-13 23:02 

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.