| Thread | Last Post | Replies |
|
| Round edge panel: edges not smooth | 05 Jan 2006 17:18 GMT | 2 |
I am creating a round edge panel by inheriting from the panel. What I do is create a graphics path with desired shape and in the Paint method I fill the graphics path and draw the graphics path border with desired color. This would look as if the panel has round edges. So far I ...
|
| How to use MaskBlt operation in GDI+ | 05 Jan 2006 15:25 GMT | 3 |
I want to copy some portion of a bitmap(source bitmap) to another bitmap(destination bitmap) using a reference mask bitmap. This task can be acomplished in GDI using MaskBlt function. Is there any such function in GDI+ for doing the same?
|
| How can I get Area of checkbox ? | 05 Jan 2006 15:09 GMT | 1 |
Hellow , all How can I acquire the area where it is drawn to checkBox that changes externals by CheckState such as CheckBox and RadioButton? SystemInformation.MenuCheckSize ???
|
| Reading a word document into a string | 05 Jan 2006 14:54 GMT | 3 |
I need to be able to read a word document into a string, can someone post some sample code or point me in the right direction please. I've googled on this for ages and can't turn up anything useful. Many thanks,
|
| Using .ShowDialog with MDI Children ? | 05 Jan 2006 12:32 GMT | 4 |
We are trying to build a .NET MDI application with several child windows - some of which should be treated like dialogs and some as true child windows. We keep getting an error when we call Form.ShowDialog(Me) after having set the MDIParent property.
|
| Can a SQL trigger raise an event in C#? | 05 Jan 2006 11:07 GMT | 3 |
I'm using VS2003 and SQL 2000. Is it possible for a SQL trigger to raise an event in my C# program? Thx. Andy Jacobs
|
| Windows Forms framework | 05 Jan 2006 07:05 GMT | 2 |
I was wondering if there is a framework in .NET world similar to what Eclipse is in a Java world. Could "Composite UI Application Block" be compared to Eclipse? Thanks.
|
| inspector window problem | 05 Jan 2006 04:21 GMT | 1 |
I have a window with multiple inspector window. When the *Application* lose the focus I would like to hide all inspector windows. I cannot use the activate/deactivate event on the main window, because it
|
| toolbox control to use for Outlook style nav bars? | 05 Jan 2006 02:08 GMT | 1 |
I would like to create an Outlook style navbar on the left of a splitter bar (like Outlook's Mail,Calendar,Contacts categories). How do I do that? Thank you,
|
| Toolbar Image Distortion | 04 Jan 2006 22:11 GMT | 1 |
I have an image that i want to use as a toolbar image. Its been created with a transparent background in Photoshop. I have tried saving it to both a png and a gif format and loading them into an image list and reference that for toolbar button images.
|
| Rotate Focus | 04 Jan 2006 19:44 GMT | 3 |
How do I rotate focus among controls inside a groupbox/panel? I have 10 controls in my form. Once the focus reaches control5 (using my TAB key), I would like the focus to go to control1. Thanks in advance
|
| Anyone found a painless method of updating within the datagrid? | 04 Jan 2006 16:18 GMT | 3 |
I am currently using the CurrentCellChanged event to trigger updates. But I feel like a one-armed paper-hanger with all the different issues involved. Is there a better event or easier technique of catching changes and updating them (VS2003)?
|
| ListView, Removing items. | 04 Jan 2006 12:19 GMT | 4 |
I'm having an issue with ListView control. THe list view contains items that are dynamically added and removed at run time. The problem comes when I try to remove an item. Whenever an item is removed, the ListView seems to automagically 'select' the item which sits in the
|
| Owner-drawn listview row height VS2005 | 04 Jan 2006 11:16 GMT | 4 |
Does anyone know of a simple method to allow you to change the row height of an owner-drawn listview control in .NET 2.0 (VS2005) ? Thanks in advance Steve
|
| 'Interop.SHDocVw' does not have a strong name | 04 Jan 2006 06:45 GMT | 1 |
I use web browser control(shdocvw.dll) in my winform application. When I put a strong name into the project and change the assembly, I got following error message. "Assembly generation failed -- Referenced assembly 'Interop.SHDocVw' does
|