| Thread | Last Post | Replies |
|
| IP Address router | 13 May 2004 14:13 GMT | 3 |
I had written a program a while back which simply grabs the ip address of my pc and using ftp uploads the file to a webspace. (This was written in C++) I have now purchased a Linksys router so now the IP address that I want is stored in the router and my pc gets a 192.168.0.x ip ...
|
| Combo Box | 13 May 2004 13:16 GMT | 1 |
I set the DropDownStyle of the combo box to drop down to allow users to add new entries, however they complain that when they start typing a value that is already in the list it doesn't come up automatically. Is there anything to do?
|
| BUG in System.Drawing.Font! | 13 May 2004 11:56 GMT | 3 |
I'm using the .NET Memory Profiler by Sci Tech and I wrote a little test application to verify something odd I observed and it appears that System.Drawing.Font fails to dispose of its FontFamily. I run the following code:
|
| .NET and COM/ActiveX | 13 May 2004 11:51 GMT | 4 |
I would like to know how .NET manages COM/ActiveX. How do you write COM-Clients and Servers with .NET? Or how do you provide informations and function to the outside world without COM? Regards,
|
| How to set Focus? | 13 May 2004 11:09 GMT | 1 |
Which command is used to setfocus in Windows and Web Application in Dot Net.
|
| DataSet & DataTable Question? | 13 May 2004 11:06 GMT | 1 |
I have two DataTables in a DataSet. I would like to create a third DataTable in the same DataSet that is a Join of the two original DataTables. The two tables are extracted from two different database on two seperate servers, so doing it at time of creation is not an option. ...
|
| Location property | 13 May 2004 11:03 GMT | 1 |
How do we use in C # code to set up control location property?
|
| Tab order in IE launched apps | 13 May 2004 09:56 GMT | 4 |
I have a .Net control hosted in a web page. This control loads a windows forms app on the client. This works fine. However i'm losing the ability to tab between controls. IT's as if there is no tab orer on the form. If I launch the program manually tabbing works fine
|
| I'm really disillusioned with Microsoft support | 13 May 2004 09:50 GMT | 2 |
I have been having a problem and I don't know where to go for help. The microsoft support is only for a fees. Can anyone at all please at least point to a site or some place where I can hope for some enlightment My problem I am using Windows XP and had installed .NET 2000. I then ...
|
| Task List won't display? | 13 May 2004 09:45 GMT | 3 |
Anybody seen where if after a Build with errors the Task List won't pop up when you click on the tab? I have to shut down the whole IDE to get it to come up. This is in VS.NET 2003. I don't remember this occuring in version 2002.
|
| problem with the mapped drive | 13 May 2004 03:40 GMT | 8 |
I have created a vb.net project in local drive and the program contains crystal report 9.0 through ODBC and link to SQL server. I can run this no problem on WinXP. But when I move the project to a mapped drive and run the same application there. I got the following error:
|
| MS Outlook? | 13 May 2004 03:23 GMT | 3 |
I'm thinking of writing a simple (ha!) application using VB.net (standard) that would look at our Outlook resources (ie meeting rooms) and build an output to show when rooms are booked. We are using W2K server and 2K Outlook. I've never tried to work with MS
|
| How to tell if a compiled DLL was created with .NET | 13 May 2004 02:44 GMT | 2 |
With COM DLLs you can loadlibrary and then find the entry point for DLLRegisterServer to find out if it's self-registering. If a DLL is created with .NET, how can you find out if it is created with .NET and whether it has a strong name, etc.
|
| Form Components/controlls in VB .net | 13 May 2004 01:01 GMT | 2 |
I am looking for Slider control to use in a form, unfortunately I cannot seem to find any such controll even when I tried to use Add componenets option and then went to select from COM components Was wondering if there is any place I can get that control or if I can get it from ...
|
| Maximum Capacity of a Collection | 12 May 2004 23:13 GMT | 1 |
What is the maximum capacity of a collection? I have a routine that adds listviewitems to a collection, and stores them so I can pick and choose which I add/delete in future. There are 6000 items in this collection...but when it reaches 584, I get the "This collection has
|