| Thread | Last Post | Replies |
|
| Node Expanded Event | 09 Feb 2006 23:29 GMT | 1 |
Is there a way to hook into the expansion of a TreeNode? Alex
|
| Hide system menu | 09 Feb 2006 23:08 GMT | 4 |
I want to hide the system menu (the dropdown for the icon on the left) without hiding the entire titlebar for my form. I haven't been able to accomplish this. Is this possible, and if so how? Lance Johnson
|
| Programatically scrolling a container | 09 Feb 2006 22:02 GMT | 3 |
I want a container in which I can control the scrolling programatically. So it will act like a "window" on top of a larger canvas, with my code controlling where the window is on the canvas. I don't think Panel will do the job since you can't set DisplayRectangle programatically.
|
| Caching a Graphics object | 09 Feb 2006 17:22 GMT | 3 |
Someone suggested that calling Control.CreateGraphics() is expensive and thus it might be a good idea to cache the returned Graphics object. Is this true? Back in the unmanaged world I remember something like there were only 5 DC's to work with within your application so if ...
|
| Webforms vs. Winforms decision | 09 Feb 2006 17:20 GMT | 4 |
I have a windows application written in Visual Basic 6.0 that is going to be redeveloped in dotNET. We are trying to decide if we should deploy using Webforms or Winforms and I need advice from someone who is not on my team.
|
| label control not allowing me to change it's size. | 09 Feb 2006 17:10 GMT | 3 |
in the designer. I am trying to increase the length of the label but it won't allow me to do so. What am I missing? Thanks !
|
| Shortcut and CausesValidation | 09 Feb 2006 14:46 GMT | 1 |
I have a button with a shortcut (&Cancel) and property CausesValidation = false. When I click on the button the validating event is not fired but when I use the shorcut it's fired.
|
| Implement a link source (or at least part of one) | 09 Feb 2006 04:39 GMT | 2 |
I want to be able to drag objects from a third-party product to my .NET Winforms app. If I look at the clipboard formats, there is nothing useful except CF_LINKSOURCE, so I deduce that I need to do some OLE handshaking (OleCreateLinkFromData, IPersistStorage, etc.). Does ...
|
| UserControl class hosted in IE | 09 Feb 2006 04:25 GMT | 2 |
I have a windows control which is hosted in IE (http://support.microsoft.com/?kbid=317346). Using javascript I am able to call most of methods of my control, but when it comes to handling events raised by my UserControl class, this fails. I am not able to handle events in
|
| Browse for folders dialog | 09 Feb 2006 03:46 GMT | 6 |
Does anyone know a way of showing an open folder dialog, as if being opened on a remote computer? e.g. When you go to create a new database in SQL Server Enterprise Manager and browse for where you wish to put the data files a browse
|
| Advanced Docking Control | 09 Feb 2006 01:26 GMT | 3 |
I posted this on the un-managed MSDN forums on accident. I'm hoping to get a response here... I've searched everywhere to find out how to do this... It's easy to change the order of docked windows via z-order. Somehow though,
|
| Best way to embed a list of name/values for use in dictionary look | 08 Feb 2006 20:30 GMT | 2 |
I have a static list of name/value pairs that I need to store with the application. I would like these to be editable in a file stored with the executable. Using the newer default settings was my first thought. My question is
|
| Like Windows Explorer | 08 Feb 2006 19:01 GMT | 5 |
I'm a beginner in windows forms and now i want create a application, where his layout is like Windows Explorer (On top a menu, and bottom 2 zones (splitted) ) ------------
|
| separate visual objects: bevel/rectangle | 08 Feb 2006 19:00 GMT | 4 |
I come from Delphi development, and I really miss the ability to separate text boxes, and other visual elements on the form with ... something like bevel was in Delphi. What I mean: in design time I would like to draw a rectangle around some objects, or draw a horizontal or ...
|
| Button in .NET 2 - possible bug with back color | 08 Feb 2006 17:03 GMT | 2 |
I'm encountering strange behavior when modifying the back color of a button. Actually when I try to restore the button's original back color I have the problem. The button does not get back its original back color.
|