| Thread | Last Post | Replies |
|
| Error downloading file with Firefox | 18 Jan 2006 14:59 GMT | 2 |
I'm trying to download a file in my asp.net web, but when downloading it from a Firefox browser, instead of downloading the example.exe file, it's downloading example.exe.htm. My code is the following: string localfile = MyComponent.DownloadMyExe(index);
|
| Confusion: VB Express/VC Express/Sql Server Express Edition | 18 Jan 2006 13:21 GMT | 3 |
Can any one tell me that if I buy Microsoft Visual Studio 2005 Professional for dotnet, do I get following product Visual Basic Express Visual C# Express
|
| Help on Help | 18 Jan 2006 12:37 GMT | 5 |
I'm wrting a new control for which I would like to write Help Documenting for all the classes, properties, memebers etc in a professional way. What do I need to do. I'm using VB .NET 2.0 where I've created XML tags to all of my classes.
|
| VS 2005 Help, SQL 2005 Help,and .NET 2.0 Help is very UNhelpful and poorly tested.....completely CRAPPY | 18 Jan 2006 11:19 GMT | 4 |
Have any of you really used the Help of SQL2005, VS 2005 and .NET 2.0? It's a different interface but I still can't find what I want. Lots of properties and methods name but hardly any explanation or examples..... The REMARKS section is buried somewhere in the middle and you ...
|
| Best practice for splash screen | 18 Jan 2006 11:05 GMT | 1 |
I am developing a small utility program that must perform a considerable amount of 'background' or 'research' work before it can display any user interface. In general it can take 3-15 seconds to perform all of the work requured before we display any user interface. So we have
|
| file handling on remote machine | 18 Jan 2006 10:09 GMT | 3 |
I would like to access another machine on the network, browse some folders and do some processing on particular files. I am not sure what api/classes I have to use to allow me to log into the machine.
|
| static TypeInitializationException | 18 Jan 2006 10:01 GMT | 3 |
I have singleton class in C#: class Logger { static Logger lInstance = new Logger();
|
| How to call singleton | 18 Jan 2006 09:41 GMT | 4 |
I have singleton class in C#: class Logger { static Logger lInstance = new Logger();
|
| write wav file | 18 Jan 2006 09:40 GMT | 1 |
plz, i use Directsound to record sound and i use CaptureBuffer class to capture data sound but i can't record in wav file, plz any one have a sample code to record sound in file by DirectSound plz send to me i use c#. thanks all.
|
| the difference between SqlConnection.IDisposable.Dispose() and SqlConnection.Dispose() | 18 Jan 2006 08:44 GMT | 1 |
hi, I have a question about the difference between SqlConnection.IDisposable.Dispose() and SqlConnection.Dispose(). Both of them realize the function of releasing the connection to the ConnectionPool? Do they have the same effection source code? If they
|
| Does a Base Class know it's instanced class? | 17 Jan 2006 22:25 GMT | 1 |
I would like to have methods in my base class that use reflection against its derived class. Is there any way for my base class to access its derived class? It does not appear to be the case.
|
| distributing dot net applications | 17 Jan 2006 21:40 GMT | 2 |
Finally I'm at the end of my program. And this is a good time to give my program for testing. I've been using Visual C++. It works well on my developers machine. When I've moved my program to
|
| Need help with Activator.CreateInstance() | 17 Jan 2006 20:52 GMT | 1 |
I'm trying to dynamically create an instance of a class, but it's always failing. I'm using the Activator.CreateInstance( Type, Object[] ) overload. The class I'm trying to instaniate and call a method from is a public class from another project in the solution.
|
| ListView SortKey | 17 Jan 2006 19:23 GMT | 6 |
VB6 has a SorkKey property that you can setup on the ListView control to tell the ListView what column to use for sorting. In .NET there is a Sort() method and a SortOrder property that you can use to manipulate the Sorting property. My question is how do I perform the same ...
|
| dreamweaver flash button not visible in ASP.Net page rather viewd in the browser | 17 Jan 2006 16:05 GMT | 1 |
I am Designing an website using ASP.Net. I have designed the HTML template using Dreamweaver 8, in that i have used the Media flash buttons. now i have converted the Html page to ASP.net page. now my problem is with the media flash buttons which i have used on the template can't ...
|