Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set all controls using one statements
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00084775
Message ID:
00087237
Views:
38
Hello John,

Thanks for suggesting me for clause. However I have already created
a small component which is as followed . Please go thru it and let me know
how do U find it.

Dim i As Long
For i = 0 To Form1.Controls.Count - 1
if typeof controls(i) is textbox then
controls(i).fontitalic=true
end if
Next i

Thanks again

Ashish Kanooongo

ashishkanoongo@usa.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform