Dear expert
Can you give me suggession for my project
I have to attached my request pls
Best regards
P.SASIKUMAR
Printable View
Dear expert
Can you give me suggession for my project
I have to attached my request pls
Best regards
P.SASIKUMAR
VB Code:
Controls - How to create controls at run time 'Suppose you created Text(0) at design time. Load Text1(1) ' Move the new control where you need it, and resize it. Text1(1).Move 1200, 2000, 800, 350 'Set other properties as required. Text1(1).MaxLength = 10 'Finally make it visible. Text1(1).Visible = True 'You can remove controls from a control array using the Unload command, as in 'the following line of code: Unload Text1(1)
ohw
my request as picturebox inside there pls understand my problem/