Very few people create a Web site with the expectation that no one will ever see it. Web sites are designed to be published and viewed by other people. The number of visitors, or hits, a Web site receives is a common benchmark of its success. In fact, in the late 90s a lot of […]
Introduction to data report Helps you design a report that displays fields and records from the underlying table or query. A report is an effective way to present data in a printed format. You can display the information the way you want to see it You create the report using graphical object called Data report […]
This chapter discuss on HTML developing, its structure and its applications. Developing an Dynamic HTML Document This section develops a simple DHTML document, which has 5 major segments (designed using DIV tags). The first segment has one password box and a command button. This segment alone is visible when the document is loaded in […]
If there is one technology that caught up literally overnight and has affected more users than any others, it is the web. The world wide web (WWW) is the set of all web sites and the documents they can provide to clients (Users). Visual Basic 6 has evolved to help the programmers to build web […]
Microsoft internet information server is a network file and application server and is included with windows NT server. IIS supports Hypertext transfer protocol (HTTP), files transfer protocol (FTP) and gopher information protocols. An ISS (Internet Information Server) application is a Visual Basic application that lives on a web server and responds to request from the […]
Creating an active X control The simplest way to create the user interface of an Active X control is to use controls that already exist. This is known as creating from constituent controls. To illustrate the techniques for creating a control, we are going to create a simple security control that allows the user to […]
Menus are one of the most common and characteristic elements of the windows user interface. Even in the old days of character based displays, menus were used to display methodically organized choices and guide the user through an application. Despite the visually rich interfaces window application and the many alternatives, menus are still the most […]
A multiple document interface is used for opening many windows at the same time. All the document windows are contained in a parent window, which provides a workspace in the application. Visual Basic applications can have only one MDI form, which contains all the child forms. A child form is an ordinary form that has […]
Data Access objects (DAO) communicate with Microsoft Access and other ODBC complaint data sources through the JET engine. They provide properties and methods that allow to perform all the operation necessary to manage such a system, including the ability to do the following. Create databases Define tables, fields, and indexes Establish relations between tables. Navigate […]
Computers are mainly used for keep track of information. In this unit we will go on creating files by using Visual Basic data manager and adding deleting the records and so on… Visual data manager Visual Data is an application that was created using Visual Basic itself. A built version of Vis Data is used […]