Most voted "desktop-application" questions
Desktop applications are those developed to run on desktop (or "desktops") or portable ("laptops" or "notebooks") computer operating systems - such as Windows, Macos, and the most common Linux distributions.
Learn more…83 questions
Sort by count of
-
0
votes1
answer748
viewsAre there other GUI libraries besides awt, swing and javafx?
I wanted details and what are these libraries for to help me develop my video rental software.
-
0
votes1
answer93
viewsMYSQL access by an application
I am creating an application in C# this, connects to a remote Mysql server, enabled for any IP to have access to my BD with a read-only user. My doubt is the following: There is a way in Webservice…
-
0
votes0
answers282
viewsDesktop remote application with RDP protocol
I’m making an application based on the example Remote Desktop application with RDP Protocol. But, how to change the color of the transmission? That is, the property colordepth. I’m using the…
-
0
votes1
answer82
viewsDownload a pdf from a web application to a desktop application, in C#
I have to do a job for the college using C#, with Visual Studio, where a user accesses a web application, uploads a file, and sends it to a remote desktop machine and saves it in a specific folder.…
-
0
votes1
answer491
viewsMysql in Java Desktop applications for multiple establishments
Hello, if I make a Java Desktop application with a Mysql database, which will be delivered to several establishments to use, what about the database? Do you have any suggestions? The application, I…
-
0
votes1
answer295
viewshow to make combobox modify a combobox with java desktop database items?
I managed to do but only works with pre-selected items. CidadeDAO cidadeDAO = new CidadeDAO(connection); EstadoDAO estadoDao = new EstadoDAO(connection); List<ModeloEstado> estados =…
-
0
votes1
answer85
viewsIs it possible to open on a given PDF page?
public static void main(String[] args) throws IOException, BiffException { Workbook workbook = Workbook.getWorkbook(new File("C:\\testes\\teste.xls")); Sheet sheet = workbook.getSheet(0); int linhas…
-
0
votes1
answer270
viewsWhat criteria should be analyzed when choosing a language for creating an application? Is performance everything?
I need to create an application that is the source of communication between several other applications with the database, IE, other applications will make requests for this application that will be…
-
0
votes1
answer1793
viewsHow to find out how long an application has been running?
I have to find out how long an application in windows is running, the application itself, it was not I who created the application, I already searched and I could not find anything, using logic, I…
-
0
votes1
answer748
viewsObject reference not defined for an object instance. C# (on installation)
By the error message, it was understood that there is an object not instantiated, in which I would be making reference. Error: However, this same application works perfectly on the development…
-
0
votes1
answer215
viewsHow to configure log4j in a java project that does not have the src folder?
I have a Java project that does not have the src(8z !) folder and I need to use log4j, I created the log4j.properties file and inserted it into the main package (com.meuproj.main), but the log file…
-
0
votes0
answers323
viewsC# Windows Forms - Integrated Database
I will develop a Desktop application, and this application will make access to Local Database, my question is: If I make an application that accesses SQL Server normally, when I generate the release…
-
0
votes2
answers1343
viewsIs it possible to use firebase on computers?
I need to create an application for control of finances customized for the company I work and I wanted to know if it is possible through some mechanism to create a database in firebase to be used in…
-
0
votes0
answers96
viewsWindowsform - How to add two Datagridviewbuttoncell in the same Ell?
Is it possible to add two Datagridviewbuttoncell type buttons in the same cell in a Datagridview? I’ve done a lot of research and so far I haven’t been able to find any solution. Edit 1: For…
-
0
votes1
answer186
viewsHow do I save an image to the database through an application?
I have an application in c# and I want to make it possible to save a photo in the SQL database. 1- How do I mount the database structure to receive an image? 2- How to send the application photo to…
-
0
votes2
answers230
viewsListview with first column exceeding limit
Hello! I made a form using the library Materialskin In this library there is a component called Listview (which would be similar to Winforms' Listview) that the first column gets bugged. Look at…
-
0
votes2
answers62
viewsSimilar to Admob for Desktop?
Is there? I want to do a free program but I would like to have ad in specific locations of it. And charge the license to be able to remove this, as it works in apps today. Unfortunately Google (as…
-
0
votes0
answers438
viewsAccess local database with Electron?
When developing a desktop application, you may need to access the local database. Electron, allows to use HTML, CSS and Javascript. HTML and CSS is not possible and Javascript is not recommended.…
-
0
votes0
answers24
viewsExternal Connection Postgresql
I have a java application on my computer running offline along with a database connection, with full access. I wonder how I would do so that if this program is installed on another computer, the…
-
0
votes2
answers120
viewsAccess system by remote access
Hello, I have developed a general registration system for some customers, this system is developed in Delphi, very simple, but is installed locally in each machine. A while ago I had the opportunity…
desktop-applicationasked 6 years, 10 months ago user59669 -
0
votes1
answer57
viewsHow to prevent my java application from opening twice or more simultaneously?
I am developing a project, in which I need to prevent the user to run the application more than once at the same time, that is, if the application is already running instead of running again it…
-
0
votes1
answer98
viewsWeb Scraping or Web Crawler isolate Node
Please, I’m trying to retrieve the following information: "value bra": (<span class="value bra">3,666</span>) <div class="ticker-financial-market" initiated="true"> <div…
-
0
votes0
answers38
viewsWhich version of Visual Studio to use?
Hello, I have a problem related to which version of Visual Studio to use. The scenario is this, the company I work for has nothing to do with software development, but I’m a programmer and we…
-
0
votes2
answers171
viewsListeners from firebase database does not run and does not retrieve data, write - java server desktop
There are a few days I’m trying to understand what is happening with my code that I should write and read in Firebase Realtime Database, but without success and there is no apparent problem, error,…
java firebase-database desktop-application realtime-databaseasked 5 years, 7 months ago Wellington DC 1 -
0
votes1
answer29
viewsShow javascript data inside the rendering part of Electronjs
I want to run a JS file along with Electron and return its result within the rendering part of Electron Code I want to show inside the Electron in the HTML part: const si =…
-
0
votes0
answers8
viewsWeb application request query execution for desktop application
I want to implement a solution in the following scenario: A web application will send a desktop application an sql statement to be executed and return the result to the web application. Example: Web…
-
-1
votes1
answer198
viewsHow to make a background responsive in c#?
How to relate background_image to window size? Example: Sets my background image, but by changing the window size (minimizing) the image becomes "incomplete", and does not follow the edges acting so…
-
-1
votes1
answer37
viewsDirect information exchange between Android and Desktop
Folks I would like to know if it is possible for me to develop an app that communicates directly with another application I developed on the computer, without the need for a server or webservice for…
-
-1
votes1
answer218
viewsI made an application/game in java and used MVC. However, I have already concluded and I did not put anything in the Model, is that correct?
I made an application/game in java and used MVC. But I have already completed the application and I did not put anything in the Model. I did everything in the Controller and View. My application…
-
-1
votes1
answer2560
viewsWhat API to use for Java Desktop applications
I am looking to develop a Java Desktop project and would like to analyze what would be the best API for it. I’m in need of something like the state of the art of desktop Apis for Java. I did a…
-
-1
votes1
answer39
viewsIs it possible to count license validation days without depending on the system date?
I’m new to the programming world. With the help of some tutorials, I was able to build an application for school management. Also with the help of the Javaplugados channel I was able to build a…
-
-1
votes0
answers28
viewsHow to update a executable
I have an app .exe in python and I need to make this executable check for a new version, and upgrade on the computer. I found solutions like: Rename the current . exe, run the new and delete the…
-
-2
votes4
answers2216
viewsIs there a problem using Java for commercial automation application in dektop? Or is it better to do it for the web using PHP?
I’m developing a project for desktop using Javafx and Postgresql, but I started reading about Java and found many cons about this programming language (slow, for example), so I’m thinking about…