| Thread | Last Post | Replies |
|
| Why is .Net an optional download? | 31 Oct 2004 22:53 GMT | 11 |
Assuming Microsoft want .Net to be the next big thing in Microsoft programming, why is the .Net Framework 1.1 an optional download on the Windows Update site? I'd think that it should be required. Jim Hubbard
|
| using the InsertAt method of the DataRowCollection class | 31 Oct 2004 22:05 GMT | 1 |
Hi all, I've been trying to understand exactly how to insert a newly created DataRow into a DataRowCollection at a specified row value without much luck. At first I was just appending the collection with the Add method. That worked fine, but not the InsertAt method. It always ...
|
| Open File Dialog Slooooooooow | 31 Oct 2004 21:54 GMT | 1 |
Ok I am going nuts. This problem ONLY happens when I use a Microsoft Office 2003 product like word, or .NET development IDE. WHen I use the Open file dialog and click on a folder to drill down, or up depending it takes 3 to 5 minutes to open a folder. This DOES NOT happen
|
| Csharp calling C++ Managed code using Byte array reference | 31 Oct 2004 20:50 GMT | 1 |
I can call C++ methods using byte arrays as values but I wish to call a C++ method using a reference to an empty byte array that is then initiaised to a set size by the c++ method and populated within the c++ mthod before returning back to the c# code.
|
| Visual studio upgrade to .net 1.1 | 31 Oct 2004 16:09 GMT | 1 |
Hi, does anyone know if it is possible to do a Visual studio (7.0.9466) upgrade to use the .net framework and SDK from using 1.0 to use 1.1? Thanks
|
| Can't Write File on Hosted Server... | 31 Oct 2004 01:29 GMT | 2 |
The application is a simple form of three textbox controls that results in writing an XML file to the file system of the application root when it runs on the local development machine. I've just used FTP to deploy this as my first ASP.NET application using
|
| Silly DNS.BeginResolve question | 30 Oct 2004 21:59 GMT | 1 |
To test my app's exception handling, I've coded a call to DNS.BeginResolve() with an intentionally bad host name. When I put the code in a try/catch block, all works fine and a SocketException is thrown as expected. However, if I remove the try/catch lines, no exception is ...
|
| want to join a C# and ADO.NET based open source project | 30 Oct 2004 21:58 GMT | 1 |
I am willing to contribute as a programmer or tester in an open source project in an area that would need C#, ADO.NET and MSDE (or MySQL). My resources are:
|
| .NET & SMTP | 30 Oct 2004 21:28 GMT | 1 |
I need something to give our Lotus/Networking group to help with the problem of mail generated by my application is only delivered within our company domain. For example jim.douglas@genesis-software.com is perfect but jim.douglas@hotmail.com does not get delivered. The objects in ...
|
| Thumb of web pages | 30 Oct 2004 14:50 GMT | 1 |
Hi, I would want to create some thumbnails of web page, how I can automatically arrange this, there's a way with donet and c# ??? Many thanks ..
|
| .NET dead in 2 Years ? | 30 Oct 2004 14:48 GMT | 9 |
in our company we are currently thinking about to do new project in .NET. I like this idea but there is another group that has a totally different opinon. Yesterday I got the following email, and I am wondering if it is true what
|
| Design time nested properties like Size, Location, Font, etc | 30 Oct 2004 14:43 GMT | 2 |
Does anyone know how to make a multi-attribute property show in the design time property window of VS IDE in the same way as .Net controls e.g. the Font property has a + sign against it and can be expanded to reveal the child proerties.
|
| ActiveX for Outlook forms in .Net? | 30 Oct 2004 13:43 GMT | 1 |
I dunno if this is the right place to ask for help with ActiveX / .net / Outlook, so ill siimpl give it a try :) I want to develop an ActiveX Control for MS-Outlooks 2003 with Visual Studio.Net 2003 and .net Framework 1.1 installed.
|
| Create Mailbox in Exchange | 30 Oct 2004 12:34 GMT | 1 |
Can someone please point me to a code sample for creating exchange mailboxes? Preferably in VB but C# is fine as well.
|
| .NET framework | 30 Oct 2004 06:23 GMT | 2 |
Do applications developed with the dot NET tools such as VS require that end users have the .NET 1.1 framework installed on their machine?
|