| Thread | Last Post | Replies |
|
| hide tab selector of tabpage control | 30 Dec 2005 01:10 GMT | 4 |
[I posted this elsewhere earlier, but this seems a more appropriate group] Hello all, I have a tabcontrol with 3 tabpages. I want to
|
| I don't want the focus rectangle! | 29 Dec 2005 09:13 GMT | 1 |
How do i prevent the focus rectangle being drawn over a Button control? I don't want it!
|
| How to show a ContextMenuStrip without displaying at taskbar? | 28 Dec 2005 03:14 GMT | 1 |
I am writing a NotifyIcon app. I want to use Left mouse click to pop up a ContextMenuStrip. Currently, I use ContextMenuScrip.Show(x,y) to display it.
|
| DataGridView (Beta 2) master/details form? | 26 Dec 2005 11:00 GMT | 3 |
I'm trying to set up a simple master/details form using the new DataGridView control in .Net 2.0 (Beta 2). The control doesn't seem to handle navigation from parent tables to child tables via row expanders (plus signs) and 'links', the vay the DataGrid in .Net 1.1 does.
|
| ContextMenu for ToolBar | 25 Dec 2005 18:48 GMT | 1 |
The problem i have is to show a ContextMenu on a toolbar depending on which ToolBarButton is currently under cursor. Is there any way to find out which ToolBarButton mouse is pointing? ToolBar.GetChildAtPos() doesn't work as ToolBarButton is not a child control fo a toolbar...
|
| Multiple Acceptbuttons ? | 25 Dec 2005 17:54 GMT | 1 |
On my Windows Form, I'm having a SplitContainer control. Each panel (top & bottom) has a ToolStrip that contains a TextBox and a button. When a user enters text in the TextBox and presses return, the action that belongs to the corresponding button should be fired. Therefore, I
|
| FontDialog Question | 24 Dec 2005 11:03 GMT | 2 |
I've been trying to update the font style in a RichTextBox using FontDialog. But when I use this method (Rather than change each attribute individually) all the text in the RTB changes to the new font. Is there any way to just make the selected text change or the text from that ...
|
| How to format a textbox? | 23 Dec 2005 03:23 GMT | 3 |
I have a textbox named textboxSum in a windows form. How can I format this textbox to show its value in local currency (from the control panel settings) with no decimals? Regards
|
| TabControl in VB.NET 2005 not using XP style | 22 Dec 2005 15:04 GMT | 7 |
I'm trying to use the new tabcontrol in VB.NET 2005. While in design mode, it looks fine, using the same XP theme as the one I have set in Windows. The problem is that as soon as I run the program, the tabcontrol
|
| Treeview Checkboxes | 22 Dec 2005 07:53 GMT | 3 |
Anyone got a solution for having checkboxes on some (eg leaf nodes) and not on other nodes, in a winforms (not asp) treeview control Neil . . .
|
| 16-bit Limit in the Height of a TableLayoutPanel Control | 22 Dec 2005 02:33 GMT | 1 |
I'm using a TableLayoutPanel to hold +1000 rows at a time. With a row height of 36 px the total height of the table should be 50924 for 1414 rows, which "PreferredSize.Height" indicates correctly. However, when I assign this value to the "Height" property of the table it remains ...
|
| User Control Properties | 21 Dec 2005 15:02 GMT | 2 |
I have created a user control and exposed a property on the property window whilst in design mode. I would like to know if it is possible to make this property in the property window have a drop down associated with it so that the user using this control can only select a number ...
|
| How to detect when code is running at design time? | 21 Dec 2005 09:43 GMT | 1 |
I have a custom component class already in the toolbox. When I add it to a Windows form, it seems that an instance is created by VS, as the code in the constructor gets executed. Is there a way to avoid this behavior? I have code in the constructor that
|
| Adding controls to a panel wrapped by a user control | 20 Dec 2005 19:20 GMT | 1 |
I'm trying to add controls at design time to a panel that is wrapped in a user control. I'm creating a user control replacement for the .NET GroupBox control, and I want it to behave just like a GroupBox control--at design time, I want to
|
| determine TreeView node from within ContextMenu popup eventhandler | 20 Dec 2005 15:27 GMT | 1 |
Hi, I want to show a context menu when a treenode on a TreeView Control is clicked When a MenuItem is clicked i want to be able to determine the Treenode that was clicked from within the MenuItem eventHandler.
|