Firstly, apologies if this is a really simple question but I'm struggling to find the answer. I'm quite new to Visual Basic but have some experience in VBS.
I want to create a simple app, part of which calls a PERl script. I want the output of the PERL script to be visible in a text box.
Now I suppose I could rewrite the script in VB but I really don't feel like going through all that hassle.
Any help nudging me in the right direction will be much appreciated.
Cheers.
PS: When I'm putting text into a textbox, what is the equivalent of vbCrLf? When I use this, I get a symbol instead of text moving onto the next line. Again, thanks in advance for any guidance.
I want to create a simple app, part of which calls a PERl script. I want the output of the PERL script to be visible in a text box.
Now I suppose I could rewrite the script in VB but I really don't feel like going through all that hassle.
Any help nudging me in the right direction will be much appreciated.
Cheers.
PS: When I'm putting text into a textbox, what is the equivalent of vbCrLf? When I use this, I get a symbol instead of text moving onto the next line. Again, thanks in advance for any guidance.