all groups > dotnet drawing api > july 2003 > threads for july 8 - 14, 2003
Filter by week: 1 2 3 4 5
Display Multiple Image Files to Picture Box
Posted by Ted at 7/14/2003 8:58:05 PM
Would anyone know how to control the display size for
multiple image/jpeg files to a windows form or asp.net
picture box control? The .jpeg files should position or
display side by side. I can pull attachments into a
Picture Box, however I have no control of its display size
or positions... more >>
DirectX 9 Example for printing strings to a surface??
Posted by rudarko NO[at]SPAM yahoo.com at 7/14/2003 9:44:31 AM
Can anyone show me how to change font type and font size when I print
to a surface???
I use direct 9 and vb.net.
Private back As Surface = Nothing
public sub ...
backB.ColorFill(Color.Blue)
backB.DrawText(n, 100, "sasasasa", False)
end sub
thanks... more >>
The elusive Flat ComboBox
Posted by Brian Link at 7/14/2003 3:26:30 AM
This is gonna drive me crazy.
I want a flat combobox. I've been through several examples, all
written in C#, which I don't understand that well. Most don't subclass
the combo, but I need all the ComboBox's functionality..
Conceptually, I'm thinking I should subclass a ComboBox, override som... more >>
Removable Media
Posted by james at 7/12/2003 3:24:12 PM
I am trying to get a simple image editing program I am writing in VB.NET to
access
the information from a Compact Flash Card in Windows XP. Windows Explorer
sees the Removable Media just fine and even reads the EXIF data too. But,
the OpenFile Dialog in VB.NET does not see it at all.
Is ther... more >>
Modify the width of the vertical scrollbar in a listbox
Posted by Grig Petrescu at 7/12/2003 9:56:44 AM
i don't know if this is the group for this question, but here it is:
i'd like to enlarge the width of the verical scroolbar in a control like
listbox or combobox or datagrid.
I searched a lot about a solution in C# or VBNET but i found nothing.
Is there a resonable way to do this ?
Thanks i... more >>
DashStyle enum
Posted by Lucas at 7/11/2003 1:31:18 PM
I'm am trying to use the DashStyle members from the GDI+
API but I keep getting the error:
c:\myPrograms\tests\c\i\main.cpp(260): error
C2065: 'DashStyleSolid' : undeclared identifier
and:
c:\myPrograms\tests\c\i\main.cpp(260): error
C2039: 'DashStyleSolid' : is not a member
of 'Gdiplus... more >>
help creating bitmap from string
Posted by Chuck Haeberle at 7/10/2003 3:28:45 PM
This is in an ASPX page but I've included references for
System.Windows.Forms to have access to the controls I need:
I'm trying to create a bitmap render of an error message captured when
display of an image fails. The code which follows compiles and executes but
the returned image always is ... more >>
Multi page tiff - one page out to web page
Posted by Chuck Haeberle at 7/10/2003 9:00:35 AM
I have an ASP/VB6/COM+ application which uses the Kodak Imaging components
(which are pretty bad to work with) to strip a multipage tiff (from a fax
server) down to a single page and then converted to JPG and streamed to a
browser by means of a Response.BinaryWrite. Basically we have a page with... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Drawing grid in GDI+ is slooow
Posted by James Westgate at 7/10/2003 5:56:46 AM
Hi All,
Apologies if this post appears more than once, wonderful
ie6 crashed on me as I was submitting the last post.
I have to implement drawing grid onto a graphics object,
using suppied parameters - the problem is that it is very
slow and adversely affects performance to an unacceptab... more >>
Getting rotation, scale etc from Matrix
Posted by Robin Debreuil at 7/10/2003 12:50:22 AM
Hi,
I have the original bounds and center of an object, the matrix, and the
final points. What is the best way to get the rotation, scales, skews that
have been applied (from the Matrix.Elements I assume)? Right now I'm trying
to reverse it, first taking off the translation, then the shear x a... more >>
Bob Got My BMPs?
Posted by Hariharan at 7/9/2003 11:09:45 PM
Dear Sir,
Did u get the screen shots i've sent.
hari... more >>
Dispose GDI+ object
Posted by #Hai at 7/9/2003 10:50:45 PM
Hi,
I know that in C#, destructor is a finalize method. This means that the
destructor is only called when the Garbage collector does it job. But the
the GC is always does it job when the memory is full. Is there any thing
wrong ?
If it is true, now we consider GDI object (such as Image, Grap... more >>
Help: Alternatives to using raster fonts as graphics
Posted by John Tempest at 7/9/2003 11:21:11 AM
I'm looking for some advice here. I was thinking of using a raster font
(*.fon) with a subset of dedicated block graphics characters, and then
producing an animated graphics display on a form using the DrawString method
with appropriate pen colours and background colours. Most of the screen
woul... more >>
Tiff File
Posted by Mazdak at 7/9/2003 7:52:03 AM
I want to save images into one TIF file as an multipage.
How can I do it?... more >>
Implementing Rubberband ine drawing
Posted by VRS at 7/9/2003 3:53:45 AM
Hi,
How can implement Line circle drawing using rubberband
technique without calling GDI functions.
How to choose XOR mode pens here
Vrs
... more >>
WBMP format and Color to Black and White conversion
Posted by Joaquim Raurell Martà at 7/8/2003 2:03:03 PM
Hi,
I am developing in .NET to create adaptative webs depending on the accessing
device.
Questions:
-Is there any WBMP extension format that accepts color? Where can I find
information about it?
-To convert from Color to B&W I know two options:
- Dithering fuctions in .NET, but I co... more >>
|