// Sanal Klavye | www.aliakyildirim.com | Ali AKYILDIRIM
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;
// Sanal Klavye | www.aliakyildirim.com | Ali AKYILDIRIM
namespace WindowsFormsApplication11
{
public partial class Form1 : Form
{
string x;
public Form1()
{
InitializeComponent();
}
private void button30_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "l"; // Buton’a Tiklayinca TextBox’a Yazdir:
}
private void button11_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "q";
}
private void button20_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "w";
}
private void button21_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "e";
}
private void button22_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "r";
}
private void button23_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "t";
}
private void button24_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "y";
}
private void button19_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "u";
}
private void button17_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "i";
}
private void button16_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "o";
}
private void button15_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "p";
}
private void button14_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "g";
}
private void button13_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "ü";
}
private void button12_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "a";
}
private void button18_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "s";
}
private void button36_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "d";
}
private void button35_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "f";
}
private void button34_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "g";
}
private void button33_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "h";
}
private void button32_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "j";
}
private void button31_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "k";
}
private void button29_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "s";
}
private void button25_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "i";
}
private void button26_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + ",";
}
private void button28_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "
}
private void button27_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "z";
}
private void button37_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "x";
}
private void button44_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "c";
}
private void button43_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "v";
}
private void button42_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "b";
}
private void button41_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "n";
}
private void button40_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "m";
}
private void button39_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "ö";
}
private void button38_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "ç";
}
private void button47_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + ".";
}
private void button46_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + ">";
}
private void button48_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + ":";
}
private void button45_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + " ";
}
private void button49_Click(object sender, EventArgs e)
{
textBox1.Text = x;
x = "";
}
private void button1_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "1";
}
private void button2_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "2";
}
private void button3_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "3";
}
private void button4_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "4";
}
private void button5_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "5";
}
private void button6_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "6";
}
private void button7_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "7";
}
private void button8_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "8";
}
private void button9_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "9";
}
private void button10_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "0";
}
private void button54_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "/";
}
private void button49_Click_1(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "*";
}
private void button64_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "-";
}
private void button53_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "7";
}
private void button55_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "8";
}
private void button52_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "4";
}
private void button51_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "1";
}
private void button50_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "0";
}
private void button60_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + ",";
}
private void button57_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "2";
}
private void button56_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "5";
}
private void button61_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "3";
}
private void button62_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "6";
}
private void button63_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "9";
}
private void button58_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "+";
}
private void button65_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text + "’’";
}
private void Form1_Load(object sender, EventArgs e)
{
textBox1.Focus();
}
}
}
// Sanal Klavye | www.aliakyildirim.com | Ali AKYILDIRIM