| Thread | Last Post | Replies |
|
| Enlarging a JPG/GIF with anti-aliasing.. | 19 Sep 2003 12:49 GMT | 1 |
Can I do it just like SVG? thx...
|
| Drawing over child controls - doesn't work for me | 19 Sep 2003 11:10 GMT | 3 |
I am feeling dumb that I can't figure this out. I have searched the www and newsgroups for answers but only one small, vaguely similar, thing popped up. C# - I have developed a couple of user controls; one that
|
| Printing shifts letters | 18 Sep 2003 23:52 GMT | 6 |
Since I've noticed this behavior on several computers, with several different OS's (98, 2K, XP) and on several different printers, I'm amazed I can't find a reference on the net anywhere: When I print text from .NET (1.0 as well as 1.1), on some occasions, the
|
| Bug in System.Drawing? GdipDeleteFontFamily | 18 Sep 2003 23:21 GMT | 1 |
Here's a wierd one... I posted a message a couple of days ago titled "Urgent! GDI+ Memory consumption", it was about my little app hogging alot of memory, and eventually hanging. I though memory consumption was the problem, but I've
|
| Printing problem | 18 Sep 2003 18:45 GMT | 2 |
using the PrintDocument class for the first time, I came upon the following problem : On the PrintPage event, I cannot get information about the number of the printed characters, in order to set the "HasMorePages = true".
|
| System.Drawing module raises a System.ArithmeticException | 18 Sep 2003 15:31 GMT | 2 |
I do not know what I did to get this condition and hope that someone can shed some light on it. As of late I get a System.ArithmeticException raised by the System.Drawing module. Steps to getting the
|
| How to draw whitout invalidate | 18 Sep 2003 10:25 GMT | 8 |
i have two question so I will post two times My first question is: How can i draw on a part of a window without invalidating all the window ? I want to modify a part of the windows whitout re-drawing it all, but the
|
| paint sometime on another graphic without losing the other grapic... how? | 18 Sep 2003 10:01 GMT | 1 |
When I paint a image, the image disappear when a use a selectiontracker on it, is it possible that the image stays visible when i use the selectiontracker? I found a stupid solution, it isn't good because it always repaint the same
|
| Setting a custom coordinate system like VB picturebox.Scale | 18 Sep 2003 03:51 GMT | 7 |
Does anyone know how to change the the GDI+ coordinate system like you used to be able to do in VB6 with the picturebox.scale method. The picturebox.scale method took an x,y point defining the upper left corner and a second x,y point defining the lower right corner.
|
| Double buffering causes double clearing | 17 Sep 2003 16:24 GMT | 10 |
It seems when using a double buffer for painting with: SetStyle(ControlStyles.AllPaintingInWmPaint, true); SetStyle(ControlStyles.DoubleBuffer, true); SetStyle(ControlStyles.UserPaint, true);
|
| Shift color brightness | 17 Sep 2003 14:10 GMT | 2 |
Hi -- I want to shift the brightness of a known system color. I know how to extract the RGB values and the HSB value of the color, but is there a method for changing one of the HSB values? Thanks in advance. Adam G.
|
| SVG Engine in .NET, C# | 17 Sep 2003 09:35 GMT | 1 |
Attn: .NET and SVG (Scalable Vector Graphics) Developers.... MOBIFORM Software Ltd. has now made beta copies of its SVG Browser and SVGViewPlus component available for download. The SVGViewPlus Component is a 100% managed code product, written entirely
|
| screen capture | 17 Sep 2003 05:51 GMT | 1 |
I have a form that follows the mouse when it moves, i want to set the background of this form to the desktop underneith it (essentially making invisible). I am using the following code but it appears that the something is off because the image it generates is not what is under the ...
|
| Simple problem | 17 Sep 2003 03:34 GMT | 2 |
I'm trying to simulate a progress bar control. There's a percentage text located within the progress bar and initially colored black. The progress bar's backcolor is initially white and the current progress will be shown in
|
| FillRegion on InkJet | 15 Sep 2003 20:32 GMT | 3 |
I'm trying to fill a simple region using a color. This works for a laser jet printer but fails for an epson ink jet printer (Epson Stylus Color 740) using the latest print drivers. Any ideas why or suggestions would be gratefully accepted.
|