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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|