本文介绍了19需要文本框循环指定值0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好


我在vb.net表格中有19个文本框。 每当我清除或为文本框指定相同的值时,我将其写入大约19或38或更多。


我使用函数来精确地减少代码, 用于功能, 但仍然是19或38或太多。 我需要一个清除文本框中所有值的循环。


textbox1.clear()


textbox2.clear()




textexbox19.clear()

解决方案

Hi All

I have 19 text box in vb.net form.  whenever i clear or assign same values to text box i write it almost 19 or 38 or more than this.

i precise it with function to reduce the code,  with use for function,  but still 19 or 38 or too much.  i need a loop who clear all the values from text box.

textbox1.clear()

textbox2.clear()

.

.

textexbox19.clear()

解决方案


这篇关于19需要文本框循环指定值0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 10:53