| Thread | Last Post | Replies |
|
| Mapping client to screen coordinates | 17 Nov 2004 19:25 GMT | 2 |
the application I am working on consists of a graphing UserControl and a test Forms app. The user can plot points and connect them with lines on the graphing surface of the control. The goal is to map those points' coordinates to the X,Y coordinates of the mouse when it hovers over ...
|
| AutoScroll question...!?!?!?!? | 17 Nov 2004 10:30 GMT | 4 |
I have a control, and I am painting shapes onto it. I have AutoScroll set to "True" and the AutoScrollMinSize to be the extents of the document. The control scrolls and paints corectly. Now I want to paint rulers at the top left edges. The rulers are "docked" to
|
| Retained mode drawing or controls? | 17 Nov 2004 07:31 GMT | 2 |
What are the pros and cons for creating a drawing program with either objects that draw themselves in a retained mode drawing system, or using controls derived from Control? We are creating a quite extensive drawing program and are wondering if one approach is better than another ...
|
| Fastest possible way to load a image file? | 17 Nov 2004 02:58 GMT | 2 |
Hi, making a application that deals with 3 image files that are quite large. they are about 8000x8000px in size, i have tryed to load them all into memory but i always get a out of memory exception so i have given up on that idea... so now i have to load one image, process it and ...
|
| DrawReversiblePoint? | 16 Nov 2004 22:27 GMT | 2 |
...is it possible to draw other things than recrangles and lines using i.e. ControlPaint.DrawReversibleXX()? How could I draw a revsersible bezier curve? Thanks!
|
| InvalidPrinterException for Print() or PrintPreviewDialog() | 16 Nov 2004 22:13 GMT | 3 |
I got an exception when trying to start a PrintPreviewDialog or print for a specific network printer. The code works for other network printers. That printer works perfectly for all other applications. The exception happens when PrintDocument.Print() is called or PrintPreviewDialog ...
|
| Getting image information witout loading the image itself | 16 Nov 2004 22:07 GMT | 3 |
Can i get image information witout loading the image. since my images are quite big it takes a while to load, and i just need to get the width, height and resolution of the image so i can calculate the size in millimeters of the image with the formula: Math.Round(((25.4 * pixels) / ...
|
| msde2000 | 16 Nov 2004 15:35 GMT | 1 |
msde2000 Hi, Can I use ado .Net to write non manage application in vc++??? What is exactly msde and did it better then access??
|
| Rotate 3D cube | 15 Nov 2004 20:32 GMT | 1 |
I have a function that takes 4 arguments: a point coordinate (x,y,z), an angle, and the other 2 arguments are point coordinate that define an arbitrary axis. Does anyone know how to define the 2 points (or an algorithm) that define the vector of the axis so that when I move my ...
|
| Request to Mr Bob Powell | 15 Nov 2004 18:18 GMT | 2 |
Hi Bob! Would it be possible to get a copy of your newsletter articles? I don't know if it was a pay-service or not, but in the latter case I'd really like to read them. My email is pedery (at) ifi.uio.no. Thanks!
|
| simple writing problem to a picture | 15 Nov 2004 17:04 GMT | 1 |
Hi, 2 questions. 1) I created a small picture in photoshop and now im trying to add some text upon it with my .aspx program, here is the before i added the text(picture
|
| Font Width | 15 Nov 2004 15:07 GMT | 3 |
Can I get a character width whitout using MesureString? Thanks, Andrea
|
| poor jpg quality | 14 Nov 2004 13:31 GMT | 4 |
I am using the following code to create a thumbnail of a jpg image, its works but the quality of the resulting image is not very good, if I do the same thing in a graphics program like fireworks its much better, does anyone know how to get .NET to make better quality images, it ...
|
| DrawString - OutOfMemoryException | 12 Nov 2004 15:34 GMT | 1 |
Hello. I have been battling a problem for days and I can't seem to find a solution. I have a custom control, that simply draws a text string within a specified bounding rectangle. I have been getting exceptions, as of yesterday they were System.Runtime.InteropServices ...
|
| Background drawing, BitBlt() | 12 Nov 2004 01:20 GMT | 1 |
I decided to create my own "skinned" TabControl/TabPage's for a project. It may be a little easier to describe what I'm trying to do with an image so here it is: http://chronosxp.sf.net/CustomTabControl.bmp The custom TabControl paints the gradient background; the custom TabPage
|