Adding a GUI to VBScript

前端 未结 3 898
太阳男子
太阳男子 2020-12-03 23:39

I\'m currently working on a vbs script but I need user interaction with script. Basically I need two buttons and 4 checkboxes ( checkboxes isn\'t important).

Thanks

3条回答
  •  温柔的废话
    2020-12-04 00:04

    Today, I would like to introduce two projects that will interest you.

    • wsh-js-gtk - Make your own GUI from JScript/VBScript with GTK-server
    • welsonjs - Build a windows desktop apps based on WSH/HTA with ES6/HTML5 compatibility polyfills, module.exports(NodeJS) styled module implementation.

提交回复
热议问题