ADVANCED CONTROLS 1Advanced Controls. Objectives 2Advanced Controls In this module, you will learn about SelectionList control ListView and TreeView control.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

Business Correspondence
What is a Dialog box? A Dialog box is a window or “form” that contains other child windows or “controls” that have a specific appearances and pre-defined.
Microsoft Visual Basic: Reloaded Chapter Seven More on the Repetition Structure.
Lesson 16 Enhancing Documents
1 Excel Lesson 2 Changing the Appearance of a Worksheet Microsoft Office 2010 Introductory Pasewark & Pasewark.
Course ILT Formatting characters and paragraphs Unit objectives Change the appearance of text by applying character formatting Align text by using tabs.
PowerPoint. Getting Started with PowerPoint Objectives Start PowerPoint and open presentations Explore toolbars and menus Use the Office Assistant Work.
Windows Controls Add controls to Make selections Add links Add images Choose a date or number Time events Make menu choices Respond to dialogs.
Excel 2007 ® Business and Personal Finances How can Excel 2007 help you format a workbook?
1 Lab6 Lab6 ComboBox Control Properties, Methods and Events.
Copyright 2003 : Ismail M.Romi, PPU. All Rights Reserved 1 Lab2 Managing Controls.
User Interface Design using jQuery Mobile CIS 136 Building Mobile Apps 1.
Microsoft Visual Basic 2005 ENRICHMENT CHAPTER Visual Studio Tools for Office.
Laboratory Exercise # 13 – Font and Number Format Styles Office Productivity Tools 1 Laboratory Exercise # 13 Font and Number Format Styles Objectives:
WaveMaker Visual AJAX Studio 4.0 Training Advanced Editor properties and Events.
Data Analysis and Security 11 Session Version 1.0 © 2011 Aptech Limited.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved Interest Calculator Application Introducing the For...Next Repetition Statements.
1- Date TimePicker 2- Month Calendar 3- User Defined Controls.
Menus,MonthCalender, DateTimePicker, MDI,Tree View, List View,
Tutorial 1: An Introduction to Visual Basic.NET1 Tutorial 1 An Introduction to Visual Basic.NET.
Week 2: WINDOWS PROGRAMMING Chapter 15 in “Beginning Visual C# 2010” ebook Chapter 4 in “”MCTS_Self-Paced_Training_Kit” ebook.
Menus,MonthCalender, DateTimePicker, MDI,Tree View, List View,
1 Web-Enabled Decision Support Systems Windows Forms and Controls Prof. Name Position (123) University Name.
Chapter 12: Using Controls. Examining the IDE’s Automatically Generated Code A new Windows Forms project has been started and given the name FormWithALabelAndAButton.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Assignment #1 Advanced Computer Programming.
Validation and Rich controls 1www.tech.findforinfo.com.
Examples of different formulas and their uses....
Basic WPF Controls Doncho Minkov Telerik School Academy schoolacademy.telerik.com Technical Trainer
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. Chapter 13 – Graphical User Interfaces Part 2 Outline.
Graphical User Interface Concepts - Part 2 Session 09 Mata kuliah: M0874 – Programming II Tahun: 2010.
CREATING TEMPLATES CREATING CUSTOM CHARACTERS IMPORTING BATCH DATA SAVING DATA & TEMPLATES CREATING SERIES DATA PRINTING THE DATA.
Establishing Resources Lesson 2. Skills Matrix SkillsMatrix Skill Establish people resourcesEstablish individual people resources Establish a resource.
1 Chapter Ten Using Controls. 2 Objectives Learn about Controls How to create a Form containing Labels How to set a Label’s Font How to add Color to a.
CHAPTER:07 JAVA IDE PROGRAMMING-II Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
Microsoft Office Excel 2013 Expert Microsoft Office Excel 2013 Expert Courseware # 3254 Lesson 4: Custom Formatting and What-If Analysis.
Win32 Controls & ActiveX Integration In this presentation… –Introduction to the new Win32 controls. What they are? How they are enabled? Potential uses.
Object-Oriented Application Development Using VB.NET 1 Chapter 10 VB.NET GUI Components Overview.
Lesson 6 Formatting Cells and Ranges. Objectives:  Insert and delete cells  Manually format cell contents  Copy cell formatting with the Format Painter.
MOAC Lesson 1. Non-printing Characters Symbols that appear on the screen, but do not print Help with formatting Displayed by clicking on the Show/Hide.
Controls Part 2. DateTimePicker Control Used for representing Date/Time information and take it as input from user. Date information is automatically.
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
Controls. Common properties Height – Height of the control Left – Left of the control Width – width of a control Top - From the screen top Font – Foreground.
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 16 I’m on the Inside; You’re on the Outside.
Visual Basic.NET BASICS Lesson 11 List Boxes, For Next Loops, and Label Settings.
Key Applications Module Lesson 22 — Managing and Reporting Database Information Computer Literacy BASICS.
HTML 5 Form elements Basharat Mahmood, Department of Computer Science,CIIT,Islamabad, Pakistan. 1.
IMS 3253: Controls 1 Dr. Lawrence West, MIS Dept., University of Central Florida Topics Check Boxes Radio Buttons Date Time Picker Masked.
PowerBuilder Window Window Controls Window Properties Window Types
Graphical User Interfaces Part 2 1 Outline TreeViews ListViews Tab Control.
CONDITIONAL FORMATTING AND CUSTOM NUMBER FORMATS LEC 5 1.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Visual Basic/ Visual Studio Brandon Large. Connecting to prior knowledge In your notes write down what the two main parts of the computer are. The “software”
Hamilton Software Products The Measure of Excellence Customized dialog.
Understanding Word Vocabulary
FORMATTING CELLS Excel Lesson 6. ALIGN CELLS Align means to position contents in a cell horizontally or vertically Text Orientation: used to rotate text.
Date TimePicker, Month Calendar
Graphical User Interface
14 Shipping Time App Using Dates and Timers
Tutorial 14 – Shipping Time Application Using DateTimes and Timers
Built-in Functions.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Three Minute Timer Two Minute Timer One Minute Timer
Windows Forms GUI: A Deeper Look
Window Form Trần Anh Tuấn.
Visual programming Chapter 4: GUI (Graphical User Interface) Part II
Additional Topics in VB.NET
Visual C# - GUI and controls - 1
Working Knowledge Training
Week 2: WINDOWS PROGRAMMING
Presentation transcript:

