PROGRAMMING TUTORIALS IN VISUAL BASIC
+2
Nakama.Shatzu
deathnote00
6 posters
- deathnote00Straw Hat Pirate
- Posts : 34
Points : 101700
Coins : 3864
Join date : 2013-04-29
Warning Level :
PROGRAMMING TUTORIALS IN VISUAL BASIC
Wed May 01, 2013 11:01 pm
Sample of Exit Code with Message box:
Public Class Form1
Private Sub CmdTerminate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdTerminate.Click
Dim ans As String
ans = MsgBox("Do You Want To Exit", vbYesNo)
If ans = vbYes Then
End
End If
End
End Sub
End Class
note:it will be updated daily it is just a sample for reference :)
Public Class Form1
Private Sub CmdTerminate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdTerminate.Click
Dim ans As String
ans = MsgBox("Do You Want To Exit", vbYesNo)
If ans = vbYes Then
End
End If
End
End Sub
End Class
note:it will be updated daily it is just a sample for reference :)
- Nakama.ShatzuTNMAA FinesT
- Posts : 1085
Points : 107070
Coins : 3921
Join date : 2012-04-15
Warning Level :
Member's Awards :
Re: PROGRAMMING TUTORIALS IN VISUAL BASIC
Thu May 02, 2013 3:19 am
nice tut.. keep it up
- deathnote00Straw Hat Pirate
- Posts : 34
Points : 101700
Coins : 3864
Join date : 2013-04-29
Warning Level :
Re: PROGRAMMING TUTORIALS IN VISUAL BASIC
Thu May 02, 2013 8:07 am
will do but i need to redo it for for everyon to understandShatzu wrote:nice tut.. keep it up
- RanzerAdministrator Ranzer
- Posts : 2774
Points : 111112
Coins : 1462
Join date : 2012-07-07
Warning Level :
Re: PROGRAMMING TUTORIALS IN VISUAL BASIC
Mon May 06, 2013 1:26 pm
Suggest:
Add some SS.
Add some SS.
- deathnote00Straw Hat Pirate
- Posts : 34
Points : 101700
Coins : 3864
Join date : 2013-04-29
Warning Level :
Re: PROGRAMMING TUTORIALS IN VISUAL BASIC
Mon May 06, 2013 2:04 pm
will do that soon i am just finishing the Tutorial about Logic Fundamental then i will cover all the visual basic tutorials and coding to enchance thisRanzer wrote:Suggest:
Add some SS.
- Zoldyck214Pokemon Trainer
- Posts : 1369
Points : 101500
Coins : 7213
Join date : 2013-03-19
Warning Level :
Re: PROGRAMMING TUTORIALS IN VISUAL BASIC
Mon May 13, 2013 11:16 pm
Do you konw how to compile using BV??? Kalimutan ko na kc 4th year HS plang ako XP
- AniXusGamerFairy Tail Mage
- Posts : 93
Points : 104667
Coins : 1836
Join date : 2013-04-06
Warning Level :
Re: PROGRAMMING TUTORIALS IN VISUAL BASIC
Tue May 14, 2013 9:22 am
Nice nice keep up the good work! :D
- -SanjiDango Lover
- Posts : 729
Points : 101134
Coins : 951
Join date : 2012-12-25
Warning Level :
Membership :
Re: PROGRAMMING TUTORIALS IN VISUAL BASIC
Thu May 23, 2013 9:27 pm
Nice,thanks For The Info ^_^
Permissions in this forum:
You cannot reply to topics in this forum