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
Tweet Share Share Share Share Share Visual Basic Build in Functions UMCN 04:20 Visual Basic offers a rich assortment of built-in functions. The on-line help utilitywill give you ... Read more » Home programming
Tweet Share Share Share Share Share VISUAL BASIC OPERATOR UMCN 04:07 ARITHETIC OPERATORS Operator Operation^ ... Read more » Home programming
Tweet Share Share Share Share Share VISUAL BASIC 6.0 TOOLS AND THERE FUNCTIONS UMCN 06:54 Read more » Home programming
Tweet Share Share Share Share Share HTML Dropdown Menu UMCN 05:50 USE <select name="select1"> <option value="1">1&... Read more » Home Web Design
Tweet Share Share Share Share Share How to Use Javascipt to disable multiple HTML Text fields with a HTML checkbox UMCN 05:41 THIS IS THE CHECKBOX <input type="checkbox" id="checkboxA"> click ... Read more » Home Web Design
Tweet Share Share Share Share Share HOW TO ADD NAVIGATION MENU TO BLOG UMCN 05:24 STEPS Go to your Blog Dashboard Select Layout Click on Add Widget from the window that appears ... Read more » Home Web Design
Tweet Share Share Share Share Share HOW TO UPLOAD THEME TO YOUR BLOG UMCN 05:11 STEPS Goto http://www.kingstheme.com. Select Template and click on Blog to download blo... Read more » Home Web Design
Tweet Share Share Share Share Share HOW TO DESIGN SAVING ACOUNT IN VISUAL BASIC 6.0 UMCN 05:00 THIS IS THE PROPERTY SETTINGS FOR CONTROLS Form1:BorderStyle 1-Fixed SingleCaption Savings A... Read more » Home programming
Tweet Share Share Share Share Share STEPS INVOLVE IN DEVELOPING VISUAL BASIC APPLICATION UMCN 04:00 STEPS Draw the user interface assign properties to control attach code to controls Read more » Home programming
Tweet Share Share Share Share Share FEATURES OF VISUAL BASIC UMCN 03:22 Some Features of Visual Basic Full set of objects - you 'draw' the application Lots of ico... Read more » Home programming
Tweet Share Share Share Share Share WHAT IS VISUAL BASIC UMCN 03:17 What is Visual Basic? Visual Basic is a tool that allows you to develop Windows (GUI - Graphic User... Read more » Home programming
Tweet Share Share Share Share Share WHAT IS PHP AND ITS USES UMCN 02:32 WHAT IS PHP PHP stands for Hypertext Preprocesor. PHP is a server side scripting language that is em... Read more » Home programming
Tweet Share Share Share Share Share HOW TO USE OPTION BOX IN VB6 UMCN 06:07 OPTION BOX you can only make one selection with option box eg gender it will be either ... Read more » Home programming
Tweet Share Share Share Share Share HOW TO DESIGN STOPWATCH IN VB6 UMCN 04:55 BELOW IS THE INTERFACE: BELOW IS THE CODE FOR THE STOPWATCH: Dim elapsed As VariantDim start... Read more » Home programming
Tweet Share Share Share Share Share HOW DESIGN DATE AND TIME PROGRAME IN VISUAL BASIC 6.0 UMCN 05:25 Below is the interface of the design: below are the code for this: Private Sub Timer1_Timer()Di... Read more » Home programming
Tweet Share Share Share Share Share DIFFERENCE BETWEEN A WEBPAGE AND A WEBSITE UMCN 06:46 DIFFERENCE BETWEEN WEBPAGE AND WEBSITE WEBPAGE: a webpage is an html document. WEBSITE: a websit... Read more » Home Web Design
Tweet Share Share Share Share Share DIFFRENCE BETWEEN HTML AND CSS UMCN 05:35 DIFFERENCE BETWEEN HTML AND CSS Html has to do is structure of the page. for example, an incomplete... Read more » Home Web Design
Tweet Share Share Share Share Share HOW TO CREATE A SIMPLE INTEREST CALCULATOR IN VB6 UMCN 04:09 v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#... Read more » Home programming
Tweet Share Share Share Share Share HOW TO START BUILDING A SIMPLE WEBPAGE UMCN 08:49 Normal 0 false false false EN-US X-NONE X-NONE ... Read more » Home Web Design
Tweet Share Share Share Share Share BASIC HTML TAGS UMCN 06:59 tag is the opening and closing angle bracket < >. element is every i.e the tag and what is bet... Read more » Home Web Design
Tweet Share Share Share Share Share INTRODUCTION TO WEB DESIGN UMCN 06:17 Normal 0 false false false EN-US X-NONE X-NONE ... Read more » Home Web Design