|
-
Apr 25th, 2001, 04:30 PM
#1
Thread Starter
Addicted Member
real quick 1
ok I have had this
run1 = 1
R1.text = run1
but now I want it to show up as a picture unstead of just a number so I want to do this
if r1.text = 1 then
r1.text = c:\tec\r1-1.bmp
end if
and so on for 28 scenarios
can I keep it a text box or does it have to be a picture box
if I make it a picture box how do I make a value you for it????
like this???
run1 = 1
r1.picturebox = 1
if r1.picturebox = 1 then
r1.picture = c:\tec\r1-1.bmp?????
I tried above and got alot of erros
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
|