Notify progresscontrol

28
[email protected] Electro-Team Interesting Education

Transcript of Notify progresscontrol

[email protected]

Electro-TeamInteresting Education

A. NotifyIcon Control

B. NumericUpDown Control

C. Progress Bar & Timers

A. Notify Icon Control

Notify Icon Control is used to display an icon in the

system tray. This control can be used to indicate

the start and stop of an application or a process

or a service.

Expand Toolbox

Expand Common Controls in Toolbox

Common Control

Double click to Add NotifyIcon

Click to select NotifyIcon Control

Select Icon Property and click on browse (…)

Navigate to any Icon file and select it then click open

Now you are ready to go ..double click on your Form

Form1_Click event

Button_Click event

Run Time

B. NumericUpDown Control

Open New Project & Fix

Label, NumericUpDown & Button

NumericUpDown1 Properties

Run Time

Label1.Text = NumericUpDown1.Value

Double click on button1 and type yellow phrase

C. Progress Bar & Timers

Add Tow Timers Expand Toolbox

Components

Timers Located in Components Group

Add 2 Timers, 2 Buttons & ProgressBar

Run Time

Button1 = Increase & Button2 = Decrease

Default Timer1,Timer2 Enable Property = False

The End

Produced by

Electro-Team