| Thread | Last Post | Replies |
|
| Form.MouseEnter problem | 13 Feb 2006 14:33 GMT | 4 |
the event MouseEnter is triggered when the mouse enters the ClientRectangle of the form. What can i do to have this (or any other/custom) event fired when mouse enters the actual form area *including* its borders? is it possible?
|
| ToolboxBitmapAttribute and BuiltIn Controls (S.W.F.Button, etc.) ..?? | 13 Feb 2006 11:26 GMT | 2 |
I am building a runtime Control hierachy visualizer and want to display the icons the controls would have if displayed in the VisualStudio designer toolbox. MSDN says that there is a ToolboxBitmapAttribute which can be applied
|
| Simulating dos style textbox with visual styles ? | 13 Feb 2006 01:50 GMT | 3 |
I'm rewriting an old clipper / dbase application in VB.Net 2005 I'm trying to get the textboxes to do a couple of things; 1) Respond to the Insert key to enable insert / overwrite switching for text entry
|
| CreateParams.ClassName and native controls | 11 Feb 2006 21:26 GMT | 1 |
there is win32 control (custom scroll bar) in native dll. it handles all messages that common scroll bar does and can replace it in any win32 applications without any problem. i would now like to inherit from managed ScrollBar class and make that new class use native custom ...
|
| HowTo Serialize a UserControl with VB.NET 2005 | 11 Feb 2006 13:55 GMT | 2 |
Sorry for my awful english. I would like to know, how to i can serialize a usercontrol? I wan't to serialize my usercontrol with the binary formatter. But when i try to call the serialize method of the binaryformatter and pass
|
| mouse event won't fire again until click on other cell | 11 Feb 2006 05:13 GMT | 2 |
I need the MouseDown event be trigged everytime when you press mouse in a datagrid (System.Windows.Forms). But seems mouse event will only fire once, and it seems changed to edit mode for the cell (even the cell is read). The mouse event won't fire again
|
| To Remove 1st Column of DataGridView | 10 Feb 2006 08:58 GMT | 2 |
Hi, I'm using datagridview to display the data stored in a table of my database to the user. Notice that the first column of the datagridview is beige colour with an arrow sign pointing at the selected row. If I click on one of the cell in this first column, the whole row will be ...
|
| Bug in Combobox's SelectedIndexChanged? | 09 Feb 2006 22:23 GMT | 1 |
I've created an auto-completion combo box by subclassing ComboBox. Tracking down a bug in my app, I've tracked it all the way down to what I think is a bug in the Framework. I'm wondering if anyone here can either confirm this behaviour, tell me that it's known and documented,
|
| DataViewGrid Leave Event called before DataError | 09 Feb 2006 20:57 GMT | 2 |
using C# - I'm using DataError event of the DataGridView. The DataError event checks to make sure that 4 columns in the row have been input - if they have not - a message is displayed - with specifics on the 4 columns.
|
| Set Row Height on all data grid view rows | 09 Feb 2006 17:43 GMT | 1 |
I need to set the height of all rows in a datagridview. My DGV is bound to a database. I what the row heigtht of the rows in the DGV to be larger than the default. I have tried a number of autosizing options but that turnes out to be too
|
| An Oldie: ListBox Flicker | 09 Feb 2006 15:11 GMT | 1 |
A while ago I implemented a fully owner-drawn list box in MFC (Vis. C++ 6) and through a variety of means, completely eliminated flicker from the control even though I was doing all kinds of visual updates. I was happy.
|
| WndProc without override | 09 Feb 2006 14:00 GMT | 1 |
Hi to everybody, I have the following situation: I have an interface (ICellEditor - a custom, utility interface). The final classes will have to implement this interface and, in the same
|
| Designer Loses a control within TableLayoutPanel | 09 Feb 2006 01:48 GMT | 5 |
This one will be hard to explain. On a standard Windows form, I have an 11 x 11 TableLayoutPanel with all kinds of controls nestled within the cells. One particular control, a combobox, can be located in the Designer's Properties window by looking in
|
| ListView - making active (selected) line visible at all times and as starting point for keyboard operations. | 08 Feb 2006 20:14 GMT | 2 |
I have a huge problem with a ListView. It can contain many lines and initially the active (selected) line can be anywhere in my list. When I display the list for the user, it always shows the first lines and it marks the very first line with a focusrect that indicates that ...
|
| Problems with PropertyGrid | 08 Feb 2006 06:10 GMT | 2 |
I have a PropertyGrid that shows the property of a third-party components (so I don't have access to source code and other stuff). However I'd like to hide the "Layout" category so that noone can move the control around the form.
|