Page 1 of 1

HTA GUI build

Posted: 04 Jan 2023 05:39
by Liton L
Hello everyone,
First time I'm trying to work with HTA and I'm not really getting along :-\
I am trying to build a GUI into which I will enter IP\Computer name
And I will get information about the connected user and the computer
Each result will have a COPY button that will copy it to the CLIPBOARD
And in addition there will be several more buttons that will perform actions based on the IP address entered
The buttons should start VBS
The information that will be displayed (from AD and from the computer) should also be based on VBS
I am unable to design such a GUI
I would really appreciate it if someone could help me with this
I am attaching a picture of the GUI as I imagine it
Thanks
My App.jpg
My App.jpg (92.43 KiB) Viewed 23745 times

Re: HTA GUI build

Posted: 04 Jan 2023 13:23
by Aacini
Perhaps this thread could help you...

Antonio

Re: HTA GUI build

Posted: 04 Jan 2023 17:59
by Hackoo
This source can help you too to build your own HTA : Computer Information - HTA

Image

Image

Re: HTA GUI build

Posted: 05 Jan 2023 07:19
by Joe Caverly

Re: HTA GUI build

Posted: 05 Jan 2023 07:59
by Joe Caverly
If you are looking for a HTA GUI Design Tool,

I use WYSIWYG Web Builder;
https://www.wysiwygwebbuilder.com/

After designing the HTA document via the WYSIWYG Web Builder,
I can then save the design as an .hta file.

There are other HTA GUI Designers, but I have the paid version, and it works for what I need it to do.

Once I have finished the HTA GUI Design, and have saved it as an .hta file,
I then use VBSEdit to develop code for the HTA, debug, and finally create an .EXE
https://www.vbsedit.com/

There are other HTA code/debugger tools, but I have the paid version, and it works for what I need it to do.

Joe

Re: HTA GUI build

Posted: 03 Oct 2023 12:26
by DosAppreciator
Good choices on both apps, Joe.

I used the Wysiwyg builder for several years. And I use VBSEdit all the time.

Ha, it's great to know someone else uses some of the same tools.
Joe Caverly wrote:
05 Jan 2023 07:59
If you are looking for a HTA GUI Design Tool,

I use WYSIWYG Web Builder;
https://www.wysiwygwebbuilder.com/

After designing the HTA document via the WYSIWYG Web Builder,
I can then save the design as an .hta file.

There are other HTA GUI Designers, but I have the paid version, and it works for what I need it to do.

Once I have finished the HTA GUI Design, and have saved it as an .hta file,
I then use VBSEdit to develop code for the HTA, debug, and finally create an .EXE
https://www.vbsedit.com/

There are other HTA code/debugger tools, but I have the paid version, and it works for what I need it to do.

Joe