| Thread | Last Post | Replies |
|
| REPOST: Displaying and Editing a Time value in a PropertyGrid | 11 Aug 2004 14:19 GMT | 4 |
When using a PropertyGrid, I have an object with a Date property, but I am only interested in the Time portion. How do I make the PropertyGrid allow editing the time only? Just the hours and minutes, preferably? Thanks
|
| what's wrong with my code(create multipage tiff file) | 11 Aug 2004 09:29 GMT | 3 |
I try to convert a animation-gif file to multipage tiff file. my code: <%@ page language="JScript" Debug="true"%>
|
| GraphicsPath.AddCurve() rendering strangely | 10 Aug 2004 20:08 GMT | 2 |
In the course of implementing a curve drawing tool, I came across some GDI+ rasterization that I can't explain. Basically, what happens is that for some sets of points that make up a curve (cardinal spline), one or more ends are not drawn the way I
|
| Need to paint transparent pixels in Resource Editor | 10 Aug 2004 16:05 GMT | 1 |
I would like to alter an image so that the pixels bordering subject matter of the image are transparent. I can start with the image in .gif, .bmp, or .png format. How can I convert the pixels bordering the image's subject matter from white to transparent? Preferably in Resource ...
|
| Grainy colors | 10 Aug 2004 15:48 GMT | 1 |
I am drawing pie charts in gif format an when I use the following colors they always appear grainy.... System.Drawing.Color.FromArgb(173, 216, 230), System.Drawing.Color.FromArgb(0, 128, 0),
|
| GetHBITMAP | 10 Aug 2004 14:15 GMT | 2 |
I'm trying to use the GetHBITMAP method. The image I save for bitmap2 is black instead of containing the data from the original image. I'm not sure what I am doing wrong. The first bitmap saved looks correct. But I think the hBitmap that I get is missing data or something. Like ...
|
| Re: capturing image on webcam using vb.net | 10 Aug 2004 03:38 GMT | 1 |
(Type your message here) can anyone help me on how to program visual basic.net to control the webcam to take pictures and save them on a specified directory. pls, anyone, i really need ur help. i had to finish my thesis by this month. any help will be appreciated but pls do ...
|
| System.OutOfMemoryException: Out of memory. | 06 Aug 2004 15:17 GMT | 7 |
I have a ASPX file called scaleimage.aspx that scales my images down to a given width. This page is used very much in web project I am working on. But due to the large size of the images I randomly get [X] images
|
| CMYK images | 05 Aug 2004 04:57 GMT | 4 |
This might be a stupid question, but is there a simple way to tell what kind of colour space image a System.Drawing.Image is holding? PixelFormat doesn't seem to do it - its options only include various RGB values and then some other vague names.
|
| Create CMYK image on web | 05 Aug 2004 03:38 GMT | 3 |
I'm writing a web application for people to create a graphics and then sent to database for mass printing. For this reason, the image will be at best produced in CMYK color so that there will be little color difference. I have no problem to produce the graphics in RGB TIFF ...
|
| how to read pages from multipage tiff file? | 05 Aug 2004 03:19 GMT | 2 |
now I have a question.as we know,a tiff file can contain multiple pages(or call it: Layer),then,how to read each page from the tiff file by use GDI+?
|
| How to create multiple frames tiff image from metafiles | 05 Aug 2004 01:08 GMT | 1 |
(Type your message here) -------------------------------- From: gayathri gopinath I am having several metafiles.
|
| CAD Drawing | 04 Aug 2004 22:41 GMT | 8 |
I want to write a quick 2D/3D CAD application (I have never done this before) which reads data (such as coordinates) from a text file and draw grid lines/points on screen (this application does not display any bitmap image. It basically displays lines and points). The application ...
|
| Drawing an image with a variable opacity | 04 Aug 2004 21:56 GMT | 3 |
Is there a way to draw an Image, and apply an opacity (alpha level) to the entire image? That would be really really useful (especially for making things disabled, without having to produce secondary versions of each image).
|
| PrintPreviewDialog doesn't print | 04 Aug 2004 13:46 GMT | 1 |
Hi, everyone I'm starting to migrate some of my projects to VB.NET and having some trouble with PrintPreviewDialog. I have the following code on a module: Private Sub PrintingPreview()
|