Loading a JPEG dynamically into a dialog
SPONSORED LINKS
I need to dynamically load some thumbnail size jpegs into a Dialog in my MFC app – the jpegs change occaisionally too in realtime.
Has anyone any example code of how to load them into a CPicture and display onscreen?
I’m not married to a CPicture tho, any any other suggestions would be appreciated.
I’ve trawled the web, but the msdn site only yields links to code that are returning 404 !
Has anyone any example code of how to load them into a CPicture and display onscreen?
I’m not married to a CPicture tho, any any other suggestions would be appreciated.
I’ve trawled the web, but the msdn site only yields links to code that are returning 404 !
Excerpt from:
Loading a JPEG dynamically into a dialog