Top "Desktop-application" questions

An application that runs stand alone in a desktop or laptop computer.

How to Release Electron app for Windows or Mac or Linux system?

I have created an App With Angular 2 and I have created ios and apk file after some modification with ionic …

windows macos angular desktop-application electron-builder
Using the browser for desktop UI

How can I use the browser as a UI for a desktop app? The ways I have come up with …

user-interface browser desktop-application
View PDF through C# .Net desktop App

I want to know how I can view a PDF through a C# .net desktop App. I am trying to …

c# desktop-application pdfview
QScrollArea with dynamically changing contents

I have a QScrollArea with some buttons in it, like shown on the picture. The idea of the layout is: 1. …

c++ qt desktop-application qscrollarea qlayout
How do I store desktop application data in a cross platform way for python?

I have a python desktop application that needs to store user data. On Windows, this is usually in %USERPROFILE%\Application …

python desktop-application application-settings
Is it possible to use ASP.NET Core Web API without IIS in a Windows Desktop application?

Currently I'm trying to find a way to build a desktop app that hosts a browser window and uses JavaScript …

.net iis asp.net-core desktop-application kestrel-http-server
How to keep user information after login in JavaFX Desktop Application

I have an application with login screen, after the user is authenticated some "data" is retrieved from a database (username …

java javafx-2 desktop-application session-storage