Hello World: CE-105 Fall 2006 By: Engr. Faisal Ur Rehman
Hello World: CE-105 Fall 2006 By: Engr. Faisal Ur Rehman
• Open IDE
• Select New Project > Console
Application
• Name = HelloWorldConsole
• Save All
• In Sub Main Handler, write:
• Console.writeline(“Hello World!”)
• Console.Beep
• F5
• Save All
HW Windows
• Open IDE
• Select Windows Application
• Name = HelloWorldGUI
• Save All
• Double Click Form
• Write:
msgbox(“Hello World!”)
• F5
Terminology
• GUI: Graphical user Interface
• Standard
• Tools for MS Office System
• Professional
• Enterprise
• Team System
Project Types