i would like to now how can you set text properties of the textboxes that you created dynmically using array
Array
Page 1 of 11 Replies - 1047 Views - Last Post: 14 August 2007 - 10:24 AM
Replies To: Array
#2
Re: Array
Posted 14 August 2007 - 10:24 AM
Im assuming you mean control array. In this case you use a simple for loop.
If you do not know about control arrays CLICK HERE
Dim x As Integer For x = 0 To n 'Where n is the number of textboxes textbox(x).Text = "<yourtext here>" Next x
If you do not know about control arrays CLICK HERE
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|