Click here to Skip to main content
15,915,777 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: windowsx.txt Pin
Archer2824-Aug-04 7:48
Archer2824-Aug-04 7:48 
GeneralRe: windowsx.txt Pin
V.4-Aug-04 10:24
professionalV.4-Aug-04 10:24 
GeneralRe: windowsx.txt Pin
Archer2824-Aug-04 11:45
Archer2824-Aug-04 11:45 
QuestionHow to set Vertical CSliderCtrl position sequencely Pin
old_cat2-Aug-04 19:05
old_cat2-Aug-04 19:05 
Generalbitmap zooming Pin
Zeeshan Bilal2-Aug-04 18:59
Zeeshan Bilal2-Aug-04 18:59 
GeneralRe: bitmap zooming Pin
PJ Arends2-Aug-04 19:58
professionalPJ Arends2-Aug-04 19:58 
GeneralRe: bitmap zooming Pin
Zeeshan Bilal2-Aug-04 20:59
Zeeshan Bilal2-Aug-04 20:59 
GeneralRe: bitmap zooming Pin
PJ Arends2-Aug-04 21:12
professionalPJ Arends2-Aug-04 21:12 
If you want to zoom a bitmap, that is the same as stretching it. So use the StretchBlt() function. By specifying the destination coordinates to be larger than the source coordinates you will get the effect of zooming in. By making the destination coordinates smaller than the source coordinates you get the effect of zooming out.

Look up StretchBlt() (or CDC::StretchBlt()) in MSDN for more information.








"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
Generaldatabase problem Pin
Anonymous2-Aug-04 17:48
Anonymous2-Aug-04 17:48 
GeneralRe: database problem Pin
wb2-Aug-04 20:25
wb2-Aug-04 20:25 
GeneralRe: database problem Pin
Anonymous2-Aug-04 20:39
Anonymous2-Aug-04 20:39 
GeneralRe: database problem Pin
wb2-Aug-04 20:51
wb2-Aug-04 20:51 
QuestionWhich is better? Pin
Zero_One_ADO2-Aug-04 17:35
Zero_One_ADO2-Aug-04 17:35 
AnswerRe: Which is better? Pin
Anonymous2-Aug-04 17:59
Anonymous2-Aug-04 17:59 
GeneralOpen/Save Dialog Pin
Archer2822-Aug-04 17:18
Archer2822-Aug-04 17:18 
GeneralRe: Open/Save Dialog Pin
PJ Arends2-Aug-04 17:51
professionalPJ Arends2-Aug-04 17:51 
GeneralRe: Open/Save Dialog Pin
David Crow3-Aug-04 4:21
David Crow3-Aug-04 4:21 
GeneralRe: Open/Save Dialog Pin
David Crow3-Aug-04 4:18
David Crow3-Aug-04 4:18 
GeneralOutlook Dial button redirection Pin
Wolfram Steinke2-Aug-04 17:13
Wolfram Steinke2-Aug-04 17:13 
GeneralRe: Outlook Dial button redirection Pin
dharani30-Aug-04 19:21
dharani30-Aug-04 19:21 
GeneralWant an Example of EnumPrinter Function Pin
Amarelia2-Aug-04 16:34
Amarelia2-Aug-04 16:34 
GeneralRe: Want an Example of EnumPrinter Function Pin
Aamir Butt2-Aug-04 19:17
Aamir Butt2-Aug-04 19:17 
GeneralRe: Want an Example of EnumPrinter Function Pin
David Crow3-Aug-04 5:43
David Crow3-Aug-04 5:43 
QuestionHow to call SQL Pass through from MFC Regular DLL Pin
TuanTriTue2-Aug-04 16:24
TuanTriTue2-Aug-04 16:24 
GeneralVirtual Destructor Pin
Neelesh K J Jain2-Aug-04 15:55
Neelesh K J Jain2-Aug-04 15:55 

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.