| Thread | Last Post | Replies |
|
| Can't get window handle | 23 May 2004 11:32 GMT | 1 |
I just can't find out the way to get the handle of a window.
|
| Finding color of specific pixel in Image | 23 May 2004 05:18 GMT | 1 |
I'm trying to figure out how do I check the color of a specific pixel in an Image .. anyone can help ? Thanks
|
| Near-opaque Alpha Values Fail to Retain Color on Copy | 23 May 2004 01:11 GMT | 3 |
I posted earlier about a problem with combining alpha values, but I have simplified the problem much more. Take a look at the red value magically changing when I try to make an exact copy of an image with near-opaque alpha values. This must be a GDI+ bug. Is there a
|
| Howto Save a bitmap in grayscalae jpeg??? | 22 May 2004 19:56 GMT | 1 |
Everything is in the title... In fact, i get a bitmap in grayscale that has been captured with a scanner the code is approximately this one: Dim MyImage As Bitmap
|
| Hard time creatiing multipage tif: Help! | 21 May 2004 10:49 GMT | 1 |
I keep getting an "ExternalException: A generic error occurred in GDI+" from the following code that attempts to combine two single page images into one two-page tif. Has anyone successfully done this? using System;
|
| Region property and applying it in a control | 20 May 2004 15:54 GMT | 3 |
currently trying to write a custom control that will display an image in true transparent form, e.g. can actually see the background images placed behind the control rather than the background graphic held on the form. Have produced a region which will hold the outline of an image ...
|
| Why no exif codec? | 19 May 2004 20:36 GMT | 2 |
Looking at the list of codecs for GDI+ Bitmaps, from ImageCodecInfo.GetImageEncoders(), there doesn't seem to be an EXIF codec. Does anyone know why - is EXIF not supported? How do you set the
|
| listbox background-image | 19 May 2004 15:57 GMT | 1 |
I created an owner-draw listbox with background image , i draw per item using texturebrush like this: e.graphics.fillrectangle(otexture,e.bounds); e.Graphics.DrawString("test",FontUsed,otexture,e.Bounds.X,e.Bounds.Y);
|
| HELP: Constraining cursor movement to intercharacter positions | 19 May 2004 13:15 GMT | 5 |
I have a custom control that operates as a header for other text controls. It consists basicaally of a single line of digits used as a ruler. I have a mouse 'slider' object which follows the mouse movements horizontally. How can I constrain the cursor position to be 'between' the ...
|
| Window Title Bar | 19 May 2004 09:32 GMT | 2 |
hi every body i work with shaped forms using region but i need to over load the title ba Can every body tell me how can i painting on title bar thanks
|
| forms scrollbar | 18 May 2004 23:04 GMT | 1 |
I have a form and in the form I have enabled autoscroll property and I want to enable only vertical scroll bar..How can we do that.. Appreciate your response
|
| Reduce image size | 18 May 2004 10:38 GMT | 3 |
I have picture with a bis size as 1 MB (digital photos). I am looking for an example to reduce the file size with c#. After reducing I want store the smalll file in a database. Mybe anybody has a exaplme or idea.
|
| Make a window "Click-through" | 18 May 2004 08:35 GMT | 5 |
I've got two little apps which are able to create a window that displays something on the desktop, but are not clickable. Instead, when you click on the window, the item 'behind' or 'under' that window gets clicked. I'd like to know how to do this, using VB6, VB.Net, Windows ...
|
| Rounded Corners on Translucent Form | 17 May 2004 21:19 GMT | 5 |
I have a borderless form with it's Opacity set to 60% so the background shows through. It looks very nice. But I'd like to round the corners of this form. All the techniques I've seen so far for creating shaped forms involve using the TransparencyKey property of the form. But ...
|
| VB - saving files with encoders | 17 May 2004 15:31 GMT | 2 |
I'm trying to teach myself the basics of image handling with VB.NET and GDI+ and I'm stuck trying to figure out how to save an image with encoders and encoder parameters. Part of the problem is the MS documentation seems to be really sparse in this area. I found an example through ...
|