HTA GUI build

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Liton L
Posts: 1
Joined: 04 Jan 2023 05:35

HTA GUI build

#1 Post by Liton L » 04 Jan 2023 05:39

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 22230 times

Aacini
Expert
Posts: 1885
Joined: 06 Dec 2011 22:15
Location: México City, México
Contact:

Re: HTA GUI build

#2 Post by Aacini » 04 Jan 2023 13:23

Perhaps this thread could help you...

Antonio

Hackoo
Posts: 103
Joined: 15 Apr 2014 17:59

Re: HTA GUI build

#3 Post by Hackoo » 04 Jan 2023 17:59

This source can help you too to build your own HTA : Computer Information - HTA

Image

Image

Joe Caverly
Posts: 18
Joined: 11 Jul 2018 05:05

Re: HTA GUI build

#4 Post by Joe Caverly » 05 Jan 2023 07:19


Joe Caverly
Posts: 18
Joined: 11 Jul 2018 05:05

Re: HTA GUI build

#5 Post by Joe Caverly » 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

DosAppreciator
Posts: 5
Joined: 05 May 2021 09:01

Re: HTA GUI build

#6 Post by DosAppreciator » 03 Oct 2023 12:26

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

Post Reply