Visual Basic代码 [英] Visual Basic code

查看:64
本文介绍了Visual Basic代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想点击一个按钮并在文本框中显示一个设置文本如何编码

解决方案

我想点击一个按钮,并有一个设置文本显示在文本框中我如何编码


一系列典型的步骤将是:



在设计器窗口中,双击按钮。



这将生成一个事件处理程序块代码和位置在该块的IDE

编辑器。



在生成的按钮单击事件处理程序代码块中,分配

要查看文本框Text属性的字符串。



- Wayne


I want to click a button and have a set text to show up in the text box how do i code this

解决方案

I want to click a button and have a set text to show up in the text box how do i code this

A typical series of steps would be:

In the designer window, double-click on the button.

That will generate an event handler block of code and position the IDE
editor at that block.

In the button click event handler code block that was generated, assign
the string you want to see to the Text property of the textbox.

- Wayne


这篇关于Visual Basic代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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