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 > december 2005 > threads for december 8 - 14, 2005

Filter by week: 1 2 3 4 5

Screen capture with IE AxWebBrowser control and hidden Window
Posted by Berry W at 12/14/2005 11:22:59 PM
Hi, I'm trying to capture hidden window's data that is in IE's AxSHDocVw.AxWebBrowser ActiveX control. If Control and window are visible, code below works but if Control and it's window is hidden e.g. emmedded in dll, code does not save data as an picture. How should I handle this kind of s...more >>

GDI+ (SetROP2_I???)
Posted by Gilberto Müller at 12/14/2005 8:07:02 PM
Hi again, How to configure the pen mode using GDI+ ? Example: R2_XORPEN Thanks,...more >>

GDI+ (RoundRect)
Posted by Gilberto Müller at 12/14/2005 8:01:01 PM
Hi, How to make RoundRect using GDI+? PS: I saw only DrawRectangle (there is no DrawRoundRect). Thanks. ...more >>

Animated GIF with GDI+
Posted by Steve at 12/14/2005 10:02:23 AM
I have been reading the newsgroups and have found that indeed, it's not possible to create an animated gif with GDI+. This is a bummer, I thought for sure there would be a class for this. Anyway, moving along.. I still need to do this somehow. Does anyone have experience with any librarie...more >>

how to get an 8 or 24 bit handle to a Bitmap image in .NET
Posted by tedunni NO[at]SPAM gmail.com at 12/14/2005 7:41:12 AM
I load a file into a bitmap object. The bitmap object is in 8bits. I need to now supply the handle to a C dll which accepts and integer value (HBitmap). The problem I am having in .NET is when I try to get the handle, what is returned by GetHBitmap is 32 bits. The C dll can only handle up to...more >>

Get the exact heigh of a String
Posted by Hans Peter Gerdes at 12/13/2005 3:48:08 PM
I´m trying to get the exact heigh of a string ("X"). I try Graphics.Measurestring() or Font.GetHeight() but all function give me the Height with ascent and descent of the font. I need exactly the Height of the Character "X". Thanks in advance Hans Peter ...more >>

DrawString
Posted by Pedro Hurtado at 12/13/2005 3:35:02 AM
I´m trying to draw with "DrawString" the textbox multiline text. I have used diferent Flag of Stringformat and don´t get the DrawString method draw in the same TextBox form....more >>

c# assistance needed 10$/hour
Posted by michael horthum at 12/12/2005 5:29:24 PM
- i am not a beginner, books, or online tutorials don't help, please save your advises- i want to learn c# from someone who knows it well. concepts and fundamentals i currently have (gdi+, activeX, directX, oop,classes, how they interact with each other etc.) you should connect to my desk...more >>



Need lightweight custom windows grid
Posted by Rajat at 12/12/2005 3:14:19 PM
Hi, I am receiving data from an external source in form of events. The incoming events are very fast. Initially I was using windows datagrid control to display the data, but it seems to be very slow. Please tell me, how can I create my own custom lightweight grid to solve this issue or poin...more >>

Outputting GDI Commands to A Bitmap
Posted by Chris Y at 12/12/2005 12:22:57 PM
VS.NET 2003+.NET Framework 1.1 Is there an easy way to pass the output of my GDI+ drawing commands to a bitmap (say at a resolution of one coordinate point to one image bit)? I want to save my drawing canvas to a JPEG file for use in a web page, for example. Thanks in advance. chris ...more >>

CheckListBox Row Height
Posted by mathieu at 12/12/2005 7:55:09 AM
I am trying to develop a CheckListBox wich triggers a ItemChecked event if and only if the user clicks the check mark of a row. I already tried setting "CheckedOnClick" to FALSE but that alone wont work because ItemChecked is triggered when clicking an already selected row. OwnerDrawing see...more >>

Converting html page to tiff or gif?
Posted by Steven Hill at 12/11/2005 8:53:18 PM
Hello All! Has C# any classes to convert html page to gif or tif? Anyone could please, give how to do it? Br Wew ...more >>

Maps of Europe
Posted by Tito at 12/11/2005 1:07:29 PM
See online physical and historical maps of Europe: http://www.euratlas.com Best to all of you ...more >>

Question about Web graphics and the ImageButton
Posted by B. Chernick at 12/11/2005 9:31:02 AM
Guys, I need a quick and simple answer (if possible.) Is there an easy way to do simple vector graphics (drawing a line or a circle) on the image of a web page's ImageButton? Thanks....more >>

Patchy availability of Bob...
Posted by Bob Powell [MVP] at 12/10/2005 12:00:00 AM
Hi Folks, I promise I haven't forgotten you all. I am currently doing consulting work for a group that has a very tight internet security policy (With good reason I might add) As a consequence I can't use the newsgroups at-all on Wednesday, Thursday or Friday unless I can find a convienient h...more >>

Zoom to Selection ZoomPicBox
Posted by Curtis at 12/8/2005 5:14:21 PM
I have used Bob Powell's ZoomPicBox example to create a user control. I am trying to add the ability to zoom to a selection rectangle and zoom into the coordinates on that image. My idea was to calcuate the amount that the selection rectangle would be zoomed in and then use the matrix to go to...more >>

"The object is currently in use elsewhere" exception with print
Posted by Sabran at 12/8/2005 3:58:16 PM
Hello all, I'm developing an intranet application in VB.NET that uses a Hosted Windows Form (HWF) dedicated to image manipulation. This HWF is also supposed to allow the user to print an image to their default printer. I'm using a System.Drawing.Printing.PrintDocument object to initiate print...more >>

EMF and GraphicPath
Posted by Steven at 12/8/2005 1:24:22 PM
Hi, I have to draw a geometric form quite complex, like a car for example. Then, i need to know which part of the car the user has clicked on. I have been told to "draw" the car with Microsoft Visio to create a .emf file, to use the MetaFile class to print the form on the screen, and then t...more >>


DevelopmentNow Blog