Ddo1.com WebMaster & Kodlama Forumu

Tam Versiyon: C# Program Görev Yöneticisinde Gizleme
Şu anda arşiv modunu görüntülemektesiniz. Tam versiyonu görüntülemek için buraya tıklayınız.
C# Hide Program to TaskManager

     private void Form1_Load(object sender, EventArgs e)
       {
           this.ShowInTaskbar = false;
           this.ShowIcon = false;
           this.FormBorderStyle = FormBorderStyle.FixedToolWindow;
       }