could you please mak a tutorial on how to add a test button so that it will open up a browser window with the .html file so you can view it without haveing to save it?
@math110c Put a webbrowser in the application and when you raise the event when you want to see the html, put something like... Webbrowser1.Navigate(--SAVED FILE VARIABLE--)
lol took some time to end vid...awesome though but not exactly what i was lookin for. i want to know how to color certain words. please help
andysrosey 2 months ago
@andysrosey in order to color words you would have to use HTML.
SimonsTechShow 2 months ago
thanks very very much
1111kalo 6 months ago
Thanks You :)
Gnaskern 6 months ago
nice tutorial, but FFS YOUR BIRDS!, I COULDNT WATCH THIS VIDEO BECAUSE OF THEM... SOZ!
Plubliii 1 year ago
AWESOME to The Bone
Appreciate it and yes will use that in my prog ..
subscribed 1000000%
Best Regards
ArabianCracker 1 year ago
This has been flagged as spam show
hey I will pay you $20 to do my lab about html editor. seriously.
SixFootEightTao 1 year ago
hey I will pay you $20 to do my lab about html editor. seriously.
SixFootEightTao 1 year ago
@SixFootEightTao u serious?
SimonsTechShow 1 year ago
good vid
caution19638 2 years ago
could you please mak a tutorial on how to add a test button so that it will open up a browser window with the .html file so you can view it without haveing to save it?
please!!!!
math110c 2 years ago
@math110c Put a webbrowser in the application and when you raise the event when you want to see the html, put something like... Webbrowser1.Navigate(--SAVED FILE VARIABLE--)
dimensionsgames 1 year ago
thanks....
it was webbrowser1.show and richTextbox1.show in the web browser..
math110c 1 year ago
it will not work for me.
in the Open menu it says Name 'OpenFile' is not declared.
math110c 2 years ago
are you sure you dragged OpenFile into your program??
SimonsTechShow 2 years ago
yeah i figured it out i forgot that part LOL
math110c 2 years ago
youtube is made with php ...not html mostly PHP all sites are made in php unless your a nub saving time
PwnthatProductions 2 years ago
ok but most information sites are made with html... doesnt really matter
SimonsTechShow 2 years ago
nice tutorial but it's about saving html files , and i had seen that we can open a file in webbrowser
do you think so ?
indiloor 2 years ago
i dont understand what you are talking about but yes you can open a file in webbrowser...
SimonsTechShow 2 years ago
yeah i know that we can open a file in webbrowser but how ?
and i mead that this tutorial is more about saving and opening than html coding :S
sry for my english level i'm french
indiloor 2 years ago
ok so when you save it to your desktop as Something.html then you just double click it.
SimonsTechShow 2 years ago
LOL thanks i knew that but IN THE PROJECT ?!
just a button with "test this page" and open in the webbrowser control :D
indiloor 2 years ago
Ohh^^ my bad lol mm im not too sure but to open a webbrowser with a specific address is
Dim webAddress As String = "YOUR WEBSITE HERE!"
Process.Start(webAddress)
SimonsTechShow 2 years ago
okay , i've allready test that but maybe i was wrong :S
indiloor 2 years ago