게시판 즐겨찾기
편집
드래그 앤 드롭으로
즐겨찾기 아이콘 위치 수정이 가능합니다.
지금 C# 하는데 질문이요...
게시물ID : programmer_16939짧은주소 복사하기
작성자 : 그거슨그것
추천 : 0
조회수 : 391회
댓글수 : 4개
등록시간 : 2016/04/26 16:50:40
옵션
  • 베스트금지
  • 베오베금지
  • 외부펌금지
지금까지 한거는 버튼 16개 구성해서 누른 버튼이 텍스트박스에 뜨게 까지는 했어요

제가 여기서 더 하고 싶은거는 if 써서 A B C D 이렇게 순서대로 누르면 왼쪽으로 이동
D C B A 순서로 누르면 오른쪽으로 이동
A E I M 순서로 누르면 위로 이동 이렇게 텍스트 박스에 나타내고 싶어요

고수님들 알려주세요 ㅠ


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;

namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void textBox1_TextChanged(object sender, EventArgs e)
        {

        }

        private void maskedTextBox1_MaskInputRejected(object sender, MaskInputRejectedEventArgs e)
        {

        }


        private void textBox1_TextChanged_1(object sender, EventArgs e)
        {

        }

        private void button1_Click_1(object sender, EventArgs e)
        {
            textBox1.Text = "A";
        }
        

        private void button2_Click(object sender, EventArgs e)
        {
            textBox1.Text = "B";
        }

        private void button3_Click(object sender, EventArgs e)
        {
            textBox1.Text = "C";
        }

        private void button4_Click(object sender, EventArgs e)
        {
            textBox1.Text = "D";
        }

        private void button5_Click(object sender, EventArgs e)
        {
            textBox1.Text = "E";
        }

        private void button6_Click(object sender, EventArgs e)
        {
            textBox1.Text = "F";
        }

        private void button7_Click(object sender, EventArgs e)
        {
            textBox1.Text = "G";
        }

        private void button8_Click(object sender, EventArgs e)
        {
            textBox1.Text = "H";
        }

        private void button9_Click(object sender, EventArgs e)
        {
            textBox1.Text = "I";
        }

        private void button10_Click(object sender, EventArgs e)
        {
            textBox1.Text = "J";
        }

        private void button11_Click(object sender, EventArgs e)
        {
            textBox1.Text = "K";
        }

        private void button12_Click(object sender, EventArgs e)
        {
            textBox1.Text = "L";
        }

        private void button13_Click(object sender, EventArgs e)
        {
            textBox1.Text = "M";
        }

        private void button14_Click(object sender, EventArgs e)
        {
            textBox1.Text = "N";
        }

        private void button15_Click(object sender, EventArgs e)
        {
            textBox1.Text = "O";
        }

        private void button16_Click(object sender, EventArgs e)
        {
            textBox1.Text = "P";
        }
    }
}

전체 추천리스트 보기
새로운 댓글이 없습니다.
새로운 댓글 확인하기
글쓰기
◀뒤로가기
PC버전
맨위로▲
공지 운영 자료창고 청소년보호