Re: A Novice Question
From: Evan Stone (asdf_at_zxcvb.org)
Date: 05/20/04
- Next message: Nihil: "Re: Can VB or VBA code manipulate PDF files?"
- Previous message: Michael Cole: "Re: Why VB doesn't handle Implements Interface same in Compiled and VBIDE?"
- In reply to: Neal: "A Novice Question"
- Next in thread: Duane Bozarth: "Re: A Novice Question"
- Reply: Duane Bozarth: "Re: A Novice Question"
- Reply: Rick Rothstein: "Re: A Novice Question"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 May 2004 00:49:12 -0700
> I created a form with a command button which
> will run the software. How do I create a window that I can just write to
> from the basic code with status information as it runs through its job?
> What do I put in the code to write to this window.
Add a text box to your form (which we'll call Text1) and then do just like
Duane says, but with one little correction:
Text1.Text = Text1.Text & "Your next message goes here." & vbCrlf
Hope this helps!
///eks
- Next message: Nihil: "Re: Can VB or VBA code manipulate PDF files?"
- Previous message: Michael Cole: "Re: Why VB doesn't handle Implements Interface same in Compiled and VBIDE?"
- In reply to: Neal: "A Novice Question"
- Next in thread: Duane Bozarth: "Re: A Novice Question"
- Reply: Duane Bozarth: "Re: A Novice Question"
- Reply: Rick Rothstein: "Re: A Novice Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|