| Thread | Last Post | Replies |
|
| HTTP Referrer questions | 17 Jul 2004 21:34 GMT | 2 |
A week or so ago, I needed to find the HTTP_REFERER environment variable to check and see if a user is coming from a certain website: If Request.ServerVariables("HTTP_REFERER")_ = "http://localhost/mydir/page1.aspx" then
|
| IComparer for floats? Heavy Math | 17 Jul 2004 20:16 GMT | 8 |
Has anyone ever seen a IComparer for floats the returns magnitude. i.e. instead of returning -1, it would return -5. To let you know HOW different the two numbers are. obviously for int it is a - b. But for float the results would have to be normalize some how to a 32bit
|
| How ? .net call Java class | 17 Jul 2004 19:48 GMT | 5 |
hi.everyone.. Suppose, i have a Java class: public class Test{ public String testMethod(String args){
|
| vss, asp.net, and vbproj file | 17 Jul 2004 19:17 GMT | 1 |
I'm wanting to edit an aspx page for the first time in my VS solution project that is connected to vss on our server. When I double click on the aspx page to edit, the check-out dialog box appears for the .vbproj file (as well as the check-out for the aspx page itself). All ...
|
| oo concepts | 17 Jul 2004 18:30 GMT | 2 |
hi i am looking at learning oo concepts well. I have an idea about inheritance , encapsulation etc. but i want to see it being implemented .
|
| Componentizing a database application | 17 Jul 2004 18:20 GMT | 2 |
I am fairly new to VB.NET programming but have built many database applications in Access SQL Server etc. I need to find a good book or other reference material that will help me take my OO programing skills to the next level. I can build forms and bind data to them from SQL server ...
|
| French characters in query string | 17 Jul 2004 15:28 GMT | 5 |
How can I convert an url encoded string containing some french characters back to the original string? I have the following html form: <form>
|
| Namespace extemsion for windows explorer | 17 Jul 2004 12:02 GMT | 1 |
Has anyone heard of this? From Windows explorer, it looks like a drive but does not have a drive letter. It contains folders and files like any other drives or folders. I think it's called Shell Namespace Extension but don't have much info on it. Is there a way I can use a custom ...
|
| Installation project ??? | 17 Jul 2004 03:34 GMT | 1 |
I have build a VB.net application that I need to deploy now. The first phase of my deployement by using the setup project works really fine. Problem I met during my testing was that I need to set some particular
|
| urgent:: How to get the same package code with each new build in .NET deployment project. | 17 Jul 2004 03:30 GMT | 1 |
I am having this problem with my deployment project. 'Another version of this product is already installed. Installtion of this version cannot continue. Configure or remove existing version of this product use Add/Remove programs on the control panel.'
|
| winHttp.dll in Deployment Project | 16 Jul 2004 16:04 GMT | 1 |
How do I go about including this dll in a c# deployment project. I can use the reference fine on the development machine. When I try to run on another machine it won't work.
|
| Thoughts on commercial serial controls | 16 Jul 2004 15:53 GMT | 2 |
I'm looking for a commerical (supported) .NET serial control with source (just in case) and have found the following and was wondering if anyone has had experience with any of them: http://www.sax.net/dotnet/communications/
|
| .NET is riddled with bugs when mixing C# and VB | 16 Jul 2004 15:47 GMT | 2 |
For all Microsoft's blah about C# and VB being completely mixable and interchangeable, I recommend for anyone who can still take this advice: DO NOT MIX VB AND C# PROJECTS IN THE SAME SOLUTION!
|
| .NET 2003 Installation Problem | 16 Jul 2004 13:05 GMT | 3 |
I have a Windows 2000 SP3 system. I tried to install .NET 2003 (May 2003 MSDN) Professional Edition. The installation completes copying from the first Disc and in the middle of the second disc the system restarts.
|
| Registry vs Config files | 16 Jul 2004 12:29 GMT | 2 |
I know this topic has been discussed before but I couldn't find any thread more recent than about 18 months and was interested in what conclusions people had come to recently. Invariably 3 advantages of XML config files are promoted;
|