| Thread | Last Post | Replies |
|
| PageUnit = Inches - that's not what I'm getting | 29 Feb 2004 23:51 GMT | 4 |
I've started experimenting with coordinate systems and created a very simple form with the following paint event. private void Form1_Paint(object sender, System.Windows.Forms.PaintEventArgs e)
|
| unsopported SizeF in .net compact? (determine label text size) | 29 Feb 2004 18:19 GMT | 4 |
I wanted to see if a texts fits into a label and I created this code: With lblOptionC1 Dim gfx As Graphics = picMainScreen.CreateGraphics Dim FontSize As New System.Drawing.SizeF
|
| Need guidance | 29 Feb 2004 15:21 GMT | 5 |
I would like to be able to draw objects onto a canvas and have them as selectable objects that can have text added, much like the way Visio works but on a smaller scale. The end result should allow a user to drag a row from the grid onto the
|
| Can Bob Powell or anybody else help me | 29 Feb 2004 06:32 GMT | 17 |
I had posted my message on the windows forms newsgroup and got a reply to ask you guys about the query. TIA, --Saurabh
|
| Rectangle with curved corners | 28 Feb 2004 21:31 GMT | 1 |
Hi. Whats the easiest way to draw a rectangle with curved corners Eric
|
| dynamic thumbnail code is locking images on the server | 28 Feb 2004 09:56 GMT | 1 |
I have some ASP.NET code that I use in a ASP 3.0 photo gallery application to create dynamic thumbnails. So that people whos servers don't have a classic asp image component can still have true thumbnails.
|
| Color transformation | 28 Feb 2004 09:53 GMT | 1 |
Dear Sirs, I make a gobelin creating program just for fun. The idea is simple. I have an image with several thousand colors and a DMC (the best crewels for gobelin embroydering) color palette whic contains 453 colors. My question
|
| Bitmap Constructor | 27 Feb 2004 23:47 GMT | 4 |
Could someone tell me what this constructor is for? (preferably with a code sample) Initializes a new instance of the Bitmap class from a specified resource. [Visual Basic] Public Sub New(Type, String)
|
| Unable to use AllPaintingInWmPaint, and flickering | 27 Feb 2004 23:27 GMT | 5 |
I have created a UserControl, that has some fairly intensive graphics operations, although not what I would think as being too intensive. I basically have a multi line text display that flips between different text messages. When it changes between text messages there is a ...
|
| ControlPaint.DrawBorder | 27 Feb 2004 06:23 GMT | 1 |
Hi , i got some problems using Paint event... the thing is that i got my form divided in 2 using a splitter. the splitter divides 2 Panels that are Docked to Fill inside each panel i want to draw a small grey rectangle acting like
|
| Measuring characters - .NET bug? | 27 Feb 2004 06:06 GMT | 2 |
The API cal StringFormat.SetMeasurableCharacterRanges(CharacterRange[] will throw an Overflow exception if the CharacterRange[] parameter is greater than 32 elements long. For instance, the following code will throw an exception CharacterRange[] ranges = new CharacterRange[33]; // ...
|
| GraphicsPath.Widen always rounds up to next integer? | 27 Feb 2004 03:33 GMT | 2 |
I'm trying to use a GraphicsPath to do a hit test on a line, but calling Widen seems to always round up to the next integral size. That may be fine when drawing with PageUnit == Pixel, but it is horrible when using PageUnit == Inch.
|
| Additional button on the titlebar of the windows form | 26 Feb 2004 21:51 GMT | 6 |
I develop with C# I want to add a button next to 'X' close button on windows form. I do not show minimize and maximize buttons I want to reset the form to its default position and size when it will be clicked and I would like to have custom symbol on this new button
|
| Bitmap.FromHBitmap | 26 Feb 2004 19:39 GMT | 1 |
I am trying to recieve an image from a digital camera. I get back a pointer to the image. When ever I try to use bitmap.fromhbitmap I get an generic gdi+ error. Ken
|
| C# Print Preview very slow | 26 Feb 2004 18:58 GMT | 7 |
I am trying to learn how to use the C# printing functions, but whenever I figured out the print preview control takes so long to draw the stuff even when I only draw a string in the printpage event handler. What did I do wrong? is there anyway to speed things up?
|