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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|