| Thread | Last Post | Replies |
|
| Good VB.NET profiler... | 25 Jan 2006 11:25 GMT | 2 |
Folks, I'm looking for a good, free VB.NET profiler to look at my code as I run it and make intelligent suggestions as how to make it go faster etc...
|
| Need Help !!! | 25 Jan 2006 09:42 GMT | 1 |
I'm using the WebBrowser control in one Form inside my VB.NET application; the page I'm going to display in the control requires you to have a Digital Certificate since it's secured. The DC is already installed in my PC so when the page is loaded i got the popup asking to select the ...
|
| Parameterized query only works with WHERE clause (?) | 25 Jan 2006 09:39 GMT | 1 |
In testing it seems like I can only use a parameterized query when the parameters are in a WHERE clause. For example cmd.CommandText = "SELECT * FROM jbtest where testfield1=@tablename ";
|
| One application instance must be in existence | 25 Jan 2006 09:16 GMT | 1 |
Hello, All! Take me advice about, please: Description: At the same time can be in existence only one copy of the my application. If
|
| C# static, is this correct? | 25 Jan 2006 08:19 GMT | 6 |
Hello guys, in C#, is using "static" would be the most proper way to get around calling methods located in different classes? for instance, a method caller in class A wouldn't see a method in class B unless that method is declared as public static.
|
| Distribution | 25 Jan 2006 07:05 GMT | 5 |
I've been developing apps using .NET 1.0. When I began developing a couple years ago I read that apps developed using the 1.0 framework would not run on a machine with only the 1.1 framework installed. However, I recently installed an application on a brand new computer that ...
|
| FTP Server Query! | 25 Jan 2006 06:13 GMT | 2 |
I just want to know whether C# is the appropriate tool to develop a FTP Server product with full functionality like http://www.nftpserver.com or http://www.gene6.com provides? which is most appropriate tool C# dotnet or c++?
|
| How to use a Generic's base type? | 25 Jan 2006 05:06 GMT | 1 |
Hi all... Heres what im looking to do.... I have a Generic class i wrote. Now, on another class, i want to add a method which can take in an object of my generic class... but the catch is, i want it to be able to take in an instance of the generic
|
| vb class in c++ | 25 Jan 2006 03:28 GMT | 5 |
I wonder if it is possible to include visual basic class to a C++ project within a solution. Thanks Thomas
|
| machineKey | 25 Jan 2006 01:46 GMT | 5 |
my web servers had .NET 1.1 on them and today we installed .NET 2.0 to deploy a few new applications. After running aspnet_resiis.exe -i under the 2.0 framework directory all my single signon 1.1 applications no longer work. In the past on each server I used something ...
|
| Figuring the error source of an Exception | 25 Jan 2006 00:14 GMT | 2 |
I'm a little green in this area, so any suggested reading or examples is appreciated. In my release version of managed code, is there a way to know what command caused an exception?
|
| Modifying a text file | 24 Jan 2006 23:31 GMT | 5 |
I want to remove duplicate entries within a text file. So if I had this within a text file... Applications/Diabetic Registry/ Applications/Diabetic Registry/
|
| Timer reset on page back/page forward | 24 Jan 2006 22:54 GMT | 1 |
I have spent way too much time trying to solve the following problem: I have a datalist with a timer in the footer template. It works wonderfully except when the user pages back, then forward, and the counter is reset. I saw in one of Kevin Spencer's comments not to put the ...
|
| Line Numbering in C# 2005 Express IDE | 24 Jan 2006 22:29 GMT | 2 |
Sorry for this rather naive question... Does anyone know of a way to enable vertical sequential line numbering in the code editor window? I've tried various settings in VC# and googling but didn't find anything useful so far...
|
| rounded rectangle ??? | 24 Jan 2006 22:27 GMT | 1 |
Any idea to how to make a panel with rounded corner ? regards serge
|