Questions tagged [desktop-application]

An application that runs stand alone in a desktop or laptop computer. Contrast with "Web-based application," which requires the Web browser to run.

3311 questions
17
votes
1 answer

When to use desktop apps vs web apps?

What is the main difference between desktop applications and web applications? How to choose them?
JMay
  • 341
  • 1
  • 4
  • 10
16
votes
5 answers

Can I determine the order in which my units have been initialized?

I am hunting a bug which might be connected to unit initialization order. Is there a way to see which initialization section was executed when? I need to know the order. This is during debugging, so I have the full power of the Delphi IDE, in my…
Heinrich Ulbricht
  • 10,064
  • 4
  • 54
  • 85
16
votes
4 answers

how to get publish version?

I would like to show the publish version of my desktop application. I am trying to do it with this code: _appVersion.Content = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; The problem is that I am not getting exactly the…
IrApp
  • 1,823
  • 5
  • 24
  • 42
16
votes
2 answers

Can we create Desktop application in php

My concern is to know, That can we create desktop application in PHP Like:- other applications on our desktop. If yes then give some references or ideas, How to create desktop applications
Rahul Raghav
  • 193
  • 1
  • 1
  • 9
16
votes
3 answers

Resize display resolution using python with cross platform support

Resize display resolution using a python function. It should be cross platform, ie support for windows, linux and mac (it is okay to have multiple cases depending on the operating system) I have code which I think works on linux (Ubuntu) I am…
sj7
  • 1,291
  • 1
  • 12
  • 26
15
votes
2 answers

Python in Desktop Application Development

My company is revamping the IT infrastructure and systems, so we are at the middle of finalizing the technology for developing the new system. We have come to two candidates; Java & Python. The main criteria of the choice is the language must be…
Haikal Nashuha
  • 2,958
  • 7
  • 44
  • 67
15
votes
5 answers

Desktop application in Java

I am new to Java and want to create a Desktop application in Java. This application Reads and Writes different files. Would someone please recomend me, what do i need for that and should I purchase a book or something else. Thanks
user160820
  • 14,866
  • 22
  • 67
  • 94
15
votes
2 answers

Angular 2 native desktop app (without Electron) example

Angular website (www.angular.io) claims Angular can be used for "For web, mobile web, native mobile and native desktop." I'd like to find out more about native desktop capabilities but can't find anything on angular.io site. Can someone point me to…
supercobra
  • 15,810
  • 9
  • 45
  • 51
15
votes
2 answers

Cannot access window close function in Desktop Application using node js

I am developing a windows desktop application using node.js and backbone.js. I want to perform an action when the user closes the app by clicking on the close button on the title bar or right clicking on the application from windows taskbar. My…
15
votes
2 answers

System Tray (Menu Extras) icon in Mac Os using Java

I'm developing a desktop application using Java. I want to put an icon (with a contextual menu) on the system tray (called Menu Extras in Mac Os). Java 6 comes with support for doing this in Windows and Linux, but it doesn't work in Mac Os. I have…
sinuhepop
  • 20,010
  • 17
  • 72
  • 107
15
votes
18 answers

Recommendation needed for good database for Delphi desktop app

I am creating a desktop application written in Delphi and I am looking for a database for my application. I'm a bit overwhelmed by the number of available options. I'd really appreciate some recommendations and insights from other developers based…
TheSteven
  • 900
  • 8
  • 23
14
votes
5 answers

Desktop application development with Javascript and HTML

I am looking for Titanium Appcelerator alternatives for Desktop application development with HTML and JavaScript. I want to convert a web app to a desktop application. Hence, there will be a lot of server interaction. Appcelerator was a good choice,…
Joyce Babu
  • 19,602
  • 13
  • 62
  • 97
14
votes
1 answer

Download and store files inside electron app

I'm working on an app that on the first run will have to download files (images jpg/png) via API from the web and then store it locally so online connection won't be necessary anymore (user can run update when online and download newer data via api…
lukaszkups
  • 5,790
  • 9
  • 47
  • 85
14
votes
3 answers

Are Cortana APIs available for desktop applications?

I want to develop a Windows application on Windows 10 using the new Cortana engine. Unfortunately as far as I know, it seems to be available only on Windows Phone 8.1 project (for instance, I didn't find a way to access to the …
simoneL
  • 602
  • 1
  • 7
  • 23
14
votes
8 answers

Cross platform desktop development with HTML5 GUI

Short story: is there a way to write a desktop application with a GUI in HTML5 and core in a cross-platform language like python (or even C#/Mono)? Longer story: I'm a C# developer, for small personal projects I seldom do, running both under Windows…
ccalboni
  • 12,120
  • 5
  • 30
  • 38