Sunday, November 6, 2016

SQL Save


Sample Codes Here:

Private Sub cmdD_Click()
Dim a As String

a = MsgBox("Are you sure you want to Delete?", vbQuestion + vbYesNo, "Message")
If a = vbYes Then
con.Execute "Delete * from tblsampledb where FirstName='" & txtFN.Text & "'"
MsgBox "Successfully Delete!", vbCritical, "Message"

txtFN.Text = ""
txtMN.Text = ""
txtLN.Text = ""
txtFN.SetFocus
Exit Sub

End If

End Sub

YOUTUBE CHANNEL: http://www.youtube.com/user/MrJomarflores123

OFFICIAL WEBSITE: http://jstechtutor.blogspot.com/

Auto connection to database

Sample Codes Here
(Module)
Public con As New ADODB.Connection
Public rs As New ADODB.Recordset
Sub main()
con.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\SampleDB.mdb;Persist Security Info=False"
con.CursorLocation = adUseClient
con.Open
frmSample.Show
Download sample program here:
http://www.mediafire.com/download/b89cjbdp13h3k41/Auto_Connection.rar
YOUTUBE CHANNEL: http://www.youtube.com/user/MrJomarflores123
OFFICIAL WEBSITE: http://jstechtutor.blogspot.com/

MS access database (2007)

YOUTUBE CHANNEL: http://www.youtube.com/user/MrJomarflores123
OFFICIAL WEBSITE: http://jstechtutor.blogspot.com/

Moving Text


Sample Codes Here:

Private Sub tmr1_Timer()

Dim str As String
str = Form1.lblMoveText.Caption
str = Mid$(str, 2, Len(str)) + Left(str, 1)
Form1.lblMoveText.Caption = str

End Sub

YOUTUBE CHANNEL: http://www.youtube.com/user/MrJomarflores123

OFFICIAL WEBSITE: http://jstechtutor.blogspot.com/

Cool components free


Download Software Here:

http://www.mediafire.com/download/tdnckjrbu71a5p8/Install_This_Berofe_Running_VB_6.0_Program.rar

Note: Install first the software before running your visual basic program

YOUTUBE CHANNEL: http://www.youtube.com/user/MrJomarflores123

OFFICIAL WEBSITE: http://jstechtutor.blogspot.com/

Put skin on form


Download Skinner Pro 2 Here:

http://www.mediafire.com/download/918k9l5rtemu0rg/skpro.rar

Download VB SKIN Here:

http://www.mediafire.com/download/gre5a8773uo2ygu/VB_SKIN.rar

YOUTUBE CHANNEL: http://www.youtube.com/user/MrJomarflores123

OFFICIAL WEBSITE: http://jstechtutor.blogspot.com/

Put icon on form



Download Icons Here:

http://www.mediafire.com/download/i49ef6599tgf94p/Icons_&_Logo.rar

http://www.mediafire.com/download/w9k869sd8yg085d/VB__ICONS.rar

BY SIZES ICONS

http://www.mediafire.com/download/665i9aqbmfxu873/VB_ICONS-LOGO_BY_SIZE.rar
YOUTUBE CHANNEL: http://www.youtube.com/user/MrJomarflores123
OFFICIAL WEBSITE: http://jstechtutor.blogspot.com/