Category: VB.NET
From Part 1: Basic Chart and Part 2: Customize Chart, you see how to create a basic chart using GUI (no coding). But the chart is static, it’s lack …
On Part 1: Basic Chart, I show how to create a basic chart with default chart type and color style. Now you will see how to customize chart by …
This series shows how to create chart or graph with VB.NET using Microsoft Chart Controls for .NET Framework. I divide the series into 3 parts: Creating Graph with VB.NET, …
Display Result on GUI Actually, I don’t prepare to write this post while I was writing the series. But there are some people want to know how to display …
Perform SQL Operations From the previous part, I have successfully connect to world database on MySQL Server from VB.NET. Next, I try to perform basic SQL operations (SELECT, INSERT, …
Create Connection After I have prepared many things for showing how to access MySQL Server using VB.NET. Let’s see what I have done so far. Right now, I have …
From last 4 parts, I have prepared MySQL Server with sample database. I’ve done on a database PC. Next, I’ll move to a development PC. Assume that I have …
Create & Grant MySQL User Account By default, the root account on MySQL Server has all privileges on every tables on MySQL Server but only localhost can have accessed …