| Thread | Last Post | Replies |
|
| Application icon from hWnd? | 28 Dec 2007 16:27 GMT | 6 |
Is it possible to get a bitmap icon from a window's hWnd value suitable for populating an ImageList control? I have working a small application that lists the running, user applications in a listview (title & hWnd) and it would be great if I could also add the icon (or
|
| Icon.FromHandle + ImageList = decreased color depth | 20 Dec 2007 22:13 GMT | 7 |
I'm writing Visual Studio add-in in C# (VS 2008, WinXP SP2). I need to display a list of files in ListView control. In order to get the file type's associated icon I use `SHGetFileInfo' API from Shell32.dll (the code is taken
|
| Convert Color Bitmap To B/W | 19 Dec 2007 05:36 GMT | 4 |
Hi every one, I am trying to convert Color jpg into 1 bit pixel b/w gif. For that i used some examples i found in the internet: Bob Pawell or www.wischik.com and others.
|
| Image artifacts after asp.net gdi+ resize | 18 Dec 2007 23:07 GMT | 4 |
I'm experiencing some issues with uploading & resizing images on my website. I'm taking images that are uploaded to my page and upscaling them to 300dpi if they are below that resolution and adjusting their pixel width & height to what I need.
|
| Scale Image w/o creating a 24 bit image object | 12 Dec 2007 21:57 GMT | 3 |
I have a large (1000px x 20000px) Image object that I am trying to scale down. It is in the 8bppIndexed format. I am currently creating a new 24 bit Image object and using the DrawImage method to do the scaling. But creating the new Image object
|
| Animated GIF colour depth | 11 Dec 2007 20:06 GMT | 4 |
I'm having a problem using C# to load image files. I'm writing an application to do some palette processing with palettized (ie. 8-bit) image files. With most files it works fine, and with standard GIF files it works too. But when I try and load an animated GIF file it seems to ...
|
| What site contains the OctreeQuantizer code you'd recommend | 08 Dec 2007 12:05 GMT | 6 |
Once I saw an implementation of OctreeQuantizer that did not require the Unsafe keyword. Now that I want it I can't find it. Do you know how to find that site?
|
| Pasted clipboard text looks bad | 03 Dec 2007 14:53 GMT | 11 |
I copy text to the clipboard using WordPad and then retrieve it and draw it on a panel. The edges of the text looks bad. I suspect that it's the result of antialiasing and the background of the
|
| Printing cause application thread exiting | 01 Dec 2007 11:32 GMT | 1 |
I have a strange problem: When my application print something with System.Drawing.Printing.PrintDocument(), my application thread (MessageLoop) is going down.
|