| Thread | Last Post | Replies |
|
| ListView Items ListViewItemCollection | 23 Aug 2006 15:15 GMT | 1 |
In VS.2005, Does anyone know what the difference is between the Listview.Items and the Listview.ListViewItemCollection It seems that they are the same thing?
|
| Treeview: Added/New Nodes not showing up during run-time | 23 Aug 2006 10:24 GMT | 3 |
Note: I posted this message originally in the compactframework group by accident, sorry. I am having a problem with the Treeview control in Visual Studio.NET 2005. I have a treeview control which has two root trees and by default
|
| when my C# service impersonates a secondary account does the secondary account need any special permissions? what are they? | 22 Aug 2006 20:42 GMT | 3 |
when my C# service impersonates a secondary account does the secondary account need any special permissions? what are they?
|
| Right Click inconsistent in MouseClick Event | 22 Aug 2006 18:45 GMT | 5 |
I need to detect a right-click in a component. I've discovered that the MouseClick event will register a right click with some components but not with others. The simple code Private Sub control_MouseClick( _
|
| TreeView Stealing Focus From New Form | 22 Aug 2006 06:39 GMT | 1 |
I'm trying to use a TreeView as part of a menu system. When a user clicks on a TreeNode, I need to open a new form. The problem I am encountering is that after the new form is spawned the TreeView object on my menu form will steal the focus back from the newly created form.
|
| Clearing textboxes | 21 Aug 2006 17:16 GMT | 2 |
I want to clear some textboxes of previously written data. When I run the code below, only the txtBuffer text box is getting cleared. What am I missing? private: System::Void btnRead_Click(System::Object^ sender,
|
| Can it possible to create a combobox control which always set datasource, displaymember and valuemember peoperties? | 21 Aug 2006 16:01 GMT | 1 |
Can it possible to create a combobox control which always set datasource, displaymember and valuemember peoperties? For example: public partial class CurrencyCodeComboBox : ComboBox
|
| FK Constraint Raised for no reason I can find? | 21 Aug 2006 14:55 GMT | 9 |
Linda, It looks like you have been handleing this group and I just wanted to say thank you up front. You have been great. This is borderline on if this should be in the control newsgroup or not, let me know if I should repost
|
| Datagrid View Merging Columns Problem | 18 Aug 2006 07:47 GMT | 1 |
I currently have an application that uses the Paint event to Merge Columns of the DataGridView when the data in adjacent cells are equal. I have two questions regarding this : 1) What is the easiest way to determine the last column that in in the
|
| ListView Rows not displaying properly. | 17 Aug 2006 18:45 GMT | 1 |
VB 2005 (.Net 2.0) / Win XP Pro - SP2 The ListView contains 3 columns and on load the first 7 rows are visiable. The first 7 rows are of the correct Row Height/Col Size. As you scroll down, the next rows appear to NOT be of the correct Row Height OR there is an
|
| Datagrid Vertical Scrollbar Bug? | 17 Aug 2006 13:42 GMT | 1 |
I have a Datagrid which is inside a tabbed page and this datagrid has a custom made icon column. Due to this the row height of the datagrid is more than usual. The anamolous behaviour that I am observing is related to the Vertical
|
| MenuStrip - Access ALL items programatically | 17 Aug 2006 05:52 GMT | 1 |
VB 2005 (.Net 2.0) Mnu - Top Level = File / Report / Help Mnu - Under File = New / Edit / Maintenance / Inquiry / Utilities / Exit **Mnu - Under File/New = Core / Pay / Bill / Pass
|
| Event when a controls databinding is actually completed | 16 Aug 2006 13:31 GMT | 2 |
I've created a control dereiving from another control. This controls has data binding ability. Is it possible to be notified in code when the databinding actually is completed? I need this in order to perform some action based on the value that the control contains when loaded.
|
| Design Time Control Arrays | 15 Aug 2006 11:59 GMT | 3 |
Cor Ligthert [MVP] wrote about how to add existing controls to an array by dimensioning an array As Control and assigning the controls to the array per this example he gave: \\\
|
| User drawn custom control flickers when moved | 14 Aug 2006 20:34 GMT | 1 |
I'm developing a custom winforms control that uses the Graphics objects to draw itself to the default UserControl panel. The problem is, even if I draw some very basic things (like 2 rectangles), it flickers when I move it... I mean, I can see some tearing in the control's image ...
|