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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Assigning pixel value in a Format8bppIndexed image30 Apr 2004 23:45 GMT1
I'm trying to create a 256 color paletted based PNG image, and am amazed at
either how difficult this is, or how stupid I am.  Any pointing in the right
direction would greatly be appreciated.
Since creating a bitmap using Format8bppIndexed, you can't use SetPixel,
How to make one color transparent in picture through Vb.Net for a vba application30 Apr 2004 14:02 GMT1
(Type your message here)
How to make one color transparent in Image through Vb.Net for a vba application .The Image is on the word Document and i have to make one color transparent through .net coding.
Any idea Pls Help!!!!
--------------------------------
gif picture and its licence30 Apr 2004 12:54 GMT2
as far as I know the gif image format is still not free and developers have
to pay a fee if they dont want to infringe the copyright.
Therefore I was surprised that .net provides a gif-converter in the GDI+
(Image.Save [...], System.Drawing.Imaging.ImageFormat.Gif). Because of the
Region from GraphicsPath issue29 Apr 2004 21:41 GMT7
I use a GraphicsPath to generate a Region, which is then used for hit
testing.  The problem I have is that when I use GraphicsPath.AddPolygon, the
region I get is hollow, so any hit testing inside the polygon fails.
Is there a way to fill the interior of the polygon path, the same ...
Printing - Changing settings after PrintPage() is called29 Apr 2004 20:07 GMT3
All,
   I have a PrintDocument that has 2 pages.  The 1st page needs to be
Portrait and the 2nd page needs to be landscape.  Inside the PrintPage()
event, I've tried setting the e.PageSettings.Landscape property, but it
Colour Scale29 Apr 2004 18:29 GMT2
I am drawing a contour plot, which is currently grey scale, using all
256 greys.  I would like to try using colour instead, but cannot
determine a suitable color scale (for instance if I use all colours
between 0 and 16777215 it looks very bad).  Can anyone suggest
Drawstring too slow!29 Apr 2004 12:55 GMT3
I have big performance problem
with drawstring!
I draw lots of strings in a panel window, memorized in a matrix rows,columns. Every time it needs to repaint all panel (using invalidate method), the update is too slow. I've already used double buffer to avoid flicker, substituted ...
transparent BackColor slow repaint28 Apr 2004 16:48 GMT1
We are implementing a large gui project with all custom UI components.  Many of these components have to take on the background of its containing component due to irregular shaped buttons and labels which we need to use a common panel-spanning background image
Currently we are ...
Panel and transparency28 Apr 2004 16:42 GMT1
If I have a form with a background image on it and then place a panel over
it, I can make the panel transparent by setting it BackColor property to
include an alpha component.  For example, If I set the BackColor (for
example) to 128,255,0,0, it is a nice transparent red panel and I ...
Flickering in Windows Forms containing Gradient Background & Nested Controls27 Apr 2004 20:12 GMT1
I'm developing a C# windows application and facing flickering problem. I've tried using double buffering by drawing to a bitmap first before drawing to screen. That solves part of my problem (those that I manually draw to the screen) but not all. I still find those child controls ...
Drawing a single pixel27 Apr 2004 20:11 GMT2
How can I draw a single pixel with the graphics object? Lines seem to be a
minimum of two pixels, rectangles too. Is there a method for drawing pixels?
If the answer is obvious forgive me I'm new to this.
Thanks in advance,
Extracting icons from dll and exe files VB.NET27 Apr 2004 16:27 GMT1
how can I extract an icon from a fil
for example this sentence
"F:\WINDOWS\System32\shell32.dll,3"
how can I extract icon nr 3 from the shell32.dll??
Small drawing application26 Apr 2004 17:06 GMT3
Im not sure this is right group, but i will ask my question.
In a student project, i need to make a small drawing application in C#.NET.
The requirements are that it must be possible to draw text and to group
different texts by drawing a frame with a visible label around the text.
TransparencyKey+Drawimage (2)26 Apr 2004 16:44 GMT4
[modified repost with additions]
Hi,
I set the TransparencyKey of a Form = Color.Green. Why doesn't the following
code create a transparent client area?
Color.Blue.Red25 Apr 2004 16:08 GMT2
I discovered something curious today.
By accident I wrote (I'm using VB):
System.Drawing.Color.Blue.Red
instead of
Pages: 1 2 3 4 5 March, 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.