| Thread | Last Post | Replies |
|
| Double buffering... | 08 Dec 2003 11:35 GMT | 1 |
How do I turn on double buffering to preserve graphics output to a picturebox? Also, what is double buffering exactly?
|
| Office 2003 visual style | 07 Dec 2003 19:41 GMT | 3 |
Could anyone advise some friendly way of how to implement Office 2003 like visual style drawing technique. Thank a lot Yuri
|
| transparency/alphablending | 07 Dec 2003 11:15 GMT | 1 |
I'm a former vb6 developer who's become quite frustrated by the big changes to transparency behavior with the .net framework. I'm greatly annoyed by the way a "transparent" control only displays its parent through its transparency mask (even if there are other controls
|
| drawing handles, and moving shapes | 06 Dec 2003 23:01 GMT | 11 |
Can anyone tell me the the best way to implement handles on shapes similar to a drawing package, to resize/move, etc, I'm not sure about how to move them without flicking? John
|
| Custom splitter control | 06 Dec 2003 13:22 GMT | 5 |
Has anyone out there written there own custom splitter control that works similar to the out of the box splitter control?, if so could you point me to the code? regards
|
| GetHdc from a PrintPreviewDialog returns bad DC | 05 Dec 2003 17:41 GMT | 1 |
I want to use a third party software tool to place different images on a series of PrintPreviewDialog pages. In order for the third party software to create the image on each page I have to provide a valid window handle for
|
| need help - extracting certain EXIF tags from JPG | 04 Dec 2003 19:06 GMT | 3 |
can anyone help me figure out how to extract EXIF tags from JPGs? i am currently looping thru each item in my image's PropertyIdList collection. i then examine an item's .Id and look for the ones i want: thisItem.Id.ToString("x")
|
| Drawing transparent objects | 04 Dec 2003 15:52 GMT | 3 |
I was wondering how to draw an object such that the objects behind it are still visible (i.e., the drawn object is transparent). The effect I'm looking for is similar to Windows XP in the Windows Explorer. If you drag over several files for folders you get a blue selection
|
| how to change dpi? | 04 Dec 2003 14:40 GMT | 6 |
i have an image in jpg format. i want to chage its dpi. its current dpi is 72. i want to change is to 300 and save that
|
| Transparent Gif:s | 04 Dec 2003 11:11 GMT | 1 |
I want to take one gif with a transparent background or generate one image with a transparent background and draw a line on that image and then present it on an web page. My problem is that i loose the images transparent
|
| GDI+ and Text | 03 Dec 2003 16:44 GMT | 3 |
I'm trying to find a solution to this problem that has plagued me for a few months now. Basically, I'm writing my own Telnet application, for starters, and I need to print formatted text to the background of the form. BitBlt was the
|
| Tiny lines with large scale factor ignored | 03 Dec 2003 16:41 GMT | 6 |
I'm trying to draw a tiny line using a transformation matrix, which includes a large scale factor. If the length of the line gets smaller than a certain value, it won't be displayed any more. Does somebody know a solution to this problem? If necessary, I can deliver a
|
| Printing raw text | 03 Dec 2003 15:48 GMT | 2 |
I need to print raw text to standard TEXT printer. Does anyone knows how to or have an example? Thanks, Alessandro Cavalieri
|
| Making a smooth movie of bmp put after each other | 03 Dec 2003 14:44 GMT | 3 |
Is there a way to make a smooth movie of bmp put after each other? Greetz JC
|
| BitBlt | 03 Dec 2003 11:22 GMT | 6 |
What is the equivalent of BitBlt in dotnet ? I basically need to copy contents from one graphics object to another preferably without using API calls.
|