Öğrenci Otomasyonu[C#]
Blog > Öğrenci Otomasyonu[C#]08 Mart 2010 – 11:30
Görsel programlama Vize sınavında çıkan vize sorusu.Dosyalama işlemleri ve görsellik açısından güzel 1örnek en azından bana iyi puan getirmişti:)
![Öğrenci Otomasyonu[C#] ogrenci](http://i45.tinypic.com/qs3yic.jpg)
Kodlar
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; namespace GorselProgramalaVizeMertcanKurtaran { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { Form2 yeniForm = new Form2(); yeniForm.Show(); } private void button2_Click(object sender, EventArgs e) { Form3 yeniForm = new Form3(); yeniForm.Show(); } private void button3_Click(object sender, EventArgs e) { //Form1 guncelForm = new Form1(); this.Close(); } } } |
Yukarıdaki kodlar sadece anafomun kodlarıdır.Projenin tamamını aşağıdaki linkten indirebilirsiniz.
Linkler
RapidShare
Csharptr
Etiketler: ”C#, dosyalama, öğrenci otomasyonu”
5 yorum yapılmış
arkadaşım senınle nasıl iletişime geçebilirim acaba?
14 Nisan 2010 - 22:22
mertcan@csharptr.com mail atabilirsiniz..
16 Nisan 2010 - 00:39
benimde öğrenci otomasyonu ile ilgili bi projem var yardımcı olurmusunuz?
18 Nisan 2010 - 17:46
öğrenci otomasyonu yapıyorum
isteytene yardımcı olurum
sacredik@hotmail.com
21 Nisan 2010 - 12:13
banada ajanda programıyla ilgili yardımcı olurmusunuz ??
11 Mayıs 2010 - 22:53