Click here to Skip to main content
16,014,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralEmbedding Internet Explorer (Win32, no MFC) Pin
Dominik Reichl7-Mar-03 2:43
Dominik Reichl7-Mar-03 2:43 
GeneralRe: Embedding Internet Explorer (Win32, no MFC) Pin
Stefan Pedersen7-Mar-03 3:40
Stefan Pedersen7-Mar-03 3:40 
GeneralCreating memory bitmap Pin
Anonymous7-Mar-03 2:13
Anonymous7-Mar-03 2:13 
GeneralRe: Creating memory bitmap Pin
Joel Lucsy7-Mar-03 2:36
Joel Lucsy7-Mar-03 2:36 
GeneralRe: Creating memory bitmap Pin
djordj7-Mar-03 2:40
djordj7-Mar-03 2:40 
GeneralRe: Creating memory bitmap Pin
Scott H. Settlemier7-Mar-03 4:09
Scott H. Settlemier7-Mar-03 4:09 
GeneralRe: Creating memory bitmap Pin
djordj7-Mar-03 4:14
djordj7-Mar-03 4:14 
GeneralRe: Creating memory bitmap Pin
Scott H. Settlemier7-Mar-03 4:42
Scott H. Settlemier7-Mar-03 4:42 
Make your DIB always as big as the viewable area in the display,
not the source. Then it is all a matter of how you fill that
DIB section. If you will be zooming, you'll have to do a bit
more than simply copying pieces of scan lines. You have to
resample or interpolate from the RAW image. For performance, you
may wish to limit zooming out to discrete steps and for large
zoom factors, you may even use a pre-resampled image that can
interpolated up or down for the final display.

GeneralInstalling VC7.0 Pin
Dave_7-Mar-03 1:52
Dave_7-Mar-03 1:52 
GeneralRe: Installing VC7.0 Pin
RobJones7-Mar-03 8:13
RobJones7-Mar-03 8:13 
GeneralRe: Installing VC7.0 Pin
Dave_7-Mar-03 8:19
Dave_7-Mar-03 8:19 
GeneralVC6 Debugger Problem Pin
Paul Farry7-Mar-03 0:34
professionalPaul Farry7-Mar-03 0:34 
GeneralRe: VC6 Debugger Problem Pin
Brian Shifrin7-Mar-03 6:42
Brian Shifrin7-Mar-03 6:42 
GeneralRe: VC6 Debugger Problem Pin
Paul Farry7-Mar-03 10:54
professionalPaul Farry7-Mar-03 10:54 
GeneralRe: VC6 Debugger Problem Pin
Paul Farry7-Mar-03 11:33
professionalPaul Farry7-Mar-03 11:33 
GeneralSocket question Pin
Mazdak7-Mar-03 0:25
Mazdak7-Mar-03 0:25 
GeneralRe: Socket question Pin
User 66587-Mar-03 1:44
User 66587-Mar-03 1:44 
GeneralRe: Socket question Pin
Mazdak7-Mar-03 4:40
Mazdak7-Mar-03 4:40 
QuestionHow to Translate a program or how can i make a program Translateble Pin
whofmans7-Mar-03 0:17
whofmans7-Mar-03 0:17 
AnswerRe: How to Translate a program or how can i make a program Translateble Pin
wimel7-Mar-03 1:18
wimel7-Mar-03 1:18 
AnswerRe: How to Translate a program or how can i make a program Translateble Pin
Rage7-Mar-03 1:20
professionalRage7-Mar-03 1:20 
AnswerRe: How to Translate a program or how can i make a program Translateble Pin
Cedric Moonen7-Mar-03 2:52
Cedric Moonen7-Mar-03 2:52 
AnswerThanks Pin
whofmans7-Mar-03 3:15
whofmans7-Mar-03 3:15 
GeneralRe: Thanks Pin
espelly7-Mar-03 4:01
espelly7-Mar-03 4:01 
GeneralRe: Thanks Pin
Ted Ferenc7-Mar-03 4:10
Ted Ferenc7-Mar-03 4:10 

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.