Top "Desktop-application" questions

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

How to use Google Maps API in Visual C# Forms Application?

I have decided to design a desktop forms application in Visual C# 2012 which will download google map images within user …

c# winforms api google-maps desktop-application
How to deserialize json string to object list in c# dot

I am working with the following JSON string { "transactions": [ { "paymentcharge":"0.0", "amount":352, "id":13418, "shippingcharge":35, "shippingtype":2, "status":2, "paymenttype":1, "date":"2012-10-06 16:15:28.0" }, { "paymentcharge":"0.0", "…

c# .net json desktop-application
How to change windows Applicatoin's default icon in Setup Project

How to change the Windows Application's default icon with other one in C# desktop application. I am trying to change …

c# .net desktop desktop-application
Create Windows Installer for Java Programs

I'm a Java beginner. I already created a simple GUI application that display will "hello world" label. But, how can …

java deployment desktop-application installation
Free desktop client for Oracle?

Which is the best Open Source free client for querying an Oracle database? It may additionally support other databases (MySQL, …

database oracle desktop-application
Examples of good Java desktop applications

More of a wiki list/collection, I'm looking for a list of good Java desktop apps. I've added a couple …

java desktop-application
Convert PHP-MySQL web application to desktop app (exe)

I have developed a PHP-MySQL web application, which is a school-based project. My client wants this application to be converted …

php desktop-application
Can WPF applications be run in Linux with .Net Core 3?

Microsoft announced .Net Core 3 comes with WPF and Windows Forms. So can I create a Desktop application for Linux or …

linux wpf .net-core desktop-application .net-core-3.0
Is there a good framework for Java desktop applications?

I have developed many desktop applications in Swing, even those a bit more complex, with Hibernate and Spring integration. I …

java swing eclipse-rcp desktop-application spring-rcp
how to show data from database to JTable of Java Swing Controls

I have this problem on how to show data from my database using JTable of Java Swing Controls. I just …

java jtable desktop-application jform