From: Jimbo on 3 Jan 2010 22:50 Hello After lots of searching I have yet to find a tutorial that shows how to load & display a JPG in Win32 C++, except one very confusing one. Does anyone know of any tutorials or maybe snippets that will help me learn loading & displaying JPG's in Win32? Thanks for your time :)
From: Christian ASTOR on 4 Jan 2010 08:03 On 4 jan, 04:50, Jimbo <nill...(a)yahoo.com> wrote: > Does anyone know of any tutorials or maybe snippets that will help me > learn loading & displaying JPG's in Win32? There are plenty of methods A simple method is with IShellImageDataFactory interface (::CreateImageFromFile(), IShellImageData::Decode(), IShellImageData::Draw()) Otherwise KB218972 (OleLoadPicture()), GDI+, IImgCtx interface, etc...
|
Pages: 1 Prev: RichText Contol goes HTML Next: How to keep a display turned off |