Can u explain me this statment? Dim sc As New MSScriptcontrol.scriptcontrol sc.Language = "vbscript" Dim F As String Try F = txtNum.Text Dim result As Double = Convert.ToDouble(sc.Eval(F)) MessageBox.Show("Result: " & F & " = " & result.ToString) txtResult.Text = F & "=" & result.ToString Catch ex As Exception MsgBox("Invalid Calculator") End Try
Sweet, this is something my instructor said we need to add into our programs but didn't tell us who to do it. He said we can figure it out on our own or google it. Well thank you VB.NET Tutorial's.
When i click a button i wanna change the text of a label to show that it is waiting for a response from the server before it uses try, but it doesnt change the label till after it tries If u PM me ill pm u the code
@y86ridz what im asking is how to make an installer for the program i made, not to download an installer. BTW, thanks for the response, i hope you could help me with this.
Something is wrong, i have VB 2010 and after converting my project i debugged it but the "TRY CATCH" statment does not catch anything. Can you please confirm this?
Thank you really much,I had problem with characters - only numbers and I needed to eliminate possibility of bug if somebody insert word into textbox,now I fixed it,I'll subscribe!
@Irishsam i agrre on that one, this whas like it sais 10 months ago, but when an error occurs and it does not affect the app it self, and you dont need to show it to the user, you can use the on error resume next. but i only use it on one place..
Dude, you need a pop filter on that mic ! Too bad you've already done the audio -- great job but the audio is unbearable.
marz3335 2 weeks ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 2 months ago
This has been flagged as spam show
Mrkermlerm 2 months ago
Comment removed
Mrkermlerm 2 months ago
Comment removed
Mrkermlerm 2 months ago
Comment removed
Mrkermlerm 2 months ago
read a book and not youtube
Daygemente 6 months ago
thanks thanks very much
1111kalo 6 months ago
awesome tutorial series...thanks!
cassiusw90s 6 months ago
i dont have build on my vb!? i got 2010 express version! any1 know? any1 wanna help? ;D
rapidMG 6 months ago
@rapidMG go to to tools up at the top and click on it and it says build (whatever the name of your project is) and then click on that
miken1299 4 months ago
Comment removed
firebrand420 2 months ago
Sweet, this is something my instructor said we need to add into our programs but didn't tell us who to do it. He said we can figure it out on our own or google it. Well thank you VB.NET Tutorial's.
DalkielDamion 7 months ago in playlist Tutorials 3rd Wave
How do u Display a message for ex:
When i click a button i wanna change the text of a label to show that it is waiting for a response from the server before it uses try, but it doesnt change the label till after it tries If u PM me ill pm u the code
TheCowWhoClutchd 8 months ago
then message of crash makes me feel like the whole windows crashed.. lol.... the second one is much more "relaxing"...
DrKillaser 8 months ago
Thanks your awsome!
MrThePlane 8 months ago
nice
houselounger 8 months ago
Improper mic technique is unprofessional as well.
LolSeizure 9 months ago
We can use " On error resume next " old metod but OK ! :D ;)
djokica25 10 months ago
We can use " On error resume next " old metod but OK ! :D ;)
djokica25 10 months ago
We can use " On error resume next " old metod but OK ! :D ;)
djokica25 10 months ago
this is nice and really useful. Thanks!
makoto114 10 months ago
@y86ridz what im asking is how to make an installer for the program i made, not to download an installer. BTW, thanks for the response, i hope you could help me with this.
sarduis 1 year ago
catch ex as exeption
Kidde15 1 year ago
This has been flagged as spam show
do you have tutorial on how to make myprogram installer??
sarduis 1 year ago
do you have tutorial on how to make myprogram installer???
sarduis 1 year ago
@sarduis He has a tutorial called download and run file which is basically an installer
786RiDz 1 year ago
Awesome tutorial, great job man.
Spyez 1 year ago
Thanks...nice one... really good tutorial...
LosTecH88 1 year ago
abla en español ps webon
carlos100191 1 year ago
Something is wrong, i have VB 2010 and after converting my project i debugged it but the "TRY CATCH" statment does not catch anything. Can you please confirm this?
tiagocanha 1 year ago
Thank you really much,I had problem with characters - only numbers and I needed to eliminate possibility of bug if somebody insert word into textbox,now I fixed it,I'll subscribe!
MrEARTHSHAcKER 1 year ago
greAT MAN, LOVE IT ;)
THANKS ALOT
MrJinrahul 1 year ago
i finally found a tutorial thanks bro!
rashad5010 1 year ago
This wasn't clear but thanks i guess -
Hf Community BTW wats ur nme on hf?
XsorrowzDunX 1 year ago
Ooor you can just type in the beginning of the app.. " On Error Resume Next"
swehunter2000 2 years ago
So then how would you tell the user that there was an error?
TeachMeComputer 2 years ago 11
@TeachMeComputer i woldnt :P end if its a "syntax error" like the textbox is "" then i tell them that.
swehunter2000 2 years ago
Try
'(your actions)
Catch ex As Exception
'This is where you tell them about the error
MsgBox("Error has occured!")
End Try
ShayAxelod22 7 months ago
@swehunter2000 No real programmer would ever use On error R. it's disgusting use of lazynes. You are a copy and paste kid.
Irishsam 1 year ago
@swehunter2000 No real programmer would ever use on error R. it's shocking abuse of bad programming.
And this is not how you should use Try/Catch#
Urgh
Irishsam 1 year ago
@Irishsam i agrre on that one, this whas like it sais 10 months ago, but when an error occurs and it does not affect the app it self, and you dont need to show it to the user, you can use the on error resume next. but i only use it on one place..
swehunter2000 1 year ago