| Thread | Last Post | Replies |
|
| Use excel grid in windows application | 19 Jan 2006 18:27 GMT | 1 |
I want to know that is there any excel grid windows control for me to develop windows application. Is there any default ocx to use? If so, any sample for me. thanks
|
| Cliping Buttons based on Image drawn over them ... | 19 Jan 2006 13:19 GMT | 1 |
In an application, I want to make my buttons some thing like this: 1) Draw a GIF with some transparent areas into it on all buttons. 2) Clip the buttons such that on NON-Transparent area responds to mouse clicks and transparent area doesn't.
|
| Improving Control Painting | 19 Jan 2006 03:56 GMT | 4 |
Hi all, I've got some performance issuses with the GDI+ drawing of my Controls. I've got a panel in which I'm creating quite a few objects (50-100) that derive from Control, and that override the OnPaint event. Its very simple
|
| My own enumerator for BindingList<T>? | 18 Jan 2006 11:17 GMT | 5 |
I need to override the GetEnumerator() of my BindingList<BusinessObject> class. The BusinessObject class itself has a "Visible" property and I want to filter out "invisible" objects with a custom GetEnumerator(). But I can't find a way to declare/override the base GetEnumerator() ...
|
| Hotspots in graphic | 18 Jan 2006 09:04 GMT | 5 |
I have an image that I would like to put in a Windows form. Similar to http://www.wesolve-it.com/graphics/chassis.htm The user should be able to click a part of the chassis and get custom information about that part.
|
| Making a control editable at design time | 18 Jan 2006 03:51 GMT | 2 |
I would like to make a my own control that can be added to other projects and used by other developers. When the developer is using the control at design time, I would like for him to use a "wizard" style program that would make the property settings for him, rather than
|
| WebBrowser in .NET 2.0: !DOCTYPE gets overwridden | 17 Jan 2006 20:28 GMT | 4 |
I have an XHTML document that I wish to display to the user in the .NET 2.0 WebBrowser control, and allow the user to edit it. I got everything working beautifully but noticed that the control tampers with the !DOCTYPE definition. Here is the XHTML that I pass to the WebBrowser ...
|
| Add control with a macro | 17 Jan 2006 16:59 GMT | 2 |
Is there any way to use a macro to add controls to a form? Matt
|
| Multiple sliders and panels | 17 Jan 2006 14:53 GMT | 2 |
I have a project with four panels stacked above each other with sliders in between (everything docked up and bottom panel docked to 'fill'). If I want to make the lower panel bigger, I must resize all 3 sliders individually. I would like to be able to drag the lowest slider all ...
|
| Having a hard time with DesignMode property | 17 Jan 2006 04:36 GMT | 1 |
I have a class that implements IComponent. When I drop this component from the toolbox onto the form, I get a null exception while trying to access the 'Site.DesignMode property'. Site object seems to be null. I believe my error should be pretty obvious (I must be missing ...
|
| Filtering a BindingList<T> is not possible? | 16 Jan 2006 22:27 GMT | 8 |
I've googled for hours in search for a filtering mechanism for a BidingList<T> inherited class. I found several examples for sorting and searching but none for filtering. I mean filtering within the class itself, without using BindingSource.
|
| wizard control | 16 Jan 2006 13:44 GMT | 8 |
Is there any Wizard Control that comes with Winforms 2.0. I am aware of the wizard control for ASP.NET 2.0.
|
| ToolStrip with EnableVisualStyles | 15 Jan 2006 17:19 GMT | 4 |
Someone can tell me why with the Application.EnableVisualStyles() the ToolStrip become blue??? All the form is gray (as the system colors says) and the toolstrip is blue!
|
| Nevron .NET Vision 2005 Q4 for Visual Studio 2005 - Released | 14 Jan 2006 13:13 GMT | 5 |
Nevron .NET Vision 2005 Q4 for Visual Studio 2005 Nevron .NET Vision has full support for Visual Studio 2005 and the .NET Framework 2.0. You can now use Nevron .NET Vision with VS2003 and VS2005.
|
| Copy from DataGridView needs permission? | 13 Jan 2006 06:42 GMT | 5 |
I found an interesting property in the DataGridView control, named ClipboardCopyMode. When I run in Visual Studio Environment it works fine to highlight either a cell or a row and copy it to the clipboard. It also works when I run the
|