| Thread | Last Post | Replies |
|
| DateTimePicker - Need to hide UpDown and DropDown buttons. | 30 Nov 2005 19:11 GMT | 2 |
DateTimePicker - Need to hide UpDown and DropDown buttons.
|
| FlowLayoutPanel : can't add UserControls in code ? | 30 Nov 2005 17:36 GMT | 2 |
Vs.Net 2005 Experimenting with the FlowLayoutPanel and adding UserControls that I wish to flow vertically. UserControls never appear, although inspecting after setting a breakpoint
|
| TreeView Control Drag & Drop | 30 Nov 2005 14:15 GMT | 1 |
I'm trying to implement Drag&Drop on treeview control, and i'm having problems with scrolling the tree while draging a node. can anyone help?
|
| Unbound datagrid? | 30 Nov 2005 07:32 GMT | 2 |
Can I use a datagrid in unbound mode? If so, is there some documentation somewhere on how to go about it? If not, is there something else in the framework I can use for this? Thanks in advance
|
| Setting DatagridView column type as Combo after databind | 30 Nov 2005 04:10 GMT | 1 |
We're using a datagridview in our winforms prj .. Problem is this .. We have a grid say with 10 columns .. 3 columns are combo's. ways to go about it are ..
|
| Changing scroll bar value | 29 Nov 2005 20:51 GMT | 1 |
On a windows form I have added a vertical scroll bar. I would like to change the scroll bar's value (vScrollBar1.value) programmatically from within a custom control that is also on the form. How do I do this? Thank you very much for your help.
|
| Nevron and Exceed Chart, who copied who? | 29 Nov 2005 19:54 GMT | 2 |
Has anyone else noticed how Nevron Chart and Exceed Chart are almost identical? I just found these two documentation pages and the class references are virtual clones apart from extra "N"s in the Nevron names.
|
| My own control | 29 Nov 2005 19:29 GMT | 3 |
I've created a customized Panel by deriving from the Panel class and adding my own functionality. For context, I'm using VS C++.NET 2005 Express in /clr
: pure and within a Console project. How hard would it be to make this new control available in the ToolBox? I
|
| Help me with the best way to do this | 29 Nov 2005 18:16 GMT | 2 |
I have created a scanning control that uses twain_32.dll . It works fine if I make the control as user control, since it needs to access the message pump for it to work properly. Well I am a little be of a perfectionist and I would rather make it a
|
| How to navigate throw a datagridview programatically? (.net 2.0) | 29 Nov 2005 17:17 GMT | 2 |
What I want is to navigate throw a datagridview programatically. I know how to set a row to selected. (Rows[index].selected = index) I also know how to scroll to this row. (this.dataGridView1.FirstDisplayedScrollingRowIndex = index)
|
| Date Control | 29 Nov 2005 02:13 GMT | 7 |
I'm developing an app for a client in C# using VS 2005. Many forms require date (no time) entry. I've tried using DateTimePicker, but it doesn't meet client requirements: - The ability to display a blank field.
|
| Search for substring in listview | 28 Nov 2005 16:41 GMT | 2 |
I would like to know if it's possible to search for a substring within a subitem in a listview and if so, how would I do it? I've tried using the ListViewSubItem substring but I'm not always going to know where to start seaching. I've got a text box where the user can type in the
|
| Question about DataGridView and hierarchical data | 28 Nov 2005 16:12 GMT | 1 |
I'm looking for a way of displaying hierarchical data in a DataGridView. I've read the article, "Differences Between the Windows Forms DataGridView and DataGrid Controls" (which can be found within an installed version of MSDN Library). It says that the DataGridView replaces the ...
|
| Button object communicating with parent form | 28 Nov 2005 12:00 GMT | 7 |
I am fairly new to C# and .NET. My backgroud in C++ and MFC/ATL. I have a button class CMyBtn and a form window CMyForm. I have multiple instances of the button on the form and I want to invoke a message handler (I think this is an event handler in .NET) in the button class
|
| Unable to debug a user control | 28 Nov 2005 08:32 GMT | 2 |
Hi group, I have a windows form which uses a user control. I can call the functions of the control from the form, but while debugging I am not able to jump into these functions (F11) nor are they used.
|