| Thread | Last Post | Replies |
|
| how do I fill this drawn object | 11 May 2004 09:44 GMT | 4 |
How do I fill this with SystemColors.Desktop ? I have drawn a down arrow below is there a better way to do this? Protected Overrides Sub OnPaint(ByVal e As PaintEventArgs)
|
| icon to png | 11 May 2004 09:41 GMT | 1 |
can anyone tell me how can I convert an icon to a .png file thanks_in_advance
|
| Draw a arrow and move it | 10 May 2004 21:25 GMT | 2 |
I need to have a arrow move from one control to another? How do I draw a arrow on the screen on top of one control and then move it to the middle of another control? Always appearing on the top.
|
| Image Overlap Problem | 10 May 2004 21:08 GMT | 5 |
Hi. I am printing JPGs using the following code. e.Graphics.DrawImage(Bitmap, OutputLocation); I then increment the Y coordinate of my OutputLocation point as follows:
|
| Generic Error when creating JPG file in ASP/VB/.NET/GDI+ application (repost) | 10 May 2004 19:13 GMT | 3 |
Please note that this is a repost with some updates
Background: This is a ASP.Net web forms application, Using VB.NET on Win XP Pro.
|
| changing background of bitmap | 10 May 2004 18:27 GMT | 2 |
I'm trying to dynamically replace the background of a bitmap (see code below). I was wondering if anyone has ever written something similar, with a better algorithm than mine. The problem is : how to detect whether a pixel is a backgroundpixel or not
|
| unit of iKernAmount? | 10 May 2004 14:06 GMT | 1 |
Can anybody tell me something abount the unit of the iKernAmount value in the KERNINGPAIR structure that i receive from the GetKerningPairs() function? karol
|
| Exif makernote Canon | 10 May 2004 12:17 GMT | 2 |
Hi, can somebody give me a little push in the right direction in how to read the property tag 'makernote' for canon camera's. I've read the exif description on http://park2.wakwak.com/~tsuruzoh/Computer/Digicams/exif-e.html
|
| Newbie needs drawing advice!!! Please Help!!! | 10 May 2004 10:55 GMT | 2 |
Hello there.. I'm a newbie to the ASP.NET environment..and now I need to get someone to point out a direction for me!! My project needs to develop an ASP.NET webform (using VB.NET) that can draw lines, circles, and rectangles thru the browser and save and upload the image back to ...
|
| Despeckle code too slow | 10 May 2004 10:16 GMT | 1 |
I've written a function, Despeckle, to remove noise from Bitmaps. The English description of the algorithm I've implemented might read as follows: For each pixel in the image, create an array which contains the color of that pixel and every adjacent pixel. Sort that array, and set ...
|
| Generic Error when creating JPG file in ASP/VB/.NET/GDI+ application | 09 May 2004 23:38 GMT | 2 |
When I attempt to create a graphics file using GDI+, I get the error: "A generic error occurred in GDI+." The full error message is... A generic error occurred in GDI+.
|
| ScrollBar events problem. | 09 May 2004 16:50 GMT | 4 |
Ive got some problem trying to work with ScrollBar control and I hope that maybe someone will help me. I trying to write class which inherits from System.Windows.Forms.DataGrid
|
| GDI+ Texture Brush "Issues" | 09 May 2004 12:19 GMT | 1 |
I have been able to get GDI+ texture brush region fills to work properly only if the system is set to pixels. We typically work in inches, so it has been a bit inconvenient having to switch to pixels, convert inches to pixels, and then switch back to inches. If I don't
|
| GDI+ / UserPaint Best practices | 08 May 2004 13:39 GMT | 1 |
I am trying to write a number of custom, user-paint controls and was wondering if there was a good source for GDI+ / UserPaint best practices. Thanks. -------------------------------- From: Derek Choate
|
| ANN: GDI+ FAQ offline | 07 May 2004 18:08 GMT | 1 |
The GDI+ FAQ is down from today with a planned move to new ASP+ enabled servers. Sorry for any inconvienience. Pick up the feed for my blog if you're interested in knowing when it's back up again.
|