Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Enabled = True
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Timer1.Enabled = False
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{Enter}")
End Sub
End Class
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim FTemp, Celsius As Single
Dim strFtemp As String
Dim Prompt As String = "Enter a Fahreinheit Temperature and Press Ok"
Do
strFtemp = InputBox(Prompt, "Fahreinheit To Celcius")
If strFtemp <> "" Then
FTemp = CSng(strFtemp)
Celsius = Int((FTemp + 40) * 5 / 9 - 40)
MsgBox(Celsius, , "The Temperature in Celcius is:")
End If
Loop While strFtemp <> ""
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim FTemp, Celsius As Single
Dim strFtemp As String
Dim Prompt As String = "Enter a Celcius Temperature and Press Ok"
Do
strFtemp = InputBox(Prompt, "Celcius To Fahreinheit")
If strFtemp <> "" Then
FTemp = CSng(strFtemp)
Celsius = Int((FTemp * 9 / 5) + 32)
MsgBox(Celsius, , "The Temperature in Fahreinheit is:")
End If
Loop While strFtemp <> ""
End Sub
End Class
Public Class Form1
Private Sub OpenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenToolStripMenuItem.Click, Button1.Click
Dim Open As New OpenFileDialog
Open.Filter = "HTML.Files (*htm)|*.htm"
If Open.ShowDialog() = Windows.Forms.DialogResult.OK Then
RichTextBox1.LoadFile(Open.FileName)
Else
'
o nothing
End If
End Sub
Private Sub SaveToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripMenuItem.Click, Button2.Click
Dim DlG As New SaveFileDialog
DlG.Filter = "HTML Documents (*.htm)|*.htm"
If DlG.ShowDialog = DialogResult.Yes Then
RichTextBox1.SaveFile(DlG.FileName, RichTextBoxStreamType.RichText)
Else
'
o Nothing
End If
End Sub
Private Sub PreviewToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PreviewToolStripMenuItem.Click, Button3.Click
WebBrowser1.DocumentText = RichTextBox1.Text
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
WebBrowser1.DocumentText = ""
End Sub
End Class
RichTextBox1.Text = TextBox1.Text
Richtextbox1.Text = Textbox2.Text
Process.Start("https://www.url.com")
MsgBox("Text")
TextBox#.Text = Int(Rnd() * 4)
Select Case TextBox#.Text
Case 0
TextBox#.Text = "text"
Case 1
TextBox#.Text = "text"
Case 2
TextBox#.Text = "text"
Case 3
TextBox#.Text = "text"
Case 4
TextBox#.Text = "text"
Case 5
TextBox#.Text = "text"
End Select
Case 6
Textbox#.Text = "text"
Dim [I]NAME[/I] As String
Dim [I]NAME[/I] As Integer
Dim [I]NAME[/I] As New
Dim [I]NAME[/I] As Single
)
Dim open As New OpenFileDialog
open.Filter = "TYPE OF FILE (*File Extension)|*.File Extension"
If open.ShowDialog() = Windows.Forms.DialogResult.OK Then
ITEM YOU WANT IT TO LOAD IN.LoadFile(open.FileName)
Else
'
o nothing
End If
End Sub
Dim DlG As New SaveFileDialog
DlG.Filter = "FILEtype (*.FILE EXTENSION)|*.FILE EXTENSION"
If DlG.ShowDialog = DialogResult.Yes Then
[B]RichTextBox1[/B].SaveFile(DlG.FileName, [B]RichTextBox[/B]StreamType.[B]RichText[/B])
Else
'
o nothing
End If
End Sub
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Enabled = True
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Timer1.Enabled = False
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{Enter}")
End Sub
End Class
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim FTemp, Celsius As Single
Dim strFtemp As String
Dim Prompt As String = "Enter a Fahreinheit Temperature and Press Ok"
Do
strFtemp = InputBox(Prompt, "Fahreinheit To Celcius")
If strFtemp <> "" Then
FTemp = CSng(strFtemp)
Celsius = Int((FTemp + 40) * 5 / 9 - 40)
MsgBox(Celsius, , "The Temperature in Celcius is:")
End If
Loop While strFtemp <> ""
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim FTemp, Celsius As Single
Dim strFtemp As String
Dim Prompt As String = "Enter a Celcius Temperature and Press Ok"
Do
strFtemp = InputBox(Prompt, "Celcius To Fahreinheit")
If strFtemp <> "" Then
FTemp = CSng(strFtemp)
Celsius = Int((FTemp * 9 / 5) + 32)
MsgBox(Celsius, , "The Temperature in Fahreinheit is:")
End If
Loop While strFtemp <> ""
End Sub
End Class
Public Class Form1
Private Sub OpenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenToolStripMenuItem.Click, Button1.Click
Dim Open As New OpenFileDialog
Open.Filter = "HTML.Files (*htm)|*.htm"
If Open.ShowDialog() = Windows.Forms.DialogResult.OK Then
RichTextBox1.LoadFile(Open.FileName)
Else
'
o nothing
End If
End Sub
Private Sub SaveToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripMenuItem.Click, Button2.Click
Dim DlG As New SaveFileDialog
DlG.Filter = "HTML Documents (*.htm)|*.htm"
If DlG.ShowDialog = DialogResult.Yes Then
RichTextBox1.SaveFile(DlG.FileName, RichTextBoxStreamType.RichText)
Else
'
o Nothing
End If
End Sub
Private Sub PreviewToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PreviewToolStripMenuItem.Click, Button3.Click
WebBrowser1.DocumentText = RichTextBox1.Text
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
WebBrowser1.DocumentText = ""
End Sub
End Class
RichTextBox1.Text = TextBox1.Text
Richtextbox1.Text = Textbox2.Text
Process.Start("https://www.url.com")
MsgBox("Text")
TextBox#.Text = Int(Rnd() * 4)
Select Case TextBox#.Text
Case 0
TextBox#.Text = "text"
Case 1
TextBox#.Text = "text"
Case 2
TextBox#.Text = "text"
Case 3
TextBox#.Text = "text"
Case 4
TextBox#.Text = "text"
Case 5
TextBox#.Text = "text"
End Select
Case 6
Textbox#.Text = "text"
Dim [I]NAME[/I] As String
Dim [I]NAME[/I] As Integer
Dim [I]NAME[/I] As New
Dim [I]NAME[/I] As Single
)
Dim open As New OpenFileDialog
open.Filter = "TYPE OF FILE (*File Extension)|*.File Extension"
If open.ShowDialog() = Windows.Forms.DialogResult.OK Then
ITEM YOU WANT IT TO LOAD IN.LoadFile(open.FileName)
Else
'
o nothing
End If
End Sub
Dim DlG As New SaveFileDialog
DlG.Filter = "FILEtype (*.FILE EXTENSION)|*.FILE EXTENSION"
If DlG.ShowDialog = DialogResult.Yes Then
[B]RichTextBox1[/B].SaveFile(DlG.FileName, [B]RichTextBox[/B]StreamType.[B]RichText[/B])
Else
'
o nothing
End If
End Sub
Copyright © 2026, NextGenUpdate.
All Rights Reserved.