Displaying image on full screen
-
1. How can I display an image, like an image editor, in full screen mode? 2. What is the fastest method displaying an image (both in window or in full screen)? Some programs work much faster than others; scrolling an image takes much longer with some programs than with others. Thanks
-
1. How can I display an image, like an image editor, in full screen mode? 2. What is the fastest method displaying an image (both in window or in full screen)? Some programs work much faster than others; scrolling an image takes much longer with some programs than with others. Thanks
Vancouver wrote:
. How can I display an image, like an image editor, in full screen mode?
is CDC::StretchBlt is of any help
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
Vancouver wrote:
. How can I display an image, like an image editor, in full screen mode?
is CDC::StretchBlt is of any help
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
is CDC::StretchBlt is of any help StretchBlt is a different issue. In the meantime I found that both SetWindowPos and MoveWindow work with the co-ordinates (0,0) as well (I had thought that would be rejected). However, this is probably no help for my original problem: performance.