Basic Program Structure

Basic Program Structure of VB .Net A typical and basic program structure of VB.Net normally consists of the following components:- Namespace (One or more) Comments(one or more – anywhere in the program) A Class or Module Procedures(One or more – includes Subroutines, Functions, Operators, Handlers, Get, Set etc.) Codes contains Read more…

Loading

Controls or Tools Box

VB controls or Tools Box is essential to building user-friendly and interactive Windows applications. VB controls are typically used to create user interface elements or widgets in applications developed using the Visual Basic (VB) programming language or a related technology. Visual Basic is a programming language developed by Microsoft, and Read more…

Loading

Fundamental of VB .Net

Introduction of Fundamentals of VB .Net Microsoft Visual Studio is a well-developed Integrated Development Environment (IDE) of Microsoft Incorporation which is used to develop console and graphical user interface applications along with Windows Forms applications, websites, web applications, web services, etc. Microsoft Visual Studio is called IDE because it consists of Read more…

Loading

.Net Framework Architecture

History of .Net Framework Architecture The Development of .Net Framework Architecture was started in 1998 by Microsoft Inc. Finally, in December, the first commercially stable forms came on the market in Feb 2002. Introduction of .Net Framework Architecture Microsoft has combined various modern as well as existing technologies of software Read more…

Loading

Misc. Codes in JS

Example : How to Use/Call External JavaScript file in an HTML Page. Example : How to move the cursor in the next HTML element/control/box by pressing Enter key/button [Enter Key Event]. Example : How to redirect/forward web page using Java Script [Redirect Page]. Example : A JS program/code segment to Refresh or Auto Refresh Read more…

Loading