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