|
-
Jan 15th, 2004, 11:57 AM
#1
Thread Starter
New Member
Want memory textbox
I am working on a map editor and want to load the map into several text boxes so its layers can be parsed. I don't want to use real textboxes because they are used in a class and I want to be able to use many instances of the class with ease.
I have tried "Dim txtMap as TextBox" but that did not work. So I tried "Dim txtMap as New TextBox", but aparently that doesn't work. Can anyone help?
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
|