| Thread | Last Post | Replies |
|
| DB connection problem in attemp to load DataGrid from SQLServer DB | 14 Sep 2005 00:17 GMT | 1 |
I'm trying to run Jeff Prosise's DataGrid example in Chapter 6 of "Programming Microsoft .NET". Jeff provided a MyComics.sql file which I've used in Query Analyzer to create and populate a MyComics database in SQLServer 7.0 installed with NT
|
| MultiTable in DataGrid | 13 Sep 2005 22:37 GMT | 2 |
I want to show the relation between two tables, for example BookTitles and Authors, in a DataGrid. I want show Authors and when I click one, I want all the author's books appears under him in the same datagrid. Any code snippets ???
|
| ToolStripItem ordering. | 13 Sep 2005 22:34 GMT | 1 |
I am dynamically creating toolstrips and was wondering if their is a way to specify item ordering. The default seesm to be that Items are displayed in the order they are added. What if I wanted to be able to insert an item between existing items?
|
| GDI+ stats with Performance Monitor | 13 Sep 2005 21:55 GMT | 1 |
Is it possible to monitor GDI+ activity with the performance monitor? Thanks
|
| How do you map DataGrid rows to it's DataSource when sorting a DataGrid? | 13 Sep 2005 18:10 GMT | 2 |
I have a DataGrid and I want the user to be able to delete rows. When the grid is not sorted the index of the DataGrid corresponds to the row in the DataTable that is the datasource. However, if I sort, the DataGrid seems to be keeping track of the order.
|
| Drag n Drop URL from IE problem | 13 Sep 2005 12:08 GMT | 3 |
I have a form app which stores URL:s dragged to it from IE. The problem I have occurs when a URL has been dragged and dropped onto the form and when the user either moves the cursor back over the browser window (without any clicking) or when clicking in form after the drop ...
|
| Microsoft VSTO | 13 Sep 2005 10:25 GMT | 1 |
Can anyone suggest me any good links for learning to use Microsoft VSTO. I need to embed my VB.NET Application into Excel using VSTO. Regards, Rohit
|
| Custom Collection Item Swap with ListBox DataSource problem | 13 Sep 2005 09:39 GMT | 2 |
I have a Custom Collection which is set as datasource to a ListBox. A Form enables moving items up and down in the list. In the collection this is implemented like this: public void Swap(int oldIndex, int newIndex)
|
| Programmatically selecting a DropDownList item | 13 Sep 2005 08:27 GMT | 1 |
I need to programmatically make a selection of a dropdownlist/combobox item, which naturally should force the DropDownList_ValueChanged procedure to fire because it detected that the user made a selection change in the dropdownlist control. Please help.
|
| DataGridview and SQL Insert - VS2005 Beta 2 | 13 Sep 2005 03:22 GMT | 5 |
I'm getting the following error when inserting a new row... DataGridView Default Error Dialog System.Data.NoNullAllowedException: Column 'ADTBAS' does not allow nulls. The DataGridView was created by dragging the table from the Data Source.
|
| Help with Forms and DataSet | 12 Sep 2005 21:37 GMT | 2 |
Hello; I'm relatively new to .NET and I'm trying to figure out something rather trivial, but can't seem to find the right documentation. I have a form that I have bound to a dataset. I placed a drop down combo on the top of the
|
| App stops Windows from closing | 12 Sep 2005 18:33 GMT | 1 |
I have an odd problem. While my .net form app is running, although idle, I can't shut down Windows. Nothing happens when trying. That is, all other apps are closed but not my own app. Only when closing my app manually Windows resumes closing itself and the computer. What can be ...
|
| Combobox DropDownList control layout/format issues | 12 Sep 2005 17:03 GMT | 1 |
I'm using VB.NET. I have a Combobox DropDownList on the far right hand side of my windows form (unfortunately I can't move it, it has to stay there). The problem is that there are several items in the dropdown that are very
|
| No Touch Deployment Not Working On Some PC's | 12 Sep 2005 13:28 GMT | 6 |
I have a deployed a No Touch Deployment (NTD) and the app works on some PC's but not others. All our PC's have a standard operating environment (Win XP). When I look in the Assembly Download Cache, I can't see all the required dll's files for the PC's that cant run the app. ...
|
| Setting control size in Millimeters | 12 Sep 2005 13:15 GMT | 2 |
Hello all, I have a quick question (and hopefully easy) here. How can I programmaticaly set the size of a control (in my case a panel) in millimeters? I want to initially set the size of the panel to e.g. 210x210
|