| Thread | Last Post | Replies |
|
| C# faster on Desktop and VB faster on Smart Device | 12 Nov 2003 06:23 GMT | 2 |
I have doing some speed comparison testing between C# and VB.NET and so far I have came to the conclusion that C# is about 3% faster than VB when programming for desktop computers, but VB is up to 15% faster than C# when writing code for mobile devices such as a PocketPC? Does ...
|
| Scroll to line in Rich Text Box | 12 Nov 2003 04:53 GMT | 2 |
How can I scroll a Rich Text Box down to a certain line in Visual Basic.NET v7. Ted
|
| Adding existing files/folders to VisualStudio.NET | 11 Nov 2003 19:59 GMT | 1 |
I developed a small time web application using EditPlus 2 (like Notepad) to understand the basic working of ASP.NET rather than creating it with VS.NET. Now I want to add this to a VS.NET solution.
|
| BUG: Auto regions of code (which I cant override with my own #region outlining ) | 11 Nov 2003 19:05 GMT | 1 |
REPRO. Create the following regions outside the namespace #region region1 using System;
|
| how to switch to .Net Framework 1.1? | 11 Nov 2003 19:04 GMT | 2 |
I have a C# project compiled with .Net Framework 1.0. I installed Framework 1.1 and did a project rebuilt. But using dumpbin I found the executable is still built with 1.0. How can I force compiler to use latest installed
|
| Using Zip Classes in J# from VB | 11 Nov 2003 03:32 GMT | 2 |
Is there a way to access the Zip Classes in the J# Class Libraries from VB? I am very new to VB .Net and have no experience with J#. I found a document on MSDN called "Using the Zip Classes in the J# Class Libraries too Compress files and data with C#".
|
| Java's future with Windows and the Visual Studio system | 11 Nov 2003 00:13 GMT | 1 |
I am actually a proud developer using Visual J++ to write Java applications for the network and desktop. I have tested Visual Studio .NET's J# and J++ Project converter wizard.
|
| It's not about C++ pure virtual function.... | 10 Nov 2003 23:07 GMT | 5 |
I've lost one day to discover what is really my problem. It's not about pure virtual function (this was only the consequence). Try the following code with a win32 app or with a console
|
| decimal places | 10 Nov 2003 17:48 GMT | 3 |
I use the C# statement below in an aspx page to show a price <%# AuctionRow["min_bid"].ToString() == "" ? AuctionRow["pay"] : AuctionRow["min_bid"] %> but it displays with 4 decimal decimal places
|
| Dev Digital Certificates | 10 Nov 2003 15:37 GMT | 4 |
Anyone know of any articles or have a quick how-to on generating a digital certificate for SSL testing on our development sites? I don't need it to be Authentic I just need it to test the SSL. I assume that there is a way to generate them on 2000 or 2003 server?
|
| LNK1104 error with Managed C++ | 10 Nov 2003 11:48 GMT | 2 |
I'm creating a .NET class library using MC++. A C# project calls into the library, thus it references the library. In doing so, it seems to lock the file. When I go to build the solution, the class library
|
| Working with Word 2000 in Visual Studio | 09 Nov 2003 13:18 GMT | 4 |
I am writing an application in C# using VS.NET 2003. I have an appllication that uses Word 2000. Originally, when I wrote the application, I loaded Word 2000 on my machine and then created the reference and all worked fine. Now it has been a few months and I am working on a ...
|
| Deployment vb.net that use vsflexgrid 7,msxml2 and connect to webservice | 09 Nov 2003 10:15 GMT | 2 |
My friend had implemented a vb.net project and deployed it. But it need to improve more. Then I've got her ziped project and her computer. I try to crack her deployment project. but it seem unusable. There are 4 unable to determine name icons in Appication Folder.
|
| C++ pure virtual function in release mode | 08 Nov 2003 13:34 GMT | 2 |
I would like to know why a method defined in a derived class (that in the base class is pure virtual) is not called in a base class method in a release compiled program. In a debug compiled program it works.
|
| Namespacing and inline code | 08 Nov 2003 11:27 GMT | 4 |
Hello NG, I want to know more about Namespacing as I am having problem with it. Now I have to put a new namespace in every file I make in c# for asp which actually is becoming very large. What is this Index() in every file VSS
|