Tweet Share Share Share Share Share How to design customer's profile in visual basic 6.0 UMCN 05:22 General Declarations: Option Explicit Dim Activity As String cmdExit Click Event: Private Sub cmdE... Read more » Home programming
Tweet Share Share Share Share Share How to use javascript to display text when button is clicked or trigered UMCN 05:11 HOW TO USE JAVASCRIPT TO DISPLAY ERROR MESSAGE WHEN BUTTON IS CLICKED OR TRIGERED <!DOCTYPE h... Read more » Home Web Design
Tweet Share Share Share Share Share how to create trafic light in visual basic 6.0 UMCN 05:05 The Code Private Sub Timer1_Timer() If Shape1.Visible Then Shape2.Visible = True Shape1.Visibl... Read more » Home programming
Tweet Share Share Share Share Share What is difference between adopendynamic, adopenstatic, adopenforwardonly, adopenkeyset in visual basic 6.0 UMCN 04:49 adOpenForwardOnly - this is the default cursor if no other is specified. This cursor allows only f... Read more » Home programming
Tweet Share Share Share Share Share WHAT IS RECORDSET IN VB UMCN 04:46 A recordset is a data structure that consists of a group of database records, and can either come... Read more » Home programming
Tweet Share Share Share Share Share Key Traping in Visual basic 6.0 UMCN 04:33 double click on the textbox you want to trap, goto procedure and select keypress Sub Text1_KeyPres... Read more » Home programming
Tweet Share Share Share Share Share How to solve Almighty formular/Quadratic equation in vb 6.0 UMCN 04:33 The Code Private Sub Form_Load() Dim a, b, c, det As Integer Dim root1, root2 As Single Dim nu... Read more » Home programming