Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet drawing api > august 2006 > threads for august 8 - 14, 2006

Filter by week: 1 2 3 4 5

The control appereance in a Graphics or Bitmap object.
Posted by Hamed at 8/14/2006 11:49:32 PM
Have I posted the message to wrong newsgroup? Or Does the question is so much strage? Would someone please kindly direct me to a true newsgroup or resource? Best Regards Hamed "Hamed" <hamed@raymehr.com> wrote in message news:u0zFFR7vGHA.4880@TK2MSFTNGP04.phx.gbl... >> Is it pos...more >>


Currentx, Currenty
Posted by James Parsly at 8/14/2006 1:19:02 PM
In VB6, there were currentx and currenty properties that you could use to find out your location after printing some text or drawing a line. Does vb.net have similar properties? ...more >>

Rectangle Width property returns wrong value
Posted by MariusI at 8/13/2006 11:57:01 PM
If you look in the documentation for the rectangle.Right property, it states that the value is the sum of the rectangle.X and the rectangle.Width property. This does not add up in my book. Consider the following: A rectangle which starts at pixel 0 and ends at pixel 0. As I see it, this rec...more >>

Hi, PrivateFontCollection and IsStyleAvailable problems.
Posted by skyover NO[at]SPAM gmail.com at 8/13/2006 3:56:46 AM
Hi, I've just got a problem about using custom ttf font file. below is the code: string path = "~/TT3028M_.TTF"; PrivateFontCollection pfc = new PrivateFontCollection(); pfc.AddFontFile(path); FontFamily ff = pfc.Families[0]; if (...more >>

output stream size in system.drawing.imaging
Posted by Bill Palmer at 8/11/2006 7:07:35 PM
using asp.net on windows 2003 Is there any way to get the final size of an image i have resized using system.drawing.imaging? This is partly to be able to set Response.AddHeader "Content-Length" so the browser knows how long he'll have to wait, and partly to be able to measure any particula...more >>

Display device list
Posted by ThunderMusic at 8/11/2006 3:16:21 PM
Hi, I want to have a list of the display devices available on the computer, just like the Settings tab do in the desktop properties... What I need is the DeviceID, it's rectangle(left, top, width, height) and if it's active or not. Is there a built-in function to get these informations in ...more >>

Drawing a string that can resize with the control
Posted by ThunderMusic at 8/11/2006 1:26:08 PM
Hi, I'm trying to make a control paints itself. I can do everything I want except for the device number(string containing only 1 digit). I would like the number to be resized when the control resizes... Right now I use the e.Graphics.DrawString(string, Font, RectangleF, StringFormat), but th...more >>

Avoiding Gdi32 call to StartPage / EndPage
Posted by sebastiantjfisher NO[at]SPAM gmail.com at 8/10/2006 5:39:56 PM
Hi, I'm trying to use the PrintDocument & PrintController objects to print a file. As part of the process of printing this particular document type, I pass the hDC (device context handle) and let a third party external API render the document to the hDC. The issue here is that this third pa...more >>



ContextMenuStrip throws out of memory exception
Posted by kiranreddyd NO[at]SPAM gmail.com at 8/8/2006 9:51:20 PM
Hi, I am using .Net framework 2.0. I am displaying a context menu of type System.Windows.Forms.ContextMenuStrip. When it is being shown (event: Opening), I am adding the items (with images) to the menu if it is not done already. Based on some criteria I am disabling and enabling menu item...more >>

How to get Transparent ForeColor
Posted by vikash NO[at]SPAM nagarro.com at 8/8/2006 12:24:09 AM
Hi, I was in the process of designing a windows user control, in which i would like the user to see the Text with the Transparent Effect. For this, i was trying to set the Alpha property of the ForeColor to some value (0 to 255). But it does not seems to have any effect on showing the...more >>


DevelopmentNow Blog