Some of my VB.net Codes hope it helpls.
Sample1
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim a, b, c As Integer
Dim x As Random = New Random
Dim out As String
out = "Chart" & vbTab & "Frequency"...