Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > february 2004 > threads for friday february 6

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

IE handling of exe files
Posted by Mike Smith at 2/6/2004 7:22:02 PM
If I put an old exe file on a web site and create a link to it then IE will ask "open or save to disk?" when clicked. When I create an exe with VS.NET it does not ask anything, it just tries to run it. Is there a bit I can set somewhere that will tell IE to treat this like a "classic" exe? It ...more >>

Chicken & Egg problem.
Posted by speed32 at 2/6/2004 5:26:05 PM
Is there a way a .net application (c#) can tell if the .net framework is installed ...more >>

PDF
Posted by Dave at 2/6/2004 5:14:22 PM
Can anyone point me in the direction of any notes on loading pdf files from within an ASP.Net app Cheers Dave ...more >>

WebRequest.RegisterPrefix - whats the creator ?
Posted by kevin NO[at]SPAM steffer.dk at 2/6/2004 4:05:49 PM
Hi group I have a webform which I want to make an ftp connection for a filetransfer from. The thing is when I use the WebRequest class it says "The URI prefix is not recognized" and my URI is ftp://localhost/ Then I discovered that the WebRequest class has a RegisterPrefix method which tak...more >>

Right Click to shown pop up menu
Posted by A-PK at 2/6/2004 3:55:15 PM
How to write a right click pop up menu in VB.net like Windows could someone guide me and give some hints on that. thank you very much ...more >>

option strict on
Posted by droope at 2/6/2004 3:36:05 PM
I have a routine that does a standard comparison that I pass two objects to Private Function ColumnEqual(ByVal A As Object, ByVal B As Object) As Boolea ' Compares two values to determine if they are equal. Also compares DBNULL.Value If A Is DBNull.Value A...more >>

migrate legacy apps to web?
Posted by Lloyd at 2/6/2004 3:16:07 PM
I'm currently creating the next version of our company's education product, and it seems that we still need to support legacy hardware & software (Win 95/Pentium-1, MacOS 8). To that end, we've been using C++ and wxWindows to minimize the separate code bases between Mac & Windows. However, we've r...more >>

Coding Standards and Guidelines
Posted by Todd at 2/6/2004 12:25:16 PM
Does anyone know of a book for C# .NET on coding standards and guidelines? My company is in the process of defining this stuff as we move to C# .NET. I could swear I picked up a book like this in a technical bookstore, but now I can't find one searching Amazon.com or anywhere else. ...more >>



Redirecting assemblies
Posted by MT at 2/6/2004 11:42:57 AM
I have a dll that I am deploying to the GAC. I have had 3 releases of the dll: 1.1.5.0, 1.1.20.0 and my current release 1.2.10.0. Now, I have used a publisher policy deployed to the GAC in the past with the following name: policy.1.1.myAssem.dll. As soon as I go to v 1.2.10.0, my publisher polic...more >>

Any size limitation on the BinaryFormatter serialization
Posted by domtam NO[at]SPAM hotmail.com at 2/6/2004 11:17:25 AM
Hi everybody, In my application, I'm planning to use BinaryFormatter to serialize a potentially huge object to file (and, of course, deserialize back to memory later). My question is if there is any hard limit on the size of this object? Is it only limited by the amount of memory or hard-d...more >>

Shown Data Explorer in Visual Basic
Posted by A-PK at 2/6/2004 10:31:50 AM
Hi I wanna shown all my Data from SQL server to Visual Basic.net. could someone guide me on that ? is there any object enable to do that. SQL Server 2000 Database - contacts 2 tables - supplies and customers now, i wanna to shown two folder on the screen. name and numbers of the folders ba...more >>

Apply registry changes immediately
Posted by Troy Heber at 2/6/2004 8:56:26 AM
Can anyone tell me how to force an immediate apply of system based registry changes. I have an application written in C# that updates the registry. However I’m forced to logout and log back in for the changes to take effect. I need to figure out how to have an apply button (just like the one in Mi...more >>

Can not decide to buy which one...
Posted by Andrew at 2/6/2004 8:31:11 AM
Hi, friends What are the major differences between Visual Studio .net Enterprise Architect 2002 (G77-00008) and Visual Studio .net Enterprise Architect 2003 (G77-00406)? What those G77-xxxxx mean? Their prices have big difference. Any reference papers, articles? Thanks a lot....more >>

program devices
Posted by tom at 2/6/2004 7:41:05 AM
hi i want to write a windows app that would also be able to control an external device (ie. a fitness device that I should be able to start and stop and set other params for) I have no idea on where to start how I can do sth like this Can anyone guide me in the right direction thanx tom...more >>

useful info about Kernel Crash in obfuscated DotNet application
Posted by wibodevroomen NO[at]SPAM hotmail.com at 2/6/2004 6:15:39 AM
Hello, we have a large application, that gave weird behavior. On W2K we're suffering from instable program ececution from time to time, untill now we managed to workaround these problems. On NT4 we were not able to get things working. It stops with the message unable to load MyDll.dll, wher...more >>

Circular reference problem
Posted by Vera at 2/6/2004 2:41:05 AM
I have two assemblies that each consist of several classes. Each object instantiated from those classes can have one or more child- and/or parentobjects that are also instantiated from those classes. Most relationships exist within one assembly, but relationships between assemblies may sometimes oc...more >>

Class inside another class
Posted by kusmuk NO[at]SPAM reflected.org at 2/6/2004 1:33:30 AM
Hello; While examining Microsoft's Framework Class Tree, i saw many classes under another class; for example treeviewnode class appears to be under treeview class. I wonder why it is used, it should be having benefits to code like this. Thank you very much...more >>


DevelopmentNow Blog