| Thread | Last Post | Replies |
|
| Loop through datagrid to get values of boolean columns | 10 Dec 2004 15:19 GMT | 2 |
Any pointers as to how to loop through a winforms datagrid to get all the selected(checked) columns?
|
| Hiding DataGridBoolColumn checkboxes? | 10 Dec 2004 09:04 GMT | 3 |
Is there a way to hide a checkbox on a particular row of a column that is a DataGridBoolColumn? I need to be able to pick and choose, on a cell by cell basis, whether or not to display a checkbox. Can I derive from DataGridBoolColumn and
|
| Smooth progress bar | 10 Dec 2004 05:08 GMT | 2 |
I'm using the .Net ProgressBar, but can only manage the distinct style bar. I'm used to the MFC CProgressBar which allows you to set a "smooth" style. Is there a way to get the smooth style using .Net? I'm using Managed Code Extensions in C++.
|
| How to hide a column in a DataGrid | 10 Dec 2004 04:25 GMT | 1 |
I have a System.Windows.Forms.DataGrid which is bound to a DataSet containing a table and columns such as user_id, user_firstname, user_lastname, etc... How can I force the DataGrid component NOT to display the user_id column without narrowing my sql query because the
|
| DataGrid: How to insert a row when bound to an ArrayList? | 09 Dec 2004 21:20 GMT | 1 |
This should be simple, but I cannot figure it out. Given a datagrid, bound to an arraylist, how should I go about inserting a new row above a selected row? Thanks,
|
| Setting focus on a control | 09 Dec 2004 16:22 GMT | 2 |
Hi, I have the following situation. I have a main form with two panels divided by a splitter. The first panel has some links that when clicked, add forms into the second panel. I am trying to set focus in the first textbox in those forms. I have tried Textbox1.focus on the ...
|
| Adding too many control to panel control | 09 Dec 2004 09:46 GMT | 2 |
in the C# windows application i am working now, i have created one User Control. And in the panel control depeding on some conditions i am dynamically adding lots of instance of My User control. so may be my panel control is having the 100's of instance of the User
|
| Return Data from child form to parent form | 09 Dec 2004 08:27 GMT | 2 |
Is there a way to return data from a child form to a parent form using c#? Thanks
|
| Drag drop in RichTextBox | 09 Dec 2004 01:55 GMT | 2 |
I find some strange thing when I use drag drop in RichTextBox control. I create a control inherit RichTextBox.: 1. In OnDragEnter and OnDragOver, AllowDragDropEffect of DragEventArgs is DragDropEffects.All always.
|
| How to get TreeNode from a handle | 09 Dec 2004 01:31 GMT | 1 |
If I have "Handle" of a TreeNode, how can I refer to the treenode? For example, if the treenode is tn then I want to get tn.Text or tn.Index. In other words, TreeNode has its pointer property as Handle, how do I crossreference?
|
| To DataGrid or not to DataGrid? | 08 Dec 2004 22:57 GMT | 1 |
I don't know much about DataGrids, and while I am looking for an excuse to learn how to use them, I'd like to be sure that what I'm trying to do is possible before I doom myself to failure. I have a DataTable retrieved from a database which consists of a
|
| Checkbox, datagrid and populating a form? Need some Help | 08 Dec 2004 19:21 GMT | 1 |
//this passes (DataGrid, Row user selected, and DataSet) from another form which has the datagrid, the user selects the row in which they need to edit, this row will populate a form. I am able to populate every textbox but for some reason I can not get the CheckState to work for ...
|
| RichTextBox and dodragdrop | 08 Dec 2004 18:27 GMT | 1 |
I seem to be having troubles implementing dragdrop on a richtextbox. I seem to have been able to get the dropping part working fine when coming from an external application. It's the dragging part. It does seem to drag, but the icon always stays as None and I have no idea
|
| Child form windows | 08 Dec 2004 18:11 GMT | 3 |
In WIN32 if you create a top level main window and then create a child window which is a child of the main window, the child window moves with the main window, cannot be moved out of the main window and cannot be activated by clicking on it (the main parent window is activated).
|
| NewBie | 08 Dec 2004 18:04 GMT | 2 |
I am using the below code in a vb form to open a html file that I made. My problem is how do I get ride of the path to test.html so it can travel with the program? Shell("C:\Program Files\Internet Explorer\iexplore.exe D:\School
|