Category: VB.NET
You can download example databases for MySQL at http://dev.mysql.com/doc (Scroll down to Example Databases section). By the time I’m writing the article, there are 4 sample databases available on …
In this post, I’ll show how to setup MySQL Server on a database PC. Step-by-step to setup MySQL Server Download MySQL 5.1.30 Community Edition from mysql.com. Double-click the setup …
Introduction Here comes again, another tutorial about accessing MySQL on VB.NET. This tutorial shows you how to use Microsoft Visual Studio’s VB.NET to connect MySQL using MySQL Connector/Net. I’m …
From previous part, you’ve learned to develop a simple windows service on Microsoft Visual Studio 2005 and how to create a setup wizard for install the service. But it …
In this part, I’m going to create an installer project for install my windows service ‘MyService’. The installer wizard helps you to install service easily simply click next, next,.. …
In this part, I’ll show how to create a simple Windows Service project using VB.NET on Microsoft Visual Studio 2005. The example service will generate a message to application …
Introduction to Windows Service What is Windows service? Windows Service is an application or a program that can run without needing any user interaction. It is useful in server …