Visual Basic 2008 - Creating a text editor part 1
Uploaded by: killdude69
Video Description:
You will learn how to create a text editor with Visual Basic 2008 Express Ed (plz comment).
The text editor will have the: Save, Open, Cut, Copy, Paste, Undo, and Redo functions.
Feed-back will be greatly appreciated.
Tags for this video: 2008 basic computer create editor how science text to tutorial visual
Find more videos in the "Education" category
See more videos uploaded by killdude69
Comments for this video: Show || Hide














:D
Also, if you don't narrate, some kind of music makes it more appealing.
But overall, nice vid!
Cant read the words? Then put this in ur url:&fmt=18
[Dont delete any of the url text, only put this behind it and you will have high quality!]
thaths for hq
what is the difference between:
If ComboBox1.Text = "Bob" Then
MessageBox.Show("You Picked Bob")
ComboBox1.Text = ""
AND
If ComboBox1.Text = "Bob" Then
MessageBox.Show("You Picked Bob")
what does the code [ComboBox1.Text = ""] do?