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 > november 2005 > threads for sunday november 20

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 30

RegEx Help - particular anchors
Posted by .NET Developer at 11/20/2005 7:37:38 PM
Hello, I'm trying to write a RegEx that will find all occurances of a particular type of HTML anchor <a> element in a big block of HTML. Here are the pattern requirements - they consist of certain attributes being present, basically: must start with "<a" followed by 1 or more white-space ...more >>


Where is the private key stored?
Posted by Sathyaish at 11/20/2005 5:03:04 PM
Where is the private key to an assembly stored? The public key is stored in the manifest. All clients that reference the shared assembly, when compiled, store the public key _token_ into their manifests along with a hash value for the referenced assemblies. However, the private key is not di...more >>

Oddity with WH_KEYBOARD_LL in VB.NET 2005
Posted by Draiko at 11/20/2005 3:28:03 PM
I have been working a program that uses a keyboard hook to trigger several different actions based on the key that is pressed. The code that I use (simplified and provided below) works perfectly in VB.Net 2003, but in VB.Net 2005 Pro, my keyboardhandle always equals 0, so the hook never gets ...more >>

Strongly typed enums
Posted by Sathyaish at 11/20/2005 1:03:05 PM
I forgot the syntax for strongly typed enums in .NET. I know C# supports them. Not sure if strong-typing of enums is CLS compliant but, can you refresh my memory with the C# syntax and VB syntax, please? I've been looking in "Professional C#" to no avail yet. I don't remember where I saw the s...more >>

Reading foreign letters from text files
Posted by Trond Engebråten at 11/20/2005 12:10:03 PM
The typical foreign letters in the text file I read are missing. Has it something to do with the declaration of the file? Dim sr As StreamReader = File.OpenText("c:\MyFile.txt")...more >>

ImageList
Posted by Trond Engebråten at 11/20/2005 11:55:03 AM
I am using a lot of image lists in my application. But I seem to have reached a maximum size of the form (20 MB). Is it possisble to import image lists from other forms? Or is it other solutions? I am using Visual Basic .NET 2003....more >>

Too Dumb for Dot Net 2005???
Posted by Bails at 11/20/2005 11:46:12 AM
Hi all. I am very much a Novice when it comes to VB, though I have dabbled in VB6, .net 2003 and have just downloaded 2005. I have a very basic app I built that I want to pass onto some friends etc, however, I want to make sure I include the redistributable framework etc on the Install CD, ...more >>

[OT]: is windows limited to 26 drives?
Posted by Lloyd Dupont at 11/20/2005 12:00:00 AM
With USB Key, Rakc, Network mounted drive (particularly them), CD ROM, DVD, etc... IT's easy to have a lot of drive. I wonder.. could I go over 26 drive? (as in A to Z drive)? How do I do that ? ...more >>



Can I place my Dlls elsewhere?
Posted by Georges Bessis at 11/20/2005 12:00:00 AM
Hi, My .Net App works fine, and its nice not to suffer "Dll Hell" : All my dlls are in the same directory as my executable. Now, for distribution purposes, I would like to put all these dlls in a separate directory, together with other "confidential" application files. How can I specify...more >>


DevelopmentNow Blog