We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC or read online on Scribd
You are on page 1/ 2
Koriscenje Systry
Programski jezik visual c# 2008
Izbrisati sadrzaj forme I uneti dati kod.
Insertovati kontrole notifyIcon1 I contextMenu1 (ovo cete naci desnim klikom na toolbox-Choose items) using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace SYSTRAY { public partial class Form1 : Form { public Form1() { InitializeComponent(); this.notifyIcon1.ContextMenu = this.contextMenu1 ; }