Jan 15, 2009 #1 cdvalera Programmer Aug 5, 2008 6 EC Hi, I would like to know how to return the handle of a jpg image object to create a dll. thanks in advance Christian Valera
Hi, I would like to know how to return the handle of a jpg image object to create a dll. thanks in advance Christian Valera
Jan 19, 2009 #2 chigley Programmer Sep 30, 2002 104 GB There might be a solution in unmanaged code that we can put together but I need to know a bit more about what you are trying to do. It is possible to open the image, and get a handle to the device context but what are you doing with this dll? Are you writing a dll? What is the handle to? A GDI device context, or the file itself? Charlie Benger-Stevenson Hart Hill IT Ltd http://www.harthill-it.co.uk Upvote 0 Downvote
There might be a solution in unmanaged code that we can put together but I need to know a bit more about what you are trying to do. It is possible to open the image, and get a handle to the device context but what are you doing with this dll? Are you writing a dll? What is the handle to? A GDI device context, or the file itself? Charlie Benger-Stevenson Hart Hill IT Ltd http://www.harthill-it.co.uk
Jan 20, 2009 #3 phinoppix Programmer Jul 24, 2002 437 US I'm confused about the dll part. Upvote 0 Downvote