如何获得两个文本框的结果 [英] how to get the result of two textboxes

查看:76
本文介绍了如何获得两个文本框的结果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的应用程序中我有3个文本框,如果我在前2个文本框中写一些它将在3个文本框中显示结果可以任何人帮助我如何编写代码或给出一些想法....

thanx提前

解决方案

 textbox3.Text = textbox1.Text + textbox2.Text; 


in my application i have 3 textboxes and if i write some in first 2 textboxes it will display the result in 3 textbox can any one help me how to write code or give the some idea....
thanx in advance

解决方案

textbox3.Text = textbox1.Text + textbox2.Text;


这篇关于如何获得两个文本框的结果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