15,746,813 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by emartinho (Top 5 by date)
emartinho
9-May-13 12:09pm
View
Reason for my vote of 3 \n Kudos for taking it on yourself to figure this out instead of expecting someone else to do it for you! :D
Just a note: Since you're using the Description for your check, you're assuming that ALL VPN network adapters have "vpn adapter" in their description.
Mine, for example, says "Network Adapter For Endpoint VPN Client". Your script wouldn't help me for this one.
Suggestion: add a note to the article saying to check the adapter's description with "ipconfig /all" and then adapt the script to match.
Cheers.
-EM
emartinho
22-Aug-12 12:03pm
View
Reason for my vote of 5
Definitely good advice. Kudos
emartinho
17-Aug-12 16:57pm
View
Reason for my vote of 2
Sorry, but it is bad form to use this style. It obfuscates your code by using arcane symbols instead of easily readable types.
It also doesn't allow for declaring objects or some other types like Currency. so then you have a mix of code styles, eg:
Dim aaa$
dim ccc as Currency
Dim skjf as Object
dim klj#
Not advisable.
My 2 cents.
-EM
emartinho
19-Aug-10 11:22am
View
Reason for my vote of 1
Don't think I really need to explain, do I? Do the work yourself.
emartinho
19-Aug-10 11:18am
View
Deleted
Reason for my vote of 5
By the way, what if I need to handle more than 569 numbers??? :P
For a split-second I thought you were serious! :laugh: