[RESOLVED] Looking for help with adding text boxs while running
Hello I'm making a program that searches for variables with in a flash game. I'd like to have a text box added and have the info for each variable put in the text box.
Say the program finds 60 variables I want to have my program either make the 60 text box's available to see and use or which ever way this can be done.
I know it didn't make sense.
Re: Looking for help with adding text boxs while running
Text boxs will be in picture box
Re: Looking for help with adding text boxs while running
You can use a ListView or a ListBox or a FlexGrid
Re: Looking for help with adding text boxs while running
Quote:
Originally Posted by jggtz
You can use a ListView or a ListBox or a FlexGrid
Yes I know that.. But I need in text box so you can change the value and submit.
Re: Looking for help with adding text boxs while running
Alright I got it thanks for looking
1 Attachment(s)
Re: Looking for help with adding text boxs while running
Quote:
Originally Posted by jggtz
You can use a ListView or a ListBox or a FlexGrid
Attached is a screen show showing what I was trying to say.