Windows Programming
Latest Feature Articles
|
|
How to Carry Out VBScript File Management
VBScript is a powerful computer programming language. A VBS script file can be used to create, copy and delete files. And by combining those command it can rename a file
|
|
|
How to Use the MySQL Data Reader
One real advantange to using the Microsoft .NET framework is that the same objects (such as a data reader) can be used in multiple applications using different languages.
|
|
|
How to Access MySQL with C#
C# and MySQL make a very powerful combination, and it's all made possible by using the MySQL .NET connector
|
|
|
Distributing a VBScript Application
VBScript is very easy to distribute. However, to protect the code the programmer may wish to consider creating an installation package with IExpress
|
|