| Thread | Last Post | Replies |
|
| MDI child forms acting strange? | 10 Nov 2006 09:25 GMT | 1 |
I'm using .NET 2.0. I have an MDI app. When I create the first child form, it appears in the upper left part of the MDI parent. The MDI parent is larger than the child. I have the child set to maximize but it doesn't. When I click the maximize box (displayed on the MDI
|
| treat return key as tab key? | 10 Nov 2006 09:00 GMT | 7 |
On my windows form, when the user hits the return key, I'll need to treat it as a tab key. i.e. when the user hits a return, the focus will move to the next item in the tab-order on the windows form. I guess I can add a KeyDown event handler for each componet controls on the
|
| Interop Memory Problem | 10 Nov 2006 08:01 GMT | 2 |
I use a C++ Dll in .Net 1.1 with Dllimport. I call one C++ method in a loop and the memory of my .Net application rises proportional. What am I doing wrong calling this method?
|
| add radiobuttons to the first column in a datagrid | 10 Nov 2006 07:47 GMT | 2 |
I need some help on how to add a radiobutton to every row in the first column in a datagrid. The datasource to the datagrid is a dataTable. I loop through this table to add rows and just need to find the right way to add a
|
| Problem getting nested xml nodes with C#, .NET 2.0 (XmlDocument) | 10 Nov 2006 06:52 GMT | 2 |
I am trying to pull out some nested XML using C# and XMLReader. Can't seem to extract the "Items" for each "Product" when i loop through file, i can loop over the "Product" notes just fine but everytime i perform a nested loop over the "Items" list i keep every
|
| how can i get the index of a selected listview item and index a related arraylist item? | 10 Nov 2006 05:45 GMT | 2 |
in a different app, i can grab the index of a ListBox, but when i try it with a listview with only one column, i'm having issues. the first line (string) below works as expected. the second line (string), i want the index of the fField arraylist. i
|
| DataRow garbage collection | 10 Nov 2006 05:21 GMT | 3 |
I think I know the answer to this but I would like to confim. I have an app where I've built a custom DataSet containing several DataTables. Within the DataTables, I sometimes check for existing rows. I do this
|
| AsyncSocket doesn't accept another connection | 10 Nov 2006 05:17 GMT | 3 |
The first tim ethis app is run it works just fine as well as every restart. What i can't figure is how to get it to accept a connection after the first one. This is a console app but i don't think that matters.
|
| joining datatables | 10 Nov 2006 05:15 GMT | 3 |
I have two datatables that I want to left outer join and then do some queries on but I having a hard time figuring out how to join the datatables together. One of the datatables comes from a sql database and one comes from an .dbf file
|
| Creating a Multi-Select Treeview that supports drag/drop event problem | 10 Nov 2006 05:11 GMT | 1 |
I have created a muti-select treeview control. Problem is I am now trying to implement drag/drop in the application that uses it. It seems the mouse down and mouse move events fire before the OnBeforeSelect and OnAfterSelect events in the treeview. Since I want
|
| Problem in TableAdapters | 10 Nov 2006 04:44 GMT | 1 |
I have a class library project, where I have created a TableAdapter with a table from SQL Server database. When I reference this library in another classlibrary project, i am not able to use it. But the same is working if I directly create a TableAdapter in a web project.
|
| Form designer problem - cannot load a form | 10 Nov 2006 04:25 GMT | 5 |
I got this kind of error recently: When I tried to open a form I got error something like this: One of more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while
|
| Form inheritence | 10 Nov 2006 02:36 GMT | 7 |
Can someone tell me how to create a form inherit from another form ? In my project, I have created a form with buttons and groupbox to be used as ancestor, how to create a form inherit from this form ?
|
| EventLog woes | 10 Nov 2006 02:26 GMT | 3 |
I can't for the life of me get an EventLog to log to a custom log. Everything I've possibly tried ends up with some error in the Application log about missing message DLLs. If I log to the Application log instead, everything's fine.
|
| Finding problem in accessing assemble written in c# from vb.net | 10 Nov 2006 01:37 GMT | 3 |
I've a class in c# which is having 2 methods, both having same name but with different case. Both the methods do not have any input parameters.Now, how can i access these methods in vb.net since vb.net is not case sensitive.
|