| Thread | Last Post | Replies |
|
| Printing Problem | 28 Feb 2006 10:35 GMT | 2 |
How can I give printing options from the PrintPreview dialog so the user will be able to select the pages to print Currently when the user clicks on the print button in the toolbar the document is sent immediately to the printer
|
| autoscrolling in .net | 28 Feb 2006 04:22 GMT | 1 |
I've a requirement in which I need to implement autoscrolling.... Is there any control in .net which supports this functionality/............ My display list(data) should be scrolling ...........
|
| Painting custom polygon-shaped control to PictureBox | 27 Feb 2006 16:44 GMT | 4 |
Please help! I'm absolutely perplexed by this problem. I have a PictureBox on a Form in .NET 2.0. I allow my user to draw polygon(s) on the image, and I record the points and draw lines as so in the PicBox.Paint handler:
|
| Mixing (blending?) two bitmaps | 27 Feb 2006 16:28 GMT | 6 |
I want to create some simple transition effects for bitmap images. For this, I need to mix two images (or blend them, whatever that may be called) together to one resulting image. This should be done with a per-pixel weight of the effect.
|
| draw on the top og an window | 27 Feb 2006 16:20 GMT | 1 |
how can i access/draw at the top of a window where the window title is in c#
 Signature --- [ gusse ] --- www.gusse.net
|
| Finding specific point in region - how to? | 27 Feb 2006 16:19 GMT | 3 |
I am in need to find specific point in region. To be exact: Suppose, we have region like the one below __________
| _____| |
| Zooming | 27 Feb 2006 10:17 GMT | 3 |
I have a form that contains multiple shapes on it. Does anyone know how to zoom in and out of the form, while still retaining all aspect ratios and so on? Is it a matter of me having to loop through all objects and manually changing the size or is there a better way?
|
| Draw a line with a "tube" appearance | 27 Feb 2006 04:20 GMT | 3 |
I want to draw a line from point X and point Y (at any angle), with appropriate gradient so that it "looks like" a tube. Can anybody show the best way to do that? Sub DrawTube(ByVal g As Graphics, ByVal X As Point, ByVal Y As
|
| FillPath question | 26 Feb 2006 00:39 GMT | 2 |
I'm using Graphics.FillPath to clear the area under a plotted curve. It works fine, but the fill operation seems to "eat away" some of the thickness of the plotted line - maybe one pixel. Has anyone else observed this? Is there a way to stop it happening?
|
| Joining multiple images | 25 Feb 2006 16:17 GMT | 3 |
I'm joining multiple images to a whole one using Graphics classes DrawImage method. Unfortunately DrawImage leaves borders in those places where images are combined. How could I prevent this?
|
| Opacity For Panel Control | 25 Feb 2006 16:15 GMT | 2 |
I don't seem to find Opacity property for a System.Windows.Forms.Panel Control. How can I make a panel semi-transparent please?
|
| Bob Powell - Rotating Ellipse in bounded Rectangle?? | 25 Feb 2006 16:00 GMT | 1 |
Bob, You have been a great help and I thank you very much. This may just show my need to brush up on Trig concepts, but now that I have my ellipse as a control and a property that allows the user to update the angle, I need the container to change in size as the user rotates the
|
| "A generic error occurred in GDI+." Exception | 24 Feb 2006 22:59 GMT | 2 |
When using Bitmap.GetHicon(), it sometimes throws the exception described in the topic. Details: System.Runtime.InteropServices.ExternalException was unhandled
|
| Matrix transforms fontsize | 24 Feb 2006 22:45 GMT | 2 |
here is the problem: I have some point coordinates with a range from -5.0 to +5.0 and I want to draw lines and strings depending to these points to a bitmap,control, emf, etc. with a size of 300/300 using the matrix
|
| Drawing on panel removes graphics. | 23 Feb 2006 20:10 GMT | 1 |
I know the answer to this is right under my nose, but I think I'm too tired to recall it. I have a form that uses a picture as it's background upon loading. I then have a panel on top of it that is used to click on and create a box on the area that was clicked on. What happens is ...
|