PROJECT DOCUMENTATION TSE3144 : Programming In Visual Basic SESSION JAN/2013 CT101 SEMESTER 3 DBIT 3/1 PRO SHOP(BOWLING) SYSTEM NAME : MOHAMAD ALIF HAZIQ BIN JUMAAT ID NO : PTM120102200 LECTURER NAME: MADAM AIDAHANI BTE AHMAD 1.0 Project Definition The PRO SHOP System is a project that will be used in order to handle the transaction process in PRO SHOP. The business process will involve in handling the business items. Furture used of the system is to generate report that can be used to
Premium Class
Database Tutorial in Visual Basic.NET The first thing you’ll need is a database. Use Access to create this database; it consists of a few simple fields in the tbl_master table: • EmployeeID • FirstName • LastName • Location Create this table in Access: (Safer‚ download it from My Subjects>Sample Database) |tbl_master | |EmployeeID |FirstName |LastName |Location | |1 |Green
Premium Subroutine Object-oriented programming Table
CHAPTER 1 INTRODUCTION According to the 2012 National Statistics Office (NSO) Survey‚ an estimated 2.2 million Overseas Filipino Workers (OFW) are abroad. Undeniably‚ Philippines is one of the countries in which unemployment is a consistent problem that is why many Filipino migrants take risks and settle to other countries for labor as their means of improving their lives and in gaining new learning experiences. In fact‚ the number of Filipinos who work abroad continue to increase as the years
Premium Family Philippines Migrant worker
QUESTION SUBJECT MARKS TIME IN MINUTES 1 QUESTION 1 2 QUESTION 2 3 QUESTION 3 TOTAL QUESTION: 1 [25 MARKS] 1.1 Write a program to calculate the final mark of students and to display the marks in a listbox using sequential files. The input values (icasno‚ name‚ ca1‚ ass‚ ca2 & exam marks) must be taken from the sequential file (10) 1.2 Write a programe to print the Febonici series from 0 to 10 (5) Public Class Form1 Private Sub
Premium Class SQL Table
name and must be separated using the space. 2. The output must be displayed using a message box. It will ask you if you want to try again. If yes ‚ the textbox must be cleared the new input and if not the program will just simply end 3. The output name must be in upper case when displayed in the message box. Thoughts to guide you: Function Example Left Left(“Visual Basic”‚ 4) results in “Visu” Right Right(“Visual Basic”‚ 3) results in “sic” Mid
Premium Decimal Roman numerals Source code
Form 1 Source Code: Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object‚ ByVal e As System.EventArgs) Handles Button1.Click Me.Hide() Form2.Show() End Sub Private Sub Button2_Click(ByVal sender As System.Object‚ ByVal e As System.EventArgs) Handles Button2.Click Me.Close() End Sub End Class Form 2 Source Code: Public Class Form2 Private Sub Button1_Click(ByVal sender As System.Object‚ ByVal e As System.EventArgs)
Premium Java Source code Class
making simple animation using Visual Basic 6.0 2. Perform simple animation using the nested if-then-else conditional statement in Visual Basic 6.0 3. Appreciate the essence of nested if-then-else conditional statement in making animation in Visual Basic 6.0 II. SUBJECT MATTER Topic: The Nested If-Then-Else Statement in VB 6.0 Sub-topic: Making Simple Animation Using VB 6.0 Materials Needed: Whiteboard Marker Whiteboard LCD Projector Laptop (Computer) Visual Aids Pointer Reference(s):
Premium Visual Basic
Project Objective The objective of this project is to implement sending and receiving text messages and video conferencing on LAN using Visual Basic. It provides functionality that enables classes to use a default application framework. Once the frame work is able to do sending and receiving messages and video conferencing on LAN‚ the project can be extended in future for developing audio chat as well. Two users are able to chat by entering each others’ IP addresses. Users can easily add and delete
Premium IP address Project management Web server
| |USING VISUAL BASIC 6.0 | | | CONTENTS INFORMATION SHEET NO. 1: What is Visual Basic? 4 INFORMATION SHEET NO. 2: The Visual Basic Environment 5 INFORMATION SHEET NO. 3: Common Visual Basic Controls 11 Setting properties to a TextBox 12 Operations Sheet No. 1: Opening Visual Basic 6 14 Operation Sheet No
Premium Visual Basic
21 Basic Tools in Visual Basic 0.6 Control Description Pointer Provides a way to move and resize the controls form PictureBox Displays icons/bitmaps and metafiles. It displays text or acts as a visual container for other controls. TextBox Used to display message and enter text. Frame Serves as a visual and functional container for controls. CommandButton Used to carry out the specified action when the user chooses it. CheckBox Displays a True/False or Yes/No option. OptionButton
Premium Widgets Display device