| Thread | Last Post | Replies |
|
| Drawing one bitmap into another | 05 Oct 2004 17:22 GMT | 5 |
VS.NET 2003, .NET v1.1, VB.NET I've been playing around with this for a couple of days, and I'm obviously missing something very simple here. I'm working on a program that manages objects in a grid. The idea is to
|
| difference between drawrectangle and fillrectangle | 05 Oct 2004 17:10 GMT | 5 |
Can some one give me a reason for the following : Test the following code: Graphics g = this.CreateGraphics(); g.DrawRectangle(new SolidPen(Color.Red), 10,10,2,2);
|
| Upload file and convert image before inserting to db | 04 Oct 2004 19:07 GMT | 1 |
I have looked everywhere on the web for an answer to this and the only thing I can find is converting the image format when the file is present on the local filesystem. What I want to do is use a web form to upload a TIFF image (scanned images) and convert it to a JPEG
|
| Saving img from/into MemoryStream - no answer yet... | 04 Oct 2004 14:11 GMT | 2 |
Any MVPs out there can find an answer to this? From all posts about this topic, there still no answer to this. How can you read then save an image in memory. I know save works fine when you open an image from file.
|
| Double buffered bitmap and windows controls | 03 Oct 2004 21:28 GMT | 1 |
Hi, hope this is the right ng to ask this question I have a winforms control which in the paint overridden handler draws something on top of a back buffer bitmap (loaded during component initialization) and then draws the result to the main
|
| Remove a line drawed by DraLine() | 03 Oct 2004 21:19 GMT | 3 |
hi to all, i draw a black line in a white colored form, (imagine something like the painter's canvas), base on 5 different Points, so this line is, let's say, 100 pixels right, 50 up, 100 right and then 200 pixels down.
|
| GDI+ & .NET HELP!!! | 03 Oct 2004 16:31 GMT | 2 |
I am currently helping to install some software from a group called Economatics. The software keeps having errors saying that "this is only valid in Win32 mode" or "unhandled exception error" or something about GDI+. The company are aware of the issue which only occurs on windows 98 ...
|
| Drawing Bar Chart | 02 Oct 2004 03:08 GMT | 1 |
Is there a sample code to drawing bar charts Thanks
|
| Draw in MDIContainer won't work | 01 Oct 2004 23:22 GMT | 1 |
I am trying to use DrawString and DrawRectangle in the interior area of an MDIContainer form. I can use these functions to draw on a regular form but not this Parent form. In the Paint event of the form I have tried these ways to get the Graphics
|
| Converting Text to Default Colors in VB.NET | 01 Oct 2004 13:45 GMT | 1 |
I have an XML file that has settings for my app. Many of the settings involve color (i.e. <BackColor>Red</BackColor>). The XML value is read into a string, so I have a string called strBackColor with the value "Red". Now I want to set the form to BackColor.Red. How do I do ...
|
| gdi+: bitmap.save keeps crashing - HELP! | 01 Oct 2004 08:07 GMT | 2 |
I've got a problem with the Bitmap.Save() method: it keeps crashing on some pictures. Some pictures just work, others just crash. And it is very often, roundabout ever third picture crashes on Save after some operation.
|