|
-
Feb 12th, 2004, 11:14 PM
#1
Thread Starter
Junior Member
Dynamic Control reference
I am presently converting my Access project to visual studio.net 2003. Following is some code in Access that I would like to convert. What is the VB equivalent?
Dim ZFldName as Control
Dim strFldName as String
strFldName = "ZFld" & x
ZFldName = Me.Controls(strFldName)
ZFldName.BackColor = .....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|