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 / January 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Drawing real transparent background31 Jan 2007 23:07 GMT12
I'm currently designing a user control that will draw some graphics like
rectangles and such...  The control can select the drawn rectangle and move
it. The thing is, a control is a rectangle and cannot be rotated, so if my
drawn rectangle is rotated 45 degrees, the bounding ...
Invalid parameter used31 Jan 2007 21:16 GMT1
I am using .Net 1.1
I am facing a problem with my GDI++ code in C# control.
Though i have tried many things from last 6 months, i am not able to get
completely rid of this bug.
ClearType is not used with Vertical text31 Jan 2007 02:29 GMT2
I've noticed that Drawing.Graphics.TextRenderingHint = ClearTypeGridFit does
not seem to be used when StringFormat.FormatFlags = DirectionVertical.  This
is best seen by running the following example:
Public Class Form1
Drawing the Office Button29 Jan 2007 03:06 GMT4
Are there any samples or documentation on how to draw the background for the
Office Button (i.e., the button that replaces the File menu) in Office 2007?  
I really like the glossy look of this item in Office 2007 and I want to
implement a similar looking item in my app.
Non-proportional (non Rectangular) resizing28 Jan 2007 05:43 GMT2
Hi all...
I have developed an application for managing a very large resource of
artist's paintings and posts them to a web site. The application works well.
I'm trying to reduce the complexity of having to work with photoshop and
PictureBox ReSize occurs when assigning Image26 Jan 2007 16:38 GMT9
private void pictureBox1_Resize(object sender, EventArgs e)
{
   int w = pictureBox1.Width;
   int h = pictureBox1.Height;
drawing a rectangle over an image26 Jan 2007 15:26 GMT1
Hi, I'm trying to draw a rectangle around an image but for some reason for
the life of me I can't figure out why the rectangle is not drawn the same
width as the image any ideas?
using(Image newImage = GenerateBitmap())
Antialias Matrix transformation?24 Jan 2007 20:47 GMT2
Does anyone know a way around this?  Do I need to write my own transform
code?
It appears that SmoothingMode doesn't apply to matrix transformations (in my
case shear).  The following code produces shearing with ugly stepping:
drawings24 Jan 2007 20:17 GMT1
How do I print (on the top) or on the right side of pages that are drawings?
Drawings are in landscape style format. I need to set printing to the top of
these drawings.
Exception When using DashStype.Dot24 Jan 2007 20:14 GMT1
I get an exception when using 'Pen.DashStyle = DashStyle.Dot' in my pen
method. I have a pen as instance member of a class and set its dashstyle in
the paint method.
Can anyone please give some input on the same.
Printing Tifs24 Jan 2007 20:13 GMT1
Im trying to print a tif file with size 975x839 with resolution
300x300.
Im printing this onto a virtual printer which takes a size of 1720x2200
200x196 dpi.
8 bit indexed bitmap object saves to jpg as 24 bit...23 Jan 2007 04:48 GMT7
I've been studying all the articles I can find on GDI+, and putting together a function to convert image colors and
types.
I am finding that I can quantize an image to 8 bit colors, and then save to png format perfectly with:
bitmap.save(filename,  ImageFormat.png)
Image PorfFolio Library like ACDSee Desktop or Web?22 Jan 2007 23:56 GMT1
I have to developed a image library like ACDSee in which i have
thousands of images of different extensions including PSD and AI.
Library will display the images in thumbnails and then user can click
on a thumb nail to preview the orignal image
32bppArgb Bitmap from Icon File, Please help20 Jan 2007 18:18 GMT4
I am loading an Icon .ico that contains 16x16 24x24 32x32 and 48x48  XP
Icons with alpha transparencies.  Then I am trying to save each Icon size as
a PNG with the alpha transparency intact.
I have tried the following methods but none maintain the Alpha Channel Data,
Only Gifs have indexed pixel formats?20 Jan 2007 00:20 GMT3
I know that Gif images have an indexed pixel format, However it is
possible for Tiffs and jpegs to also have this format?
Thank you for your time.
Regards,
Pages: 1 2 3 December, 2006
 
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.