100% found this document useful (2 votes)
4 views2 pages

Systry Usage in Visual C# 2008

Open new project , clear form.desing code , insert this text , insert control notifyicon1 and contextmenu1..

Uploaded by

Nikola Lukic
Copyright
© Attribution Non-Commercial (BY-NC)
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
100% found this document useful (2 votes)
4 views2 pages

Systry Usage in Visual C# 2008

Open new project , clear form.desing code , insert this text , insert control notifyicon1 and contextmenu1..

Uploaded by

Nikola Lukic
Copyright
© Attribution Non-Commercial (BY-NC)
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

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 [Link];
using [Link];
using [Link];
using [Link];
using [Link];
namespace SYSTRAY
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
[Link] = this.contextMenu1 ;
}

private void Form1_Load(object sender, EventArgs e)


{

private void menuItem1_Click(object sender, EventArgs e)


{
[Link]();

private void menuItem2_Click(object sender, EventArgs e)


{
[Link]();

}
}
}

You might also like