Results 1 to 3 of 3

Thread: debug.print connected to white box

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Posts
    145

    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?

  2. #2
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: debug.print connected to white box

    Couldn't you add a big ol' richtextbox and change debug.print to bigOLtb.AppendText?
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Posts
    145

    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
  •  



Click Here to Expand Forum to Full Width