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
10
votes
5 answers

Windows Application vs Web Application development

Just trying to get a more thorough understanding of the major differences between windows(desktop) application and web application development. All my knowledge and experience has been as a web application developer, with c# and the .net framework.…
mickyjtwin
  • 4,960
  • 13
  • 58
  • 77
10
votes
3 answers

Package html, js, css as a desktop app

I have a online tool where you can make presentations and then either preview them right online or download them for use later in a presentation. This have been done in flash. An xml is created for the presentation and then flash is using it to…
dbl
  • 103
  • 1
  • 7
10
votes
2 answers

Advertise in WPF application?

Is that possible? I know that services like Google Ads prohibit advertising in desktop applications. Is there a service that supports the WPF/.NET?
Aleksandr Vishnyakov
  • 1,872
  • 5
  • 23
  • 39
10
votes
6 answers

Are web applications more portable than desktop applications?

I often hear people praising web applications (as opposed to desktop apps) for their portability. Indeed, making a desktop application available on multiple operating systems is difficult. However, I'd think web-applications have to deal with…
Dimitri C.
  • 21,861
  • 21
  • 85
  • 101
10
votes
7 answers

Something like unity but for C++ programmers

is there anything similar to unity but with the difference that instead of javascript I can use C++?
smallB
  • 16,662
  • 33
  • 107
  • 151
9
votes
5 answers

HTML/CSS/JS in desktop applications

I've read about XSS vulnerability in desktop applications like Skype and ICQ. I wonder why they choose to use html in this kind of applications that can also be written without any html. Is there a simple reason? Does someone know if Skype uses html…
Eliasdx
  • 2,190
  • 2
  • 23
  • 33
9
votes
1 answer

Right-to-left UI Guidelines?

I'm looking into RTL support for a proprietary UI framework (for a desktop app), and I'm wondering: are there guidelines as to how the widget rendering has to change? I'm looking for a list of things like: checkbox labels are on the left of the…
9
votes
0 answers

webRTC java desktop attach media tracks and consume them correctly

I'm trying to build a peer2peer audio transmission between two java apps, using this webRTC Java native interface implementation, and using a simple nodejs server with sockets to do the signaling, I could establish a connection although I couldn't…
SDIDSA
  • 894
  • 10
  • 19
9
votes
4 answers

Build/Release flow on VSTS with MSI deployed desktop app using configuration transforms

We are in the process of implementing a DevOps strategy for our client deployed desktop app (winforms). Until now, we used SlowCheetah to do our config transforms (ex: select QA from config manager, app.QA.config is automatically swapped in, do the…
9
votes
1 answer

How to stop a timer during hibernate/ sleep mode in C# winform application?

I have an application which does a specific task after some time (controlled by a timer). But whenever I start PC after hibernate that application runs. This means that timer keeps running during hibernation for atleast one tick. How can I avoid…
Tasawer Khan
  • 5,994
  • 7
  • 46
  • 69
9
votes
1 answer

How to bundle a third party binary with Electron?

I am still new to the electron ecosystem and desktop development in general but what I wish to do is to interface with a third party, open source application that comes bundled in with my software. First, I am unsure on what the package options to…
naughty boy
  • 2,089
  • 3
  • 18
  • 28
9
votes
2 answers

HTML, JS, and CSS Desktop applications

Recently I stumbled upon Adobe's 'Brackets' code editor, which is apparently built using the standard web languages. As a keen web developer, I have taken quite a bit of interest into how this has been done, and am wondering how on earth it can be…
Ryan
  • 1,096
  • 2
  • 16
  • 31
9
votes
3 answers

desktop application with gnome-terminal: relative paths to script and icon

I am using gnome-terminal to create a clickable desktop application. The application should be downloaded in a zip folder, with a sub-directory bin containing my myapp.desktop. I would like to have a different directory somedir in my zip file…
user1981275
  • 13,002
  • 8
  • 72
  • 101
9
votes
2 answers

Serilog GUI for desktop

Serilog is a logging library that has Sinks (adapters) to many log viewing/analysis services (like Glimpse or Loggly). That is cool but all of them require browser to see the logs. Is there a ready GUI control for desktop applications (using…
MajesticRa
  • 13,770
  • 12
  • 63
  • 77
9
votes
2 answers

How can I set WPF window size is 25 percent of relative monitor screen

I have a WPF window and How can I set WPF window size is 25 percent of relative monitor screen.How can I set these properties.
user3188127
  • 183
  • 1
  • 2
  • 11