|
-
Apr 3rd, 2008, 02:20 PM
#1
Thread Starter
Addicted Member
debug.print connected to white box
Hey guys,
I have a bunch of debug.print statements I want to show up in the final program. What I mean is I have a bunch of tabs, one which is "results". In this tab I would like to have a big white space that acts exactly like the "immediate window", so all the debug.print statements show up. How do I do this?
-
Apr 3rd, 2008, 02:25 PM
#2
Re: debug.print connected to white box
Couldn't you add a big ol' richtextbox and change debug.print to bigOLtb.AppendText?
-
Apr 8th, 2008, 03:58 PM
#3
Thread Starter
Addicted Member
Re: debug.print connected to white box
great idea, one problem though. Im have rtb1 as a richtextbox and changed the modifier to public. But when go to change the debug.print to rtb1.appendtext - rtb1 isnt coming up and gives me an error saying that rtb1 is undeclared.
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
|