Jim
Mon Apr 04 11:21:30 CDT 2005
"step" <anonymous@devdex.com> wrote in message
news:ePByqviJFHA.1476@TK2MSFTNGP09.phx.gbl...
>I only know a little about both VBscript and Visual Basic.
> I have written a few vbscripts that i would like to add a gui to. Can
> any one tell me if i can simply make up a visual basic window (form) and
> run the script with some text boxes and buttons.
>
> thanks in advance
>
>
>
> *** Sent via Developersdex
http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
I was able to use vbscript within a basic VB6 application. It was a vbscript
that changed the IP settings of the machine. The VB form was a two radio
buttons and a single command button to "Set Location". When pressed, it ran
the vbscript.
The application worked perfectly.
I don't know how well vbscript and vb6 (or .net) work together, but it
worked ok for that small application.
i'm sure McKirahan is right when he points to HTA though. That's the
direction i'll be heading in next time.
Jim