| Thread | Last Post | Replies |
|
| DateTimePicker in datagrid | 28 Feb 2006 22:06 GMT | 1 |
So I'm dragging a table from the datasources window onto a grid. I use the dropdown arrow on a date field in the table and select DateTimePicker as the type of control to use. Then I drop the table on the form - and get a text box.
|
| Problem with IDE when overriding Text property | 28 Feb 2006 22:03 GMT | 1 |
I noticed when overriding the Text property of the System.Windows.Forms.UserControl that the Form.Designer file does not reflect changes made via the property browser. In other words, when you override the Text property and then try to change it's value at design-time,
|
| unbelievable - accelerator key not working in VB.net? | 28 Feb 2006 13:41 GMT | 1 |
I am VB6 programmer, working on VB.net now, came across this. To my surprise this didnt work as it used to work in VB6... I am making a form with 2 buttons - BONE and BTWO, given its labels as B&ONE and B&TWO so that I could access (have focus) on that button via keyboard by
|
| Cannot delete file It is in use by another person or program | 28 Feb 2006 02:27 GMT | 6 |
I have a VB2005 program which stores photos of members as bitmap files On a form a picture box (picCapture) loads the picture from file When a new photo is required the user clicks on a button and my code captures a new photo and saves it
|
| How to Dock subclassed TreeView in Panel? | 28 Feb 2006 02:03 GMT | 3 |
How do I get two subclassed TreeViews to share a panel with a splitter? I have 2 derived TreeView controls: internal class TreeConfiguration : TreeView internal class TreeProject : TreeView
|
| Move focus between controls with Enter key | 27 Feb 2006 14:56 GMT | 3 |
Hello, I want move the focus between controls with enter key, like (TAB). Can you help me? Thanks. Antoni Gomez
|
| Row provided already belongs to a DataGridView control | 27 Feb 2006 07:30 GMT | 4 |
Hi. I am adding a row to a DataGridView to provide "quick filter" functionality (i.e. a row of combo boxes to allow easy filtering of column values). If I am clearing rows from the grid I want to preserve the filter row rather than recreate it. I use code similar to the following ...
|
| Merge datagridview cells | 27 Feb 2006 05:42 GMT | 1 |
With datagridview, is there a way to merge adjacent cells as we can do with Excel or even MSFlexgrid in VB6? Thanks. Derek
|
| Why is a custom control always wrapped by a user control | 27 Feb 2006 02:54 GMT | 3 |
Hi guys, here is a question about a custom control. When I wanted to create a custrom control from scratch, I followed the steps as bellow, 1. Create a new contorl liabrary project.
|
| DataGridViewComboBoxCell | 27 Feb 2006 02:43 GMT | 1 |
As previously noted I am implementing "AutoFilter" functionality in the DataGridView, similar to that seen in Excel. This is done by inserting a row of DataGridViewComboBoxCell objects at position zero in the grid and filling each combo with a list of possible values for the ...
|
| hiding events | 25 Feb 2006 16:34 GMT | 3 |
what's the most convinient way of hiding events in inherited controls? I've created my own button control which derive from System.Windows.Forms.Control, which provides DoubleClick event. Normal button does not need this event, what's more i have to override
|
| Timer control | 25 Feb 2006 16:31 GMT | 1 |
If the code in the tick event of a windows forms timer control takes so long to run that it is still running when the next tick event occurs, what happens? Is the second tick event ignored? Thanks,
|
| Receiving Keyboard Events in Custom Control | 24 Feb 2006 23:15 GMT | 1 |
Okay I seem to be missing something. I have a custom control written in C#. I want it to receive keyboard input which I can then process. I've overridden the OnKeyDown and OnKeyPress methods to add my code to them. I've also added a call to SetStyle to set the control as ...
|
| how to forcfully kill a running process by executable name with a .net application? | 24 Feb 2006 19:20 GMT | 1 |
how to forcfully kill a running process by executable name with a .net application?
|
| Opacity for windows forms controls? | 24 Feb 2006 13:48 GMT | 1 |
Is there a way to control the opacity for windows forms controls in .NET 2.0? Thank you.
|