Skip to main content

All Questions

-2 votes
1 answer
866 views

Electron js: development differences between windows and mac

Context: I'm starting to implement a cross-platform app for Windows and Mac with electron Js. The bundle that will use or use this electron Js app is developed in Angular. My questions are: Are ...
Martin Fuentes's user avatar
0 votes
1 answer
251 views

How to create a special folder for windows app iin file explorer like Onedrive or Dropbox does

Iam developing a desktop app for windows using electronJs, Iam planning to place it as a special folder underneath the quick access in file explorer like the way how Onedrive and Dropbox does, but ...
Rawan's user avatar
  • 63
-1 votes
1 answer
49 views

How applications like MS Teams update [closed]

We had a teams issue today morning and it was fixed within a few hours. One thing I noticed is that the bug in the application (MS Teams) was fixed while it was running. Some of us had to restart but ...
Thanuja Dilhan's user avatar
0 votes
1 answer
126 views

Integrate C++ in Cordova electron

As we all know Cordova has added electron platform to build desktop apps for different Operating Systems. Like we can integrate C++ in android using JNI and Objective C wrappers for iOS and mac OSX. ...
Vetagiri Hrushikesh's user avatar
0 votes
1 answer
609 views

How to play System Media Sounds

I'm developing an Desktop application using ElectronJS. How can I play System Media sounds? I know that for C# I can use // Plays the sound associated with the Asterisk system event. System.Media....
Victor's user avatar
  • 8,462
0 votes
1 answer
802 views

Which database is better to use with electron windows build

i am developing a standalone school management application using electron framework ,which database is better in my scenario. i mean the database should easy to manage ,easy to distribute with the ...
Vishnu Kay Vee's user avatar
0 votes
1 answer
247 views

Create a window that appears above everything else

I'm trying to create a window that appears at the top of your screen in Windows and everything else is appended below it. The window is very thin so it doesn't get in the way of anything else. I'm not ...
Zeedinstein's user avatar
0 votes
1 answer
1k views

flashFrame: false on Electron app don't work

I´m trying to make my Electron app don't flash the frame when are minimized, because all times when it are minimized, it flash the frame, and some times, if I dont have focus in other program, it ...
Roberto Pinheiro's user avatar
86 votes
13 answers
113k views

How to deploy an Electron app as an executable or installable in Windows?

I want to generate a unique .exe file to execute the app or a .msi to install the application. How to do that?
Amirado's user avatar
  • 1,063