Download presentation
Presentation is loading. Please wait.
Published byIsabella Rice Modified over 6 years ago
1
MUTENESS ASSİSTMENT 1)WHY CHOICE ? 2)ABOUT DESİGN 3)WHICH CODES USING
4)REFERENCE By Alican Öçal/
2
1)WHY CHOICE HELPFUL SMART SIMPLE ALGORTHEM
3
2)DESİGN
4
2)DESİGN
5
3)WHİCH CODES? using System; using System.Collections.Generic;
using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.IO; using System.Speech.Synthesis; namespace muteness_Assist
6
3)WHİCH CODES ? SpeechSynthesizer sp = new SpeechSynthesizer();
public Form1() { InitializeComponent(); } private void button2_Click(object sender, EventArgs e) DirectoryInfo d = new FileInfo[] Files = d.GetFiles("*.txt"); foreach (FileInfo file in Files) comboBox1.Items.Add(file.Name); button1.Enabled = true;
7
3)Which codes ? try { do listBox1.Items.Add(reader.ReadLine()); }
} while (reader.Peek() != -1); catch listBox1.Items.Add("You dont have any !");
8
3)WHİCH CODES ? reader.Close(); }
private void listBox1_SelectedIndexChanged(object sender, EventArgs e) { sp.Speak(listBox1.Text); private void button3_Click(object sender, EventArgs e) sp.Speak(textBox1.Text);
9
4)REFERENCE 1)PROGRAMING C# 3.0,FİFTH EDİTİON
2) 3)Ass.Prof.Dr.Turgay İbrikçi lecture notes
10
THANK YOU FOR LİSTENİNG
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.