| Thread | Last Post | Replies |
|
| Graphics to Bitmap | 19 Jul 2008 10:12 GMT | 1 |
Hi, I'm trying to save a dataGridView column's header Bitmap inside the CellPainting event I've looked at many solutions without success... the closer I got to the desired bitmap is:
|
| Excel Form Template & Saving | 16 Jul 2008 20:02 GMT | 2 |
I have an Excel form template (12 pages long) that will have many users. How can I make sure it is saved to the users drive rather than the folder the template is in? We have multiple drives and save all of our files to H drives.
|
| Is it possible to SetClip() for multiple regions? | 14 Jul 2008 16:02 GMT | 9 |
I'm using an offscreen bitmap to do my drawing. When i copy the the bitmap to the Graphics context in the last step, it causes a flicker in my foregroud Layered Window. I've found the best way to minimize flicker is to use SetClip() of the
|
| There must be a better way...Looping through objects. | 11 Jul 2008 14:05 GMT | 2 |
Hello everyone, I've recently picked up a project that involves rendering 100s and potentially 1000s of individual objects onto the screen. They vary in shape, size and color and some of them involve computations before they can be rendered.
|
| draw curved line from point to point | 04 Jul 2008 23:02 GMT | 4 |
Dear NG, I want to draw a curved line like here: http://www.dusch-westermaier.de/img/wave.gif from a point A to a point B. Do you have any idea how to handle this in C#?
|