0
[Still Unsolved] How To Make An Input Box in Electron JS?
Please Help Me, I Am New To Node Programming And Need Help On: How To Make An Input Box in Electron JS...
2 odpowiedzi
+ 3
To make input box in electron.js is the same as make input box in a webpage.
Make an index.html file with
<input type="text" />
And use electron.app and electron.BrowserWindow to link index.html with the app.
+ 1
Thanks :) But, I Also Want To Use Another Browser Window with It
How Will I Do It?