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 / May 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
how to integrate "Windows Picture Viewer and Fax Viewer" (shimgvw.dll) of Windows XP in my c# app?31 May 2004 21:51 GMT2
i want to use "Windows Picture Viewer and Fax Viewer" in my c# app to
manipulate images, picture viewer is found as a DLL (shimgvw.dll) in
System32 folder of
WinXP.
"free-form" selection {Polygon Selection}31 May 2004 12:20 GMT1
Can any body tell me how to have a free-form{polygon}
selection of an image in .NET.  The one the look alike of
the one in the mspaint free-form selection.
Thanks in Advance
Relative coordinate system in GDI+ ?31 May 2004 12:18 GMT1
Does GDI+ have the ability to retain a sub-coordinate system?  For example,
say I create a triangle spaceship through a graphics path with the ship
pointing in the direction of the x-axis.  Then I rotate that ship slightly.
Then I want to translate the ship forward (no longer ...
Copy custom region from Bitmap to another Bitmap30 May 2004 16:16 GMT5
How can i copy custom pixel wrom Bitmap to another Bitmap.
Example:
Source(0,0,640,480) -> Destination(10,10,40,40) where
params(x,y,width,height)
What is the purpose of OnPaint?30 May 2004 11:19 GMT2
Hi, I'm new to the GDI graphics programming and would like to know what's
the real purpose of the overridable OnPaint event?
I mean, I have tried to draw something on my control in a normal sub and it
still can draw when I call the sub in the program without going through
Copy custom region from Bitmap to another Bitmap29 May 2004 22:44 GMT1
public static Bitmap Copy(Point pt1,Point pt2,Bitmap bmpOrg)
{   
    int PixelSize = 3;
    int width = pt2.X-pt1.X;
Metafile RotateFlip method29 May 2004 19:22 GMT1
When I try to RotateFlip a Metafile object i get
an NotImplementedException.
I would like to know if anybody knows a workaround
for this ?
GDI+ error when trying to use DoubleBuffer29 May 2004 14:56 GMT5
When I run this code I get this error.  If I comment out DoubleBuffer, the
program works fine.  Can anyone figure out why it is failing?
Error message:
An unhandled exception of type 'System.ArgumentException' occurred in
Printing GDI drawings29 May 2004 05:49 GMT2
Hi. I have made a simple painting applcation.
I have a mainform wich creates a class called drawingPanelwich inherit from
Panel. In the drawingPaneli have overriden onPaint an the the painting.
Now on my mainform i have a button called Print. I know how to print
Image object of treeview28 May 2004 14:28 GMT2
I tried to print a treeview . What I need is a image object from the treeview
I am looking for CLR compliant way not using PInvoke
I trie
Graphics gr = Graphics.FromHwnd (tree.Handle )
Drawing EMF on form is pixelated?28 May 2004 00:59 GMT2
I have a drawing that I have exported from Corel Draw to EMF.  When I
draw the image on a form it looks very bad (pixelated).  How do make
it look like the original?
Thanks!
DrawString Output Characters Move Around As You Type27 May 2004 16:06 GMT2
If I create a string that dynamically gets updated with characters I type on the keyboard, the System.Drawing.Graphics.DrawString method shows the characters in the updated text moving back and forth - rather than the original characters maintaining their position, and the new ...
how to retrieve and display image from sql server27 May 2004 01:29 GMT3
how to display image (save as image in sql server) in asp.net ?
Thread safety27 May 2004 01:08 GMT4
I've just discovered that accessing Image.Height (and probably other
properties) in a multi-threaded environment can cause access problems (as a
test, you can spawn a hundred threads and get them all to perform a couple
of multiplications on an image's height and width ). I know I ...
.net chart object26 May 2004 15:06 GMT2
Does anyone know of any free (simple) chart control for .net.
I don't mean that MSCHART.ocx, cause probably that is causing problems
in my app. bar, pie, 3d bar
Arki
Pages: 1 2 3 4 5 6 April, 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.