| Thread | Last Post | Replies |
|
| animated window | 04 Oct 2005 17:55 GMT | 2 |
in .net development environment, there is a feature called auto hide (you can see the thumbnail, for example, task list, results window, etc). You can toggle the window in a way that if you have it set to autohide it scrolls down on mouse out and scrolls in on mouse over event. ...
|
| How to draw controls | 04 Oct 2005 17:27 GMT | 4 |
Hi, I have created a class for drawing variuos lines and strings on Grahpics object. I also want to draw labels and datagrid. In order to use the code given below I need an object of windows.form. How can I do it in my simple class (which is not form)?
|
| Transparent colors, newby question | 04 Oct 2005 16:35 GMT | 3 |
I have a picturebox with many rectangles and circles. I would like to make some of them transparent. What is a best way to do so? Thanky you very much for your time. Boni.
|
| Dithering GIF and Subsampled JPG problems | 04 Oct 2005 16:02 GMT | 5 |
I'm trying to output a bar chart. When using GIF and the LinearGradientBrush, .Net is forcing dithering, and forcing it to an awful type of dithering besides (I'm guessing halftone or 2 x 2). How can I turn OFF dithering, or force the GIF to dither to a palette
|
| Bitmap.FromFile on sp2 | 04 Oct 2005 14:35 GMT | 3 |
I am seeing different results based on what SP release I am running on. I have 2 image files that I extract from a database (1 is a .jpg, the other is ina MetaFile format). The metafile image I need to convert to a Bitmap object prior to using it as I need to resize the image and ...
|
| Drawstring word-wrap | 04 Oct 2005 08:42 GMT | 5 |
I am creating a program to print report where I have to draw grid. (I am not using Crystal Report as it's not free of cost). I am new to system.drawing class. I want to draw a text string in a definite width but variable height
|
| problem with GetFontData function using | 04 Oct 2005 07:24 GMT | 10 |
I want to embed font into my application. I use the GetFontData function from GDI. All works fine, except of true-type-collection file. In this case, I get byte array which contains a wrong data. Header is the
|
| Document.contentType & ImageFormat.Gif | 03 Oct 2005 18:14 GMT | 1 |
How do I properly output an image (in this case, a pie chart gif) and allow for html in the page? It seems that imageformat is properly set to an image file type(GIF), but what should Document.contentType be set to?
|
| My drawings disappear | 03 Oct 2005 17:44 GMT | 3 |
My dynamic(OnMouseMove) drawings over the Form disappear immediately when another Paint over that region happens. say like a MessageBox pops up or another window opens up or even during minimize and restore of that form. The initial graphics displayed on Form Load using the ...
|
| Rectangles...I must be missing something. | 03 Oct 2005 16:57 GMT | 2 |
I've created a usercontrol and I'm trying to emulate the look of a mac effect (just for showing some options to my boss) by using 2 gradient rectangles. I'm having a LOT of trouble doing this, however, because I keep getting a 1 or 2 pixel line showing up. Can someone look this
|
| Color Temperature | 03 Oct 2005 16:50 GMT | 1 |
I am working on a photo management app and want to use adobe .DNG files as sources. I use a camera raw editor to set color temperatures, crop and other settings. The app needs to show a preview of the dng with the settings applied. I can
|
| Drawing Small Text with Very High Quality in GDI+ | 03 Oct 2005 15:30 GMT | 4 |
I've been struggling with an issue that involves drawing very small text. I'm currently creating images(only text and lines) dynamically and throwing them out in ASP.Net by saving the bitmap to the output stream. The image gets generated and is everything seems ok, until you ...
|
| Alpha Channel not preserved when saving png | 01 Oct 2005 03:32 GMT | 2 |
I have the following code that for some reason saves an image but greyed out. EncoderParameters encoderParams = new EncoderParameters(1); encoderParams.Param[0] = new EncoderParameter(Encoder.ColorDepth, 32L); this.CanvasImage.Save(filename, getEncoderInfo("image/png"), ...
|