Loading a JPEG dynamically into a dialog
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
Related posts:
- Loading DLL to Dynamically Determined Address It might be helpful to know why I want...
- Loading .net files within html I just started developing my own webpage. The main...
- DLL loading sequence on Windows CE Hi, I am newbie on Windows CE platform (I...
- prevent Silverlight app from loading until clicking I made some Silverlight apps parts of my aspx...
- Dialog Edit Box Access I created a Dialog-based MFC app. The dialog boilerplate...
Related posts brought to you by Yet Another Related Posts Plugin.
Sep
11
11