| Thread | Last Post | Replies |
|
| application built with 2003 also run under the .NET 1.0 framework? | 13 Feb 2004 01:29 GMT | 2 |
Is there any way to make an application built with 2003 also run under the .NET 1.0 framework? Thanks, Ed,
|
| Recognize Application Termination | 13 Feb 2004 00:59 GMT | 3 |
I've a winforms application running on Windows 98/Me. How can I recognize the termination of the application if the user kills the process in the task manager? Microsoft.Win32 provides SystemEvents.SessionEnd, but this
|
| SOAP and XMLRPC | 13 Feb 2004 00:27 GMT | 4 |
Whats the difference and what is standard?
|
| MailMessage problem - Could not access 'CDO.Message' object. | 12 Feb 2004 23:35 GMT | 3 |
I have a VB.Net app that needs to send mail. I have created a class for building my e-mail, but keep getting the error (Could not access 'CDO.Message' object.) when trying to send it. I can succesfully send an e-mail when I use the CreateObject("CDO.Message") method, but it fails ...
|
| Dispose() and GC.SuppressFinalize()??? | 12 Feb 2004 22:32 GMT | 6 |
When implementing the Dispose() method, I understand that it's supposed to do what Finalize() does so that's why it should call GC.SuppressFinalize(). However, it's not clear to me what happens the instance itself, for example in the following code:
|
| real newbie question | 12 Feb 2004 22:10 GMT | 5 |
I am new to the framework in the area of ASP.NET and web interfaces, and web development in general, so this is a really stoopid question! If on my web server I have the dotNet framework, do the people who are viewing the web site over the internet need also to have the framwork
|
| C# and XML demo | 12 Feb 2004 21:11 GMT | 3 |
I have worked with .NET for the past few months. I am getting involved in a project where the technologies are ASP.Net, C#, XMl and SQL 2K. Does anyone know any sample apps that are available which go through C# and XML. I have never worked with C# and XML and am looking to get some ...
|
| Guidance Desperately needed. | 12 Feb 2004 21:06 GMT | 2 |
I am a Networking professional with some background knowledge on C(only) I recently took a small project (I guessed) to build a website for a company selling cooking appliances only I started by attending online courses on Dreamweaver and Flash mx 2004 thinking it will solve my ...
|
| Keeps saying need to install the Framework... | 12 Feb 2004 20:51 GMT | 2 |
Using VS.NET 2003 under Windows XP Pro I've created a web application. I've also created a setup application to install the Web application. I've copied the setup application to my Windows 2000 Professional system to test it out but it won't install. It keeps saying I need to ...
|
| Test Availability of TCP Port? | 12 Feb 2004 19:55 GMT | 40 |
Heya Does anyone know if its possible to test the availability of a TCP port other than attempting to listen on a specific port and catching an exception ~~K
|
| ArrayList.IndexOf() does NOT call my Class Equals() | 12 Feb 2004 18:00 GMT | 2 |
where is my mistake? For sorting the CompareTo()-Function is called, this part works! But, the function Equals() is never called. Why not? Please give me a hint. Thanks! Here my small test-class:
|
| Guid vs. UniqueIdentifier | 12 Feb 2004 17:31 GMT | 1 |
I'm stumped. I'm trying to pass in a Guid to a stroed proc that requires a unique identifier, and for the most part, it works fine. However...when I try to use this guid: 220017E1-A106-4A78-B0DA-37A199EA9C1 ...the process bombs out and I get "Syntax error converting from a ...
|
| ANN: New C# Video Available | 12 Feb 2004 17:17 GMT | 4 |
Please check out our newest C# Training Video on C# OOP Inheritance and Polymorphism. Please rate it and leave us comments. http://www.vtmag.com Thanks,
|
| Build MSI withou VS.NET? | 12 Feb 2004 16:56 GMT | 9 |
I have Visual Studio .NET 2003 and have created a MSI with a setup project. Everything works fine, but now I would like to compile the MSI without running the entire IDE. I have compiled different .NET apps with "csc.exe" to make assembly
|
| Disable selection of ComboBox text | 12 Feb 2004 16:48 GMT | 3 |
Is there a way to set the text box portion of a ComboBox to read only? I do not want the user to select or delete the text in the combo box. I also don't want to disable the combobox because I still want to use it and I don't want the text color to change. Thanks!
|