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
HTA GUI build
Moderator: DosItHelp
-
- Posts: 18
- Joined: 11 Jul 2018 05:05
Re: HTA GUI build
Rob van der Woude has an example that might be helpful;
https://www.robvanderwoude.com/hardware.php
Source code for hardware.hta
https://www.robvanderwoude.com/sourceco ... rdware_hta
How to create HTAs
https://www.robvanderwoude.com/vbstech_hta.php
HTA Examples
https://www.robvanderwoude.com/htaexamples.php
Joe
https://www.robvanderwoude.com/hardware.php
Source code for hardware.hta
https://www.robvanderwoude.com/sourceco ... rdware_hta
How to create HTAs
https://www.robvanderwoude.com/vbstech_hta.php
HTA Examples
https://www.robvanderwoude.com/htaexamples.php
Joe
-
- Posts: 18
- Joined: 11 Jul 2018 05:05
Re: HTA GUI build
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
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
-
- Posts: 5
- Joined: 05 May 2021 09:01
Re: HTA GUI build
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.
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:59If 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