| Thread | Last Post | Replies |
|
| ArrayList.IndexOf(Object obj) functionality changed in .Net 2.0 | 06 Apr 2006 07:14 GMT | 2 |
Has anyone else noticed a change in this function with .Net 2.0? The help says it uses the Object.Equals method to do a linear search of the ArrayList. In .Net 1.1, it used the Object.Equals override of the argument to the method, in .Net 2.0 it uses the Object.Equals override of ...
|
| Recommendations on Installer Packages? | 06 Apr 2006 06:50 GMT | 5 |
I've been using the installer projects that come with VS2005 to distribute several projects, but I'd like to hear recommendations about alternatives. Frankly, the default MS installer wizard that VS2005 ends up producing is kind of ugly (pixelated text, even in the buttons). I ...
|
| Using System.Transactions with Oracle | 06 Apr 2006 06:49 GMT | 3 |
I trying to use System.Transactions with Oracle database. I'm getting the "AccessViolationException" exception. I'm using .Net Framework 2.0 and ASP.Net Enterprise Library 2.0
|
| Does VS 2005 supprts to compile a cprogram using .NET 1.1 | 06 Apr 2006 06:27 GMT | 1 |
I have few web parts been developed in Visual Studio 2003(.NET 1.1) And using Visual Studio 2005 can I compile them using .NET 1.1.And if possible how to configure the VS 2005.I observed by default VS 2005 compiles the application using .NET 2.0.
|
| Disable on-the-fly compilation, HOW? | 06 Apr 2006 06:24 GMT | 4 |
Is it possible to disable on-the-fly compilation in VS2005...if so, how do I do it?? Regards Søren
|
| Reading a Flash video file | 06 Apr 2006 04:17 GMT | 2 |
Is it possible to read a flash video file from the .NET framework and allow for freezing / bookmarking at frames ? Regards, Chak.
|
| How do I know which version of the .NET framework I have installed | 06 Apr 2006 03:03 GMT | 3 |
How do I know which version of the .NET framework I have installed?
|
| Binary representation of a double? | 05 Apr 2006 23:36 GMT | 11 |
We are writing an application in C# that finds roots of a function up to machine precision. Therefore I have to compare the number of significant bits in two double variables (the upper- and lowerbound of the interval containing the root). Currently I am struggling with the ...
|
| SyncToy v1.2 for Windows XP | 05 Apr 2006 21:37 GMT | 3 |
Hi i just downloaded the latest power toy and installed NET framework 2.0...however when i run the install it asks for NET framework 1.1 whats with this? http://www.microsoft.com/downloads/details.aspx?familyid=E0FC1154-C975-4814-9649 -CCE41AF06EB7&displaylang=en
|
| HowTo, Download first 1024 bytes of file ONLY? | 05 Apr 2006 21:08 GMT | 4 |
Basically, the title explains it. I want to be able to read the first n bytes (say, 1024 bytes) of any file (text or binary) off the internet in my vb.net application. I specifically do not want to download the whole file (which in most
|
| how to delete the mail | 05 Apr 2006 21:02 GMT | 2 |
I has written the .net application, which read e-mail from pop3. Now I want delete the mail in mail box. How to do that
|
| Pinvoke problem - only first character being sent. | 05 Apr 2006 21:00 GMT | 1 |
I am trying to use Pinvoke to use a Win 32 Visual C++ 6.0 dll in a .net C# application. This is the original function signature. BOOL __stdcall GetXMLString(
|
| Software for developers to log sales etc.. | 05 Apr 2006 20:48 GMT | 1 |
Does anyone know of a package that currently exists which allows small software developers to record their software sales, mailshot their customers etc etc. Is there such a package which already exists?
|
| .NET framework | 05 Apr 2006 20:03 GMT | 1 |
We are trying to create a light weight desktop application that will be downloaded from the server. We have a few queries regarding this application. 1. If this application is developed using .NET 2.0, then in the current
|
| New Dell XPS - Can I control the lights? | 05 Apr 2006 19:45 GMT | 2 |
I'm getting a new Dell XPS M170 laptop as my development platform next week. It includes glowing neon lights light on the top and sides. My questions:
|