Top "Desktop-application" questions

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

How to make an auto-complete textbox in a winforms desktop application

I have a list of words. The list contains about 100-200 text strings (it's names of metro stations actually). I …

c# winforms autocomplete textbox desktop-application
Packaging a node.js webapp as a normal desktop app

I've searched a bit but can't find an existing tool for this. I have a node.js web server that …

javascript macos node.js desktop-application
How to sync PC desktop mail client to an Exchange Activesync server?

I've got a situation where I want to connect to an email server whose only exposed service for mail/calendar …

email desktop-application client-side email-client activesync
Desktop application in Java

I am new to Java and want to create a Desktop application in Java. This application Reads and Writes different …

java desktop-application
How to save application options before exit?

I have made an application and i need to save some options before exit.(something like window dimension, ..., that will …

java swing desktop-application processing
Using ELMAH in a console application

I just started using ELMAH and am a fan. My team supports a large number of web applications and I'm …

.net desktop-application console-application elmah
Is Java the best language to develop cross-platform GUI applications?

For "best" I intend that the code shouldn't need, or need very few, platform specific tweaks.

java user-interface desktop-application
What's the best way to watchdog a desktop application?

I need some way to monitor a desktop application and restart it if it dies. Initially I assumed the best …

c# .net windows-services desktop-application watchdog
Integrating JavaFX 2.0 WebView into a Swing Java SE 6 Application

I was looking for a way to integrate a Web-Browser-Component in an existing Swing-Application and found WebView for Java FX 2.0. …

java swing webview desktop-application javafx