| Thread | Last Post | Replies |
|
| DataGrid custom object binding | 31 Aug 2005 12:47 GMT | 1 |
I have created a custom strong-typed collection (inhertited from collectionbase) named 'MyNameSpace.CustomerCollection' which contains 'MyNameSpace.Customer' object. The collection is bound to a datagrid, which should (by default) all the
|
| Programmatically Bind Datagrid to Custom Colllection | 31 Aug 2005 07:58 GMT | 2 |
I have written some code for an ASP Datagrid that works quite well and I would like to do something similar for a Windows Forms Datagrid. Could someone advise me how to convert my code. tia
|
| 'Modifying' the OpenFileDialog window | 30 Aug 2005 17:41 GMT | 4 |
I've had a bit of a look around and I cannot find anything (except the HookProc method) about being able to change the look of the OpenFileDialog window. I'm just wondering if anyone can point me in the right direction for implementing my own window template for the common dialog ...
|
| UltraWinGrid Samples | 30 Aug 2005 12:38 GMT | 1 |
I would like to buy UltraWinGrid soon . I search for some samples code in their web site and i did not find any . Any one can help Pls .
|
| Custom controls, disigners and the Toolbox | 29 Aug 2005 06:57 GMT | 3 |
I want to create a customized control that will override only the parent's behaviour, not appearance. For example: MorseTextBox, which inherits from System.Windows.Forms.TextBox but only allows dots, dashes and spaces. I do not want the control to be customizable in the designer.
|
| .NET / C# equivalent of GetFocus()? | 28 Aug 2005 19:42 GMT | 4 |
On my form, I want to know which child control has the focus. From all the searching I've done to figure out how to call GetFocus, I either have to P/Invoke it, or enumerate all the child controls (and children of children) and call ContainsFocus() on each one until I get a
|
| Button Control Images in .Net 1.0 | 27 Aug 2005 15:05 GMT | 2 |
Using .Net 1.0 and VS2002, I am adding a Button to a form. I have set the Image property of the button to reference a bitmap file. The image displays correctly on the button, but when you click the button, the image stays static while the text moves. Is there some way round this?
|
| ComboBox.SelectedValue, will not set a selected item | 27 Aug 2005 02:00 GMT | 3 |
Can the SelectedValue property on a WinForms ComboBox (Net 1.1) set the SelectedItem within the list? I'm using the following code <code>
|
| round/oval form example | 26 Aug 2005 12:28 GMT | 1 |
hello, im searching for an easy example how to create a round/oval forms and controls someone nows an god example? thanks
|
| Invoke (and other actions on a ListView) are hanging | 26 Aug 2005 10:18 GMT | 10 |
The following code works sometimes and not others. When it fails, it actually hangs in the call to Invoke. private void InsertRemoveMLVI (ListView lv, ListViewItem lvi, bool do_insert) { if (lv.InvokeRequired)
|
| Remove row from datagrid | 25 Aug 2005 19:11 GMT | 1 |
How can i programatically delete a row from a datagrid? I'm trying this code: gridFiles.SetDataBinding(null, null); files.RemoveAt(e.RowIndex);
|
| Dynamic context menu... should be simple - which item got clicked? | 25 Aug 2005 18:22 GMT | 3 |
I'm trying to create a dynamic context menu. I can add items etc. without problem and I can add event handler to the click event ok. Problem is that I want to know which menu item was clicked. The items are created from a parameter list and are being used to create new records ...
|
| loading web application project suddonly takes 5 mintues and says "Contacting server to open Web project.." wile it takes 5 minutes to load. how to fix? i tried reregistering asp.net and iisreset. no progres. | 25 Aug 2005 18:18 GMT | 1 |
loading web application project suddonly takes 5 mintues and says "Contacting server to open Web project.." wile it takes 5 minutes to load. how to fix? i tried reregistering asp.net and iisreset. no progres.
|
| DataGrid - 'Ghost' Cell Refresh Issue | 25 Aug 2005 17:14 GMT | 1 |
Dear Group I really need your help on this issue. I've a datagrid which source is a dataview based on a dataset. The columns of the grid are datagridtextbox columns created like the
|
| recommended Grid | 25 Aug 2005 10:52 GMT | 2 |
I want to develop new application with smart client tec . I am looking for good Grid control for fast development. Can Anyone recommended one . Thanks
|