| Thread | Last Post | Replies |
|
| Iterating a collection and removing item | 18 Oct 2004 17:07 GMT | 4 |
How can I iterate a collection and conditionally remove items from the collection using either C# or VB.NET? When I try to remove an item, I get the error message that I am not allowed to remove an item.
|
| DNS Server Name? | 18 Oct 2004 15:39 GMT | 3 |
How can I identify which DNS Server a machine is using in vb.net?
|
| how to make asynchronus call to ORACLE Data Base | 18 Oct 2004 15:00 GMT | 2 |
I have Oracle 9.2 i I want to make async querys calls. Do is possible? Thanks a lot AA
|
| EXCEL process doesn't close | 18 Oct 2004 11:09 GMT | 2 |
I have a very strange problem. If I open a .NET application from EXCEL using SHELL function, when I close EXCEL, the EXCEL.EXE process remain active and I must close it by Task manager.
|
| Reports in .NET | 18 Oct 2004 09:04 GMT | 3 |
in my current project, I collect lots of information ('formatted' as structures, linked lists, etc. in my RAM). Now I want to display all this to the user - best in PDF- Format. Is there any tool/code that does this? What would you suggest to be the best strategy to solve this?
|
| problem with form designer | 18 Oct 2004 05:42 GMT | 1 |
I have a problem with how visual studio.net's form designer handles form inheritance. This is what I am trying to do.. I have a base form with some controls on it..I then create a child Form from this base form...The problem I notice so far is that if the controls in the base form ...
|
| Unable to install .NET | 18 Oct 2004 04:53 GMT | 3 |
I have a new computer that has a new instalation of XP Pro then a new install of XP Office then a new XP SP2 install. I just downloaded EN_VS.NET_ENT_DEV_FULL.exe into c:\Temp and extracted it into c:\Temp\Setup.
|
| Build Error for ASP.Net app - "could not find file... 'Interface not registered'" | 18 Oct 2004 02:29 GMT | 2 |
I am trying to deploy a web app with a deployment project since I am including Crystal Reports for .Net. I attached all the merge modules, etc but I am getting a build error when I try to build the setup project.
|
| F5 Causes dependancy check of every project | 18 Oct 2004 02:00 GMT | 4 |
I have a large soultion 20+ projects C++ MC++ and C#. When I hit F5 no matter what. It checks to see if it needs to build every project. "projectX" is up to date. It takes like 10 seconds. I know other people must of had this problem. Does anyone have a solution, Aside
|
| IIS not recognized by ASP.NET | 17 Oct 2004 19:35 GMT | 2 |
Anyone please. I finished installing VS.NET without having setup my IIS. How do I get my ASP.NET to recognize my IIS now? Thanks.
|
| Custom collections | 17 Oct 2004 16:39 GMT | 5 |
I have a custom collection class that inherits from HashTable. When I add a new CustomObject to my CustomCollection I would like to ensure that it will only accept objects of type CustomObject. How would I do this? Thanks in advance.
|
| Ok I got xmldata from a URL how do read it? | 17 Oct 2004 06:45 GMT | 2 |
Ok I got xmldata from a URL. I have tried to read Microsoft quickstarts, but still don’t know where to start. What I want is to create a dataset and read the data from the URL. What do I do first? Create DataSet mappings or XML Schema Definition
|
| a DotNet start page question | 17 Oct 2004 05:39 GMT | 1 |
When I open my dotnet start page, running vb.net in my particular case, there is a listing for recent projects and the modified date. As I change my program, the modified date doesn't change. CAn someone explain why?? thanks
|
| Edit and E-Mail Message before sending | 17 Oct 2004 05:23 GMT | 3 |
When I developed applications in Access, I was able to specify a paramater to allow the user to manually edit an e-mail message before sending it. I don't see any way to do that with .Net. Is there any way to show the message up I intend to send in Outlook, so the
|
| how to i load a dataset from a xml(url)? | 16 Oct 2004 20:57 GMT | 4 |
i got this far Sub getvin(ByVal sender As Object, ByVal e As System.EventArgs) Dim item As DataGridItem = CarGrid.Items(CarGrid.EditItemIndex) If (Not item Is Nothing) Then
|