Menu:

  Visual Studio 2022 Preview 2.1 ve Gelen Yenilikler
 WebMatrix ile Web Sitelerini Oluşturun, Özelleştirin ve Yayınlayın
 Visual Studio 2011 Developer Preview
 Programlama E-Kitap-3
 Programlama E-Kitap-2
 Visual Studio 2011 Developer Preview Training Kit Eğitim Seti

Sitede hangi programlama dillerini görmek istersiniz.


                                  
 Kullanılan Oy: 1304                 
Sonuçları Göster



ABDULKADİR diyorki:

access veri tabanından qr kod ile sorgulama yaparak kişi bilgilerini nasıl çekebiliriz

devamı için tıkla


Gokhan Yıldırım diyorki:

hocam merhaba, gelen Container.DataItem 'mı 2 ye ayırmak istesek yani küçük ve büyük resim olarak 2...

devamı için tıkla
Turgay diyorki:

Hocam öncelikle teşekkürler makale için,peki bu seçtiğimiz nesnelerin hepsini silmek istersek nasıl ...

devamı için tıkla

Tüm Yorumlar »

Tags-Etiketler

Bu kısımda sitemizde etiketlenmiş makaleleri toplu olarak bulabilirsiniz...


 [ office ] /  Makaleler-Article(s)


office ile ilgili toplam 1 makale bulundu !
(A total of 1 article(s) about office was(were) found in all of articles!)


Article

MS Office Uygulamalarını Açma


Bu örneğimizde Process metodu ile MS Office e ait Word,Excel, Access vb... uygulamalarını aşağıdaki kod ile açacağız. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("Notepad.exe"); } private void button2_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("Winword.exe"); } private void button3_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("Excel.exe"); } private void button4_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("MSaccess.exe"); } private void button5_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("Powerpnt.exe"); } private void button6_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("Outlook.exe"); } private void button7_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("MSPub.exe"); } private void button8_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("InfoPath.exe"); } private void Form1_Load(object sender, EventArgs e) { this.Text = "Ofis Kısayolları"; this.MaximizeBox = false; } } } //Bir sonraki makalede görüşmek üzere...Bahadır
 
                                        Son Makaleler

        Sitede yayınlanan makaleleri Blog sitemizden de takip edebilirsiniz. Sitemizdeki makaleleri RSS olarak takip edebilirsiniz.

Web hosting by Somee.com