I have a C++ dll that opens an image file using GDI+ and gets a thumbnail of the opened image using GetThumbnailImage. I would like the C++ DLL to be able to return a pointer to the Image and then have a custom C# control of mine display it. Does anyone know how I can share this image information between the two languages? (I know I can use C#'s GDI image functions to create the thumbnail also, but the C++ version is much faster).
SpiderMan
Posts
-
Access GDI+ Image pointer from unmanaged C++ dll... -
How to find all images in a directory...Thanks, I was doing something similar to this. I was wondering if there was a more generic way. For example, is there some way to match any image type without actually having to specify the extention for each one? Someone told me doing "*/images" would work. Has anyone tried this?
-
How to find all images in a directory...As of right now, I'm using the FileInfo and DirectoryInfo classes to get all the files in a directory and then checking their file exentions to see if they match an image type (i.e ".jpg," ".bmp," etc). Is there a better way?
-
For those home (alone) on Saturday -Fuel - Hemorrhage
-
The time is now, your life is right nowDare to do great things :) .
-
64k demos and other great thingsAlso check out www.ojuice.net and www.cfxweb.net
-
Changing the caption of start buttonIf you would like an example go to: http://homepage1.nifty.com/kazubon/tclock/indexe.html
-
depends on what you get used toYah Fremont rules! Except it gets boring once you've ridden all the rides at Great America and Marine World. But then that's when you take bart to SF (X-Games!):) The only other thing that's bad about Fremont is that it's getting too crowded
-
Linux - the Amiga of the 00's"P.S. - I've heard that Microsoft uses Apache servers for hosting some of their web pages. Does anyone know if this is true?" Yes, Microsoft used to run Hotmail on Apache, but I believe that they moved it over to a Windows 2000 server now.
-
Many grate free tutorials in visual c++ on lineToo bad I can't read a word of it :( Is there an English translation in store for it?