Ant
Junior
- 28 December 2016
- 38
- 0
Reputation:

Some Basic Functions
[font=Arial, Helvetica, sans-serif]Now Make sure 'Windows Form Application' is selected. Now give your project a name and when that'd done select 'OK' & Your project will be created. How easy was that?[/font]


Now Make sure 'Windows Form Application' is selected. Now give your project a name and when that'd done select 'OK' & Your project will be created. How easy was that?


Code:
[align=center]<html>?[/CENTER]
[CENTER]<button type="button">Click Here!</button>[/CENTER]


Code:
[align=center]Private Sub Button1_Click[/CENTER]
[CENTER][/CENTER]
Code:
?Msgbox("Hello World)
Code:
Msgbox("Hello World", MsgBox.Style.Information, Title:="Parameters")

Code:
?Textbox1.text = "forumauthority :)"