Displaying posts tagged with

“.Net”

Oct
16
2007

Launching and Monitoring External Programs from VB.NET Applications

 

With .NET things have gotten much simpler. The System.Diagnostics namespace exposes
a Process class that you can use to launch external programs. At the simplest level,
you can launch a new process with the shared Process.Start method, passing it either
the name of an executable file or a filename with an extension associated with an
executable application. For example, [...]

Jan
7
2007

CompareValidator: Validate dates, integers, doubles, and currency WITHOUT RegularExpressionValidators (.net 1.1 & 2.0)

Article about using the compare validator instead of a RegularExpressionValidator
to check for a valid date.

Link
here