C#可视化程序设计如何实现点击按钮时复制一个文本框的内容到另外一个文本框怎们实现?

题目要求如下,请大神指教。1.CreateanewprojectwiththeformthatissettothecolorwithRGBvaluesof(192,168... 题目要求如下,请大神指教。
1. Create a new project with the form that is set to the color with RGB
values of (192, 168, 0) at design time, but that appears Blue when the
form displays.
2. Add two text boxes and a button to the form. Write
code that, when a button is clicked, places the text in the first text
box into the second text box.
3. Add a button to the form to print the width and height of all controls.
4. Add a button to imitate the behavior of Tab key.
展开
 我来答
生活he家
2015-04-10 · 一个属于大家的搬运工
生活he家
采纳数:1536 获赞数:6828

向TA提问 私信TA
展开全部
单击按钮的时候,获取第一个文本框的内容,然后赋值给第二个文本框
子丶夜
2015-04-10 · TA获得超过397个赞
知道小有建树答主
回答量:326
采纳率:25%
帮助的人:221万
展开全部
把这个文本框的值复制给另一个不就好了
追问
其他几个问会么,能不能告诉我一下怎么做?
追答
privae void Button_Click()
{
this.TextBox1.Text = TextBox2.Text;
}
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式