Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27513

[VB2010] - if form is a control, why isn't in collection list?

$
0
0
see these code:
Code:

dim intControlsIndex as integer
for intControlsIndex = 0 to me.controls.count-1
    messagebox.show(me.controls(intControlsIndex).name )
next

if the form is a control why isn't in collection list?

Viewing all articles
Browse latest Browse all 27513

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>