| Thread | Last Post | Replies |
|
| Grid Scroll Bar | 18 Sep 2003 13:30 GMT | 9 |
Is there a way to force a vertical scroll bar on the data grid, even if the data grid has no rows? Thanks Regards
|
| over 4297000000 of GDI objects in a Windows.Forms application! ListView's leak. | 18 Sep 2003 10:45 GMT | 13 |
today we've found a critical issue regarding the ListView from Windows.Forms. it was confirmed on several machines with Win2K and XP. here's the problem: create a ListView with about 50000 rows. now use task manager to see the GDI usage of the process. everything seems normal.
|
| The administrative limit for this request was exceeded | 18 Sep 2003 10:34 GMT | 2 |
I'm using the System.DirectoryServices.DirectorySearcher. Findall method to attempt to retrieve user id's from an Exchange LDAP server. I get the error message "The administrative limit for this request was exceeded".
|
| ComboBox SelectedIndex is set to 0 | 18 Sep 2003 09:02 GMT | 2 |
I have a TabControl in a Windows Form. In one of the tabs I have a DataGrid with Items, and in another one some controls that let the user add a new item. In this second tab there's a ComboBox for selecting the type of the item. When the user select one item in the ComboBox some ...
|
| Change datagrid cell format | 18 Sep 2003 03:24 GMT | 2 |
I think there are many out there actually asking this question. Anyone can tell me how to format a particular row in datagrid using VB.NET???? MM
|
| Coloring of Rows and particular cells in Datagrid C# Windows Forms | 18 Sep 2003 00:00 GMT | 1 |
i am having a datagrid, i am able to color the datagrid cell and rows by using the paint property of DataTextBoxColumn in datagrid, but i every time the paint method is fired..... that result into very slow performance if the number of rows are more than 20k. so is there any
|
| ANN: DotNetMagic now available | 17 Sep 2003 22:33 GMT | 3 |
DotNetMagic goes commerical! NOTE: The last free version was Magic 1.7.4 and is still available from source forge and will continue to be so. This free version will NOT be removed from source forge and so you can continue to use it indefinitely in
|
| prevent listview resizing columns | 17 Sep 2003 22:11 GMT | 1 |
Does anyone know how to prevent resizing listview columns John
|
| vb.net windows forms | 17 Sep 2003 21:52 GMT | 1 |
vb.net windows form app I have 2 forms, the first form opens up and there is a button to open the second form which works fine. I want the second form to have a button to
|
| Refreshing a ComboBox | 17 Sep 2003 21:20 GMT | 7 |
I have combobox bound to a sorted dataview of a strongly typed datatable. After adding a new record to the datatable, I would like to have that new record be displayed in the textbox portion of the combobox. I have
|
| How to create a customized report using .NET and Word? | 17 Sep 2003 17:53 GMT | 9 |
I'm working in a .NET application and I'm using Crystal Reports for creating the reports. This works, but the reports are static(the user can't customize the formatting), so I'm thinking to use Word for formatting and to find a way to communicate with the database. I know that this ...
|
| Scoop on Net V2.0, winforms | 17 Sep 2003 15:49 GMT | 2 |
Hi folks, has anyone got the scoop on what's coming our way with version 2.0 ? I've read mentions to a new way to write databound forms and a new GridView control.
|
| Application PlugIn with Interface | 17 Sep 2003 15:15 GMT | 6 |
Hi, I'm creating an application that has a Tab control. I would like to create a series of plug-in DLL's which will make up each tab. The class for each tab inherits the Tab control, and implements an interface so I can recognize
|
| [STAThread]??? | 17 Sep 2003 14:53 GMT | 4 |
I don't get it?? Until few minutes I debugged my forms and it worked like a breeze...no problems. Then suddenly I started getting a totally unrelated error message like:
|
| Problem referencing ControlDesigner class | 17 Sep 2003 14:33 GMT | 1 |
I am having a problem with a C# project (a controls library). I need to set up a designer for a few of the custom attributes and have created a class as follows: public class MyDesigner : System.Windows.Forms.Design.ControlDesigner
|