desktop-application

How To Compile An Electron Application To A .exe [duplicate]

妖精的绣舞 提交于 2020-01-30 14:04:13
问题 This question already has answers here : How to deploy an Electron app as an executable or installable in Windows? (7 answers) Closed 2 years ago . I've been learning how to create applications in Electron and I need help compiling a simple project to a Windows executable. The program is a clone from this Github repo: https://github.com/electron/electron-quick-start. On the repo readme it shows how to run the program: # Clone this repository git clone https://github.com/electron/electron

immediate mode GUI performance

偶尔善良 提交于 2020-01-24 22:13:26
问题 I am currently working on a standard windows desktop application (standard meaning no fancy stuff, just buttons, text, sliders and stuff) and have decided to write the gui-framework on my own, after looking into some GUI-Frameworks and beeing repelled by all of them. Since it's a hobby project I am also willing to experiment, and decided to make the GUI immediate mode, not retained, since I really like the way it simplifies the code. Here is the question: What are the performance implications

immediate mode GUI performance

旧城冷巷雨未停 提交于 2020-01-24 22:13:10
问题 I am currently working on a standard windows desktop application (standard meaning no fancy stuff, just buttons, text, sliders and stuff) and have decided to write the gui-framework on my own, after looking into some GUI-Frameworks and beeing repelled by all of them. Since it's a hobby project I am also willing to experiment, and decided to make the GUI immediate mode, not retained, since I really like the way it simplifies the code. Here is the question: What are the performance implications

libgdx SpriteBatch UnsatisfiedLinkError desktop

眉间皱痕 提交于 2020-01-24 02:46:09
问题 I am getting UnsatisfiedLinkError in a LibGdx project, when trying to run a desktop standalone version of it. Note, this problem doesn't occur if I simply run a desktop version directly without building a standalone jar for it, only if I build a desktop jar first, and then try to run that. It is interesting to note that, it was overall a lot easier to run the desktop version directly, and I wasn't even to come close to running a standalone desktop jar until I hunted down a whole bunch of jar

cookies and desktop application

核能气质少年 提交于 2020-01-23 17:55:10
问题 As I know, websites send cookies to browsers for maintaining some state and browser stores it locally. When that website is visited again, browser sends those cookies back to the website as a part of the request. I am under the impression that cookie is a browser-specific thing. I wanted to get this understanding clarified. Can desktop applications which connect to web services support cookies? We have a web application and we are trying to setup communication from desktop applications such

How to build a SystemTray app for Windows?

久未见 提交于 2020-01-18 19:48:02
问题 I usually work on a Linux system, but I have a situation where I need to write a client app which would run on windows as a serivce. Can someone help me or direct to, on how to build a MenuBar app ( for example like dropbox) for windows environment, which gets started on OS startup and the icon sits in the TaskBar and on clicking the app icon presents a menu. My scripting language is python. Thanks. 回答1: You do this using the pywin32 (Python for Windows Extensions) module. Example Code for

How to build a SystemTray app for Windows?

£可爱£侵袭症+ 提交于 2020-01-18 19:45:46
问题 I usually work on a Linux system, but I have a situation where I need to write a client app which would run on windows as a serivce. Can someone help me or direct to, on how to build a MenuBar app ( for example like dropbox) for windows environment, which gets started on OS startup and the icon sits in the TaskBar and on clicking the app icon presents a menu. My scripting language is python. Thanks. 回答1: You do this using the pywin32 (Python for Windows Extensions) module. Example Code for

Suggestions/pointers for Post/Get to an .ASP (or .ASPX) page from a desktop app

与世无争的帅哥 提交于 2020-01-14 06:08:47
问题 I'm planning to have a desktop app interact with some .ASP or .ASPX pages on a server. I've only done a little bit with .asp pages and I'm thinking I'd just Post or Get a URL with some variables: MySite.com/Functions.asp?FunctionName=?Paramater1=somevalue?Parameter2=... I'm wondering if there is any better way to go about this? Am I missing something? Is there perhaps a better way to go about this? 回答1: Windows Communication Foundation or Web Services may be a better idea if you don't require

Java desktop development framework similar to Android?

╄→гoц情女王★ 提交于 2020-01-13 10:36:07
问题 I've recently dived head-first into developing Android apps in Java. It's all very new to me as my experience is in web development with PHP. But I need to adapt pretty quickly to a desktop environment as well (i.e. Windows). To ease the learning curve a bit, are there any Java desktop development frameworks that are similar to the Android framework? When it comes to Desktop applications, what Java GUI and/or MVC framework(s), toolkits, and/or libraries would you recommend to someone whose

MS ACCESS with desktop application over LAN

心已入冬 提交于 2020-01-11 13:12:04
问题 What is the best way to host MS ACCESS with desktop application over LAN without using shared folder? 回答1: You can use some Terminal Server (TS). For example Microsoft's Terminal server. It is a feature of server versions of ms windows OS. There are other TS available: Citrix, Nomachine. When you use msaccess desktop application located at TS, your users connect to TS by some client ("Remote desktop connection" for microsoft TS) and works just like they are sitting at the server. 回答2: The