| Thread | Last Post | Replies |
|
| Development environment / tools | 31 Jul 2006 19:00 GMT | 3 |
I need to develop user interface similar to car radio in windows. for that i am looking for a programming language and/or development environment which can help me in achieving the same. I have the following in mind
|
| painter asp.net (it exist ?) | 31 Jul 2006 14:13 GMT | 1 |
I'm looking for a similar web application: www.izhuk.com/painter exist a similar .net application ?
|
| Windows Forms Application : slow rendering problem | 31 Jul 2006 09:26 GMT | 1 |
I have 15 CheckBoxs on a Groupbox. This Groupbox lays on on a Tabpage.Thegroupbox is initially invisible. When user clicks a button I set the groupbox visible. The problem is when I set the groupbox visible it renders 15 checkboxs very slowly and one by one. I want to show all
|
| Creating a font with a defined height and width? | 31 Jul 2006 08:30 GMT | 2 |
we're developing a terminal emulation that is displaying a mainframe screen using a monospace font (Courier New). Dependig on the width of the emulation window the font should be stretched width-ways so that the screen fills the window from the left edge to the right.
|
| Flickering form and controls when changed at runtime | 31 Jul 2006 08:19 GMT | 1 |
I have a form that contains a SplitContainer and a TableLayoutPanel. I add \ edit rows in the TableLayoutPanel at runtime. When I run the app, the UI flickers a lot. It shows every change step by step before showing the final form.
|
| Bmp to Jpeg | 28 Jul 2006 17:29 GMT | 1 |
I need an algorithm for conversion of a bmp file to jpeg file in .net. I tried to use inbuilt image conversion of .net but they reduce the quality of picture. I need that converted picture should be as clear as original picture. D0 any one have idea about this?
|
| Simple question about Bitmap.GetPixel | 26 Jul 2006 19:53 GMT | 5 |
I have a simple program that should draw a 10x10 rectangle when I click the mouse over the mouse click location. Here it is: Bitmap bmp = new Bitmap(@"myImage.bp");
|
| metafile - rotate by 180 looses resolution when drawn | 26 Jul 2006 07:07 GMT | 1 |
we print metafiles using the PrintDocument. This works OK. But sometimes a metafile has to be rotated upside down, but when drawn into the graphics object the resolution of the result is not acceptable. It looks like its drawn into a small-resolution bitmap and then enlarged.
|
| Gdi+ Millimeter unit bug? | 25 Jul 2006 20:58 GMT | 3 |
I used these codes to draw a 100mm line: Graphics g = e.Graphics; g.PageUnit = GraphicsUnit.Millimeter; g.DrawLine( Pens.Red, 50, 50, 150, 50 );
|
| Is there a limit in DrawLines | 24 Jul 2006 22:11 GMT | 11 |
I'm using Graphics.DrawLines (Pen, PointF[]) to draw a long curve with thousands of points - works perfectly on printers. Now I have found, that the preview functionality seems to have problems, if I pass more than 6000 or 7000 points. Now I'm a bit concerned, that
|
| When do I redraw? | 24 Jul 2006 21:52 GMT | 6 |
Please, can someone help me - I'm beginning to go crazy! I'm writing something that does some drawing on a picturebox. The problem is I don't know when to redraw my image. I made a post a week ago, but have yet to find a solution. The
|
| How to get a softer color in C# | 24 Jul 2006 12:38 GMT | 4 |
Hi there im not very used to color tehory and i wanted to know if it is possible in some way to get from one color a softer version o f that color I was using a color to set it as the background color of listbox items but that version of the color is too strong. There is a way to ...
|
| Text width/height problem. | 24 Jul 2006 09:29 GMT | 1 |
Consider a text containing 200 characters (more or less) including and/or excluding the CR/LF within. I would like to compute the height of this text whenever it's width is limited by X pixels! i.e., what's the height of the mentioned text when it's being automatically word
|
| For Bob Power, please repost the NativeWindowSample here | 24 Jul 2006 09:16 GMT | 1 |
Hi Bob, could you please repost here the sample on using the Native Window with the EX_LAYERED style. Thanks a lot.
|
| PrintDocument Measurement | 23 Jul 2006 18:58 GMT | 1 |
Is there a way to use centimetres rather than pixels to specify the location within the document? Thanks, Samuel
|