Click here to Skip to main content
15,891,910 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Problem with events MFC Pin
Mark Salsbery8-Sep-07 8:31
Mark Salsbery8-Sep-07 8:31 
AnswerRe: Problem with events MFC Pin
progDes8-Sep-07 8:40
progDes8-Sep-07 8:40 
GeneralRe: Problem with events MFC Pin
Mark Salsbery8-Sep-07 11:52
Mark Salsbery8-Sep-07 11:52 
AnswerRe: Problem with events MFC Pin
progDes8-Sep-07 19:01
progDes8-Sep-07 19:01 
Questionis there size limit to display an image with GDI+? Pin
King Tran8-Sep-07 5:37
King Tran8-Sep-07 5:37 
AnswerRe: is there size limit to display an image with GDI+? Pin
bob169728-Sep-07 7:12
bob169728-Sep-07 7:12 
QuestionRe: is there size limit to display an image with GDI+? Pin
bob169728-Sep-07 9:25
bob169728-Sep-07 9:25 
AnswerRe: is there size limit to display an image with GDI+? Pin
Teashirt28-Sep-07 13:05
Teashirt28-Sep-07 13:05 
well is this a higher res image(may be for print purposes) or just plain old large (like maps). Here are some ideas depending on the anser:

1. if the image is high res image such as 1200, 2400 dpi letter size rgb image, downsample the image first . Because, displaying that image (fitting the screen) full res is asking the graphics subsystem to downsample it on the fly. Image quality will not suffer (assuming you downsample it right). Do not over do it allowing the viewer zoom in say up to 300%. So even down to 300dpi will bring file size down to 1/16 allowing your self zoom in roughly about 300% without quality problems.

2. if the image is lower res (300 dpi or less), but large. most likely scenario you will not display it fitting the screen. Because it will look horrible, even if displaying was possible. In that case extract a region and display only that depending on the scroll position.

I hope this gives you some ideas.
GeneralRe: is there size limit to display an image with GDI+? Pin
King Tran13-Sep-07 18:55
King Tran13-Sep-07 18:55 
Questionquestion with the OpenGL loading texture? Pin
King Tran8-Sep-07 4:58
King Tran8-Sep-07 4:58 
AnswerRe: question with the OpenGL loading texture? Pin
El Corazon8-Sep-07 5:11
El Corazon8-Sep-07 5:11 
GeneralRe: question with the OpenGL loading texture? Pin
King Tran8-Sep-07 5:25
King Tran8-Sep-07 5:25 
GeneralRe: question with the OpenGL loading texture? Pin
El Corazon8-Sep-07 5:36
El Corazon8-Sep-07 5:36 
GeneralRe: question with the OpenGL loading texture? Pin
King Tran8-Sep-07 5:50
King Tran8-Sep-07 5:50 
QuestionDDE Comunication Problem in Sharescope Pin
onlyjaypatel8-Sep-07 0:31
onlyjaypatel8-Sep-07 0:31 
Questionhow to change the color of Text if Edit Box Pin
GauranG Shah8-Sep-07 0:25
GauranG Shah8-Sep-07 0:25 
AnswerRe: how to change the color of Text if Edit Box Pin
Nishad S8-Sep-07 0:53
Nishad S8-Sep-07 0:53 
AnswerRe: how to change the color of Text if Edit Box Pin
bob169728-Sep-07 5:27
bob169728-Sep-07 5:27 
QuestionRe: how to change the color of Text if Edit Box Pin
Mark Salsbery8-Sep-07 6:32
Mark Salsbery8-Sep-07 6:32 
AnswerRe: how to change the color of Text if Edit Box Pin
ThatsAlok9-Sep-07 20:14
ThatsAlok9-Sep-07 20:14 
Questioncalling API in driver Pin
zon_cpp8-Sep-07 0:05
zon_cpp8-Sep-07 0:05 
QuestionShared Dll to Static Lib Pin
shakumar_227-Sep-07 21:12
shakumar_227-Sep-07 21:12 
AnswerRe: Shared Dll to Static Lib Pin
Cedric Moonen7-Sep-07 23:22
Cedric Moonen7-Sep-07 23:22 
QuestionHow to begin DirectX Pin
kcynic7-Sep-07 20:59
kcynic7-Sep-07 20:59 
AnswerRe: How to begin DirectX Pin
Nishad S8-Sep-07 0:57
Nishad S8-Sep-07 0:57 

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.