Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score Delete files in Windows Vista
BobF - 31 Dec 2006 6:58 PM - 4 messages
I need to move files between folders. I am using VB.Net 2005. First I check the target folder to see if the files exist, and if so, delete them. Then I move the replacements, one at a time using: ...
Score checking for enabled cookies?
Jeff - 31 Dec 2006 6:17 PM - 5 messages
I have a vb.net application (2005) requiring session variables and want to test to make certain that the user's cookies are enabled. I can set a test session variable on one page and attempt to read it on the ...
Score Reading XML Documents
Just Me - 31 Dec 2006 5:13 PM - 6 messages
Does anyone have code or can point to usefull snippets to allow me to traverse the xml "Elements" of an xmlDocument. What I want to do is to move through the entire document and when I hit <table>  <tr>  <td> clear the attributes for these Elements and also remove ...
Score Awe Forget it
Just Me - 31 Dec 2006 11:10 AM - 6 messages
This is a bunch of bull cr*p.  I have tried copying tables out on the web and there are so many variations that its not feasable to write a single regex for every situation. So, I give up. ...
Score A happy 2007
Cor Ligthert [MVP] - 31 Dec 2006 11:03 AM - 11 messages
For all those who are now in the year 2007. A very happy 2007 Cor ...
Score Regex question
Paulers - 31 Dec 2006 7:19 AM - 5 messages
I have been googling for about an hour now looking for an example of how to locate multiple occurrences   of a regular expression and iterate through the matches to extract each one. I need to extract all occurrences   of \d{15} out of a string that will also include carrige ...
Score regular expressions
Bert - 31 Dec 2006 3:38 AM - 4 messages
Hi How can I delete and mark in a text with a regular expression? thanks B ...
Next » 2 3 4 5 6 7 8 9 10