Results 1 to 2 of 2

Thread: Trying to create a debug log

Hybrid View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Ireland
    Posts
    224

    Question

    I'm trying to creat a log file that lets me know when a certain part of my application has successfully executed. I've only started VB yesterday and am running into a few problems. Any ideas would be greatly appreciated.

    Thanks
    JK

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    Do you mean in the Debug Window?


    At the bottom of your VB IDE there should be a window that you can type in, if there isn't press Ctrl + G and one should appear (if it doesn't in means it's already there, look for a window you can type in that isn't the code window.

    At Runtime you can write text to this window by using

    Code:
    Debug.Print "This Text Goes in the Debug Window"

    If you want to print out to a file there are some good tutorials Here

    Hope this helps

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