| Thread | Last Post | Replies |
|
| Usercontrol in IE showing warning message. How to avoid this? | 02 Feb 2006 13:31 GMT | 2 |
I've created a usercontrol which is hosted in Internet Explorer. It with some action buttons. I could place all buttons on this usercontrol but I did not. When the user presses one of the buttons i detect some more action needs to be taken and open a dialogbox. using
|
| Treeview Selectednode assignment | 01 Feb 2006 19:19 GMT | 1 |
I am imiplementing the following assignment -- 'treeView1.SelectedNode = treeView1.GetNodeAt(e.X, e.Y);' which works as intended but I have noticed some peculiar behavior: First: there is a noticeable delay in completing the assignment.
|
| Selecting a TreeView node with a "right click" | 01 Feb 2006 19:19 GMT | 4 |
I'm using a context sensitive menu to edit underlying objects that are organized for the user by a TreeView control. The context menu items need to change depending on where in the Tree the user right clicks. Right now, I'm deciding what menu to display based on the type of ...
|
| UserControl quirks | 01 Feb 2006 19:01 GMT | 1 |
I've created a usercontrol that has a propietary UITypeEditor. Everything works fine until I use this usercontrol on a Form: if I set some properties thru the modal dialog
|
| BUTTONS WITH ICONS AND TEXT | 01 Feb 2006 18:00 GMT | 2 |
I am planning to create some button controls with icons and text on a windows form similar to the icons on a windows desktop. I am using .Net compact framework, since the software runs on a pocket pc. Can some body direct me
|
| Menu-like ComboBox / ComboBox with subitems | 01 Feb 2006 13:48 GMT | 1 |
Hi *, does anyone know a Control or UserControl that combines a ComboBox with some kind of menu? In other words: some kind of ComboBox with the possibility of "subitems" - a mouse-over or a click should open the sublevel of this item.
|
| ListView: How to select only text, not icon? | 01 Feb 2006 13:29 GMT | 1 |
I want to select only text in ListView, not the icon because selected icon looks ugly. How can I do that? Nikolay Unguzov
|
| Emulating Outlook Mail, Calendar navigation buttons? | 01 Feb 2006 08:22 GMT | 1 |
I was just watching some video from VSLive. Jay Roxe, from Microsoft, was showing a demo that emulated the look of the Outlook 2003 navigation pane, including the Mail, Calendar, Contacts, and Tasks navigation buttons. http://www.ftponline ...
|
| Setting Text of UserControl inherited from Button | 01 Feb 2006 06:58 GMT | 1 |
I've created an Control inherited from Button. The control works fine. There is just 1 small irritation related to the IDE visual designer. When you add the control to the form by dragging from the toolbox the visual
|