Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / Drawing / February 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
PageUnit = Inches - that's not what I'm getting29 Feb 2004 23:51 GMT4
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 GMT4
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 guidance29 Feb 2004 15:21 GMT5
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 me29 Feb 2004 06:32 GMT17
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 corners28 Feb 2004 21:31 GMT1
Hi. Whats the easiest way to draw a rectangle with curved corners
Eric
dynamic thumbnail code is locking images on the server28 Feb 2004 09:56 GMT1
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 transformation28 Feb 2004 09:53 GMT1
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 Constructor27 Feb 2004 23:47 GMT4
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 flickering27 Feb 2004 23:27 GMT5
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.DrawBorder27 Feb 2004 06:23 GMT1
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 GMT2
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 GMT2
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 form26 Feb 2004 21:51 GMT6
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.FromHBitmap26 Feb 2004 19:39 GMT1
       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 slow26 Feb 2004 18:58 GMT7
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?
Pages: 1 2 3 4 5 6 January, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.