ADVANCED CONTROLS 1Advanced Controls

Objectives 2Advanced Controls In this module, you will learn about SelectionList control ListView and TreeView control RichTextBox control ProgressBar control Date control Timer control

Selection List Control 3Advanced Controls

NumericUpDown Control 4Advanced Controls Allows you to select numeric values from a range of values Select only a single values of a time

NumericUpDown Control … 5Advanced Controls Increment Maximum Minimum

NumericUpDown control 6Advanced Controls ThousandSeperator Value DownButton UpButton ValueChanged

DomainUpDown Control 7Advanced Controls Allows you to select text values from a range of values Select only a single values of a time MaximumSize MinimumSize Items ReadOnly SelectedItem Wrap

DomainUpDown control 8Advanced Controls

ListView control 9Advanced Controls Used to display a collection of items in a list Can display items with theirs icons, which can be smal or large in size

ListView control 10Advanced Controls

Listview …. 11Advanced Controls

TreeView control 12Advanced Controls

Properties Method Event 13Advanced Controls

Tree view control Advanced Controls14

RichTextbox control Advanced Controls15

RichTextBox control 16 Property Description

RichTextBox control Advanced Controls17

RichTextBox control Advanced Controls18

Font and FontStyle classes Advanced Controls19 You can specify the font, font style and font size for the text using the SelectionFont property and Font class ( exists in the System.Drawing namespace The FontStyle enumeration is used to specify of the font such as Bold,Italics and Underline

ProgressBar Advanced Controls20

ProgressBar control Advanced Controls21

Summary Advanced Controls22

Summary Advanced Controls23

Date TimerPicker control p24 PropertyDescription Select an item from a list of dates or times It appears as a textbox along with a drop-down calendar Display the current date in a particular format The calendar allows you to view the days of a week or browse through the months

DateTimePicker controls 25

DateTimerPicker control 26Date control Timer component Format StringDescription dddDisplay three character day of week abbreviation ddddDisplay full day-of week name hhDisplay two-digit hour in 12 hour format HHDisplay two-digit hour in 24 hour format. mmDisplay two-digit minute

CustomFormat property MMDisplay three-character month abbreviation MMMDisplay full month name ssDisplay two-digit seconds tDisplay the first letter of the AM/PM abbveriaiton ttDisplay two-letter AM/PM abbveriation yyDisplay last two-digit of the year yyyyDisplay full year name Date control Timer component27

DateTimePicker 28Date control Timer component Custom Long Short Time

MonthCalendar control 29Date control Timer component

MonthCalendar control 30Date control Timer component PropertyDescription

MonthCalendar control 31Date control Timer component AddAnnuallyBoldedDate AddBoldedDate AddMonthlyBoldedDate RemoveAnnuallyBoldedDate RemoveBoldedDate RemoveMonthlyBoldedDate SetDate UpdateBoldedDate

MonthCalendar control 32Date control Timer component

MonthCalendar control 33Date control Timer component Property TitleBackColor TitleForeColor TrailingForeColor ShowTodayCircle

MonthCalendar control 34Date control Timer component

Display multiple months 35Date control Timer component The CalendarDimensions property to set the number of months to be displayed horizontally and vertically

Timer control 36Date control Timer component

Timer control 37 Interval Enabled Start Stop Tick

Timer control 38Date control Timer component

Timer control 39Date control Timer component

Summary 40Date control Timer component

41Date control Timer component