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 / September 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Get current page number of multi-page Image25 Sep 2003 04:11 GMT1
Its possible to set the current page of a multipage document using
something like :
CurImage.SelectActiveFrame(System.Drawing.Imaging.FrameDimension.Page, 1);
But is it possible to find out what the current page number is from an Image
GDI+'s performance24 Sep 2003 15:56 GMT1
is it very slow?
coz I tried to use matrix to transform some of the bitmap,
the CPU time is a bit high....
Converting DIB to System::Bitmap24 Sep 2003 08:18 GMT7
Here is what i want to do,
I recieve a DIB handle (32 bit int) from a Twain wrapper class and i want to
convert that to a System::Bitmap so i can display it into a
Windows::Forms::PictureBox
GDI+ (Or other) Dropshadowed Text24 Sep 2003 08:14 GMT1
I want to write some text onto a windows form in C# and have it drop
shadowed (relatively quickly).  Is there a pre-built method out there to do
this?  I'm not talking about the "cheater's" dropshadow where you write the
text again just below the real text.. but a photoshop-style ...
Drawing in ASP.NET23 Sep 2003 19:59 GMT3
I saw that with GDI+ we can draw image in web page
but only through Response.OutputStream.
But for some reason, I need to draw at a precise position in the page.
And the page contains html!
shifting a color22 Sep 2003 19:16 GMT2
I have an instance of a System.Color and need to blend this white(shift to a
lighter color). how can i approach this?
Animated GIF / Multipage Tiff22 Sep 2003 14:36 GMT4
I am trying to create a Animated GIF file using the .NET framework (C#).
This has been mostly a failure but I have determined how to create a
Multipage Tiff thanks to the help of another news group (Examples did not
work).  So two questions:
How to rotate a Bitmap22 Sep 2003 11:11 GMT2
I have a bitmap object that would like it to display on a winform rotated...
I just know how to use graphicpath/matrix to do transformation..
but the graphicpath class don't have AddImage....
pls help
drawing lines with arrowheads21 Sep 2003 22:12 GMT3
I need to draw lines with arrowheads to connect rectangles
for a flow-chart. Any ideas??? Thanks
About Crystal report21 Sep 2003 15:41 GMT1
I am using VB.NET and Crystal report 9 Can anybody know how to use dotmatrix
printer in text mode.
Thanks
Jayant.
the future of Windows.Forms20 Sep 2003 22:14 GMT1
will there be a new library of windows controls for .net in the near future
like swing came after awt in java?
most of the current controls for .net are unacceptable slow and hard or
impossible to customize or localize.
having Resize issues.20 Sep 2003 09:33 GMT1
I'm trying to resize a jpg file.  What I get as a result is a pure black
image.  Not sure what i'm doing wrong.  Here's a snippet of my code.
int height = 330;
int width;
size of an image w/o loading it20 Sep 2003 00:24 GMT2
how can i obtain the size (width, height) of an image w/o
loading the image?
reason: i dont want to load 2MB just to get the width.
takes too much time to load it
8 Bit png + Alpha channel == 32ARGB ?19 Sep 2003 23:15 GMT3
I set alpha channel to an 8 bit png image using an image
processing tool  ( Macromedia Fireworks )
Now this image is shown as having
a.) 8 bit depth in Windows 2000 Explorer
16-bit grayscale TIFF19 Sep 2003 18:14 GMT2
I had problems with loading a 16-bit grayscale TIF. I tried
       Bitmap bmp = new Bitmap("myfile.tif");
and received an exception with a message like "a general error occured in
GDI+" (translated from german). With a 8-bit grayscale TIF and many other
Pages: 1 2 3 4 5 6 7 August, 2003
 
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.