Skip to main content
The 2024 Developer Survey results are live! See the results

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.

desktop-application
-3 votes
0 answers
30 views

How to Update a Progress Bar to a Modern Style in [WPF/C#]

That's what i mean I am working on a project that uses a built-in progress bar (screenshot: ). The current design is outdated, resembling older Windows styles. I want to update it to a more modern ...
Abdallah Ahmed's user avatar
0 votes
0 answers
51 views

Is there a more efficient way to display live camera images in a C# desktop application [duplicate]

I am trying to display the images from a LUCID camera in a C# desktop application. The camera comes with a SDK and the image acquisition takes between 20-35ms per image. The problem is that I have ...
scale123's user avatar
0 votes
1 answer
32 views

ID Token in MSAL User Token Cache Is Missing Custom Claims Present In Token from AcquireInteractiveToken

I am using PublicClientApplicationBuilder to add Microsoft Azure AD B2C to a desktop application. We are extending an existing Identity Experience Framework custom policy already in use for a website ...
CreganTur's user avatar
0 votes
0 answers
18 views

why Electron with electron builder in Laravel not automatically startup self localhost

i configure electron with electron builder , like create main.cjs and config package.json , and then run npm run electron-build , created a stepup.exe and then installed like install (headman-system ...
Mister zana's user avatar
0 votes
0 answers
21 views

Electron Store working in dev mode but not in production

I am using Electron Store in Electron Js Project. The app is successfully built. But the electron store is not working in production/build version as I am not able to store the data persistently. What ...
Bibek Chalise's user avatar
0 votes
0 answers
59 views

Form size is not responsive with any screens

I've been trying to make my form responsive that fit in any screen. This form attached to a panel. I have marked that panel in red box in this image. This form inside the panel(showed in red box) is ...
udd_ish's user avatar
  • 97
0 votes
0 answers
13 views

How can I adjust the program dimensions in pyqt5? [duplicate]

Hello gys i have a problem when i link the designe.ui with the python code and i run it the Programme displayed very small , not like when i run it from QT DESIGNER Images : **MY CODE ** from PyQt5....
Habib Mebdoua's user avatar
0 votes
0 answers
7 views

Document picker or image uploader is not working in react native windows for desktop application

import React, { useState } from 'react'; import { View, Text, StyleSheet, TextInput, TouchableOpacity, ScrollView } from 'react-native'; //import * as DocumentPicker from 'expo-document-picker'; const ...
Anoop Singh's user avatar
-1 votes
0 answers
32 views

Copy the location of components in winForm

I am working on a project that requires 4 similar looking WinForms, the components are same with exact same locations. While copying the components from one form and pasting in other form, the ...
Yashvi Shah's user avatar
1 vote
0 answers
18 views

Karate Robot desktop automation clicking button not working

I am trying to click on a button in a desktop application using the button label name, I am getting the below error this is the button i am trying to click I have tessdata folder which has trained ...
sarath's user avatar
  • 117
-1 votes
0 answers
27 views

When I install the exe file it shows warning unknown publisher. How can I fix this? [duplicate]

I create a desktop app using Flutter. And I create exe file using inno setup. When I install the exe file it shows warning unknown publisher. How can I fix this? I tried in msix but it doesn't give ...
Soton Ahmed's user avatar
1 vote
1 answer
82 views

Increase the Height or Padding of the ListView Header Row

I'm trying to increase the padding or height of the header row columns of a ListView. I've managed to change the background color and text color using this code. SelsList.DrawColumnHeader += (sender, ...
udd_ish's user avatar
  • 97
0 votes
1 answer
28 views

Flutter sqflite database location on desktop

How to change database file name to a custom path like your project folder in Flutter using Sqflite package on desktop? When the following code is run in class named DatabaseHelper: Future<...
user24998418's user avatar
-4 votes
1 answer
96 views

Why does MessageBox block WM_HOTKEY but not WM_TRAYICON in my WindowProc function? [closed]

I have a NOTIFYICONDATA structure nid defined on the first instance of a WM_CREATE message. The nid message ID is WM_TRAYICON. I handle the WM_TRAYICON message in WindowProc, which is associated with ...
xvymnp's user avatar
  • 57
1 vote
1 answer
32 views

env file not included in dist folder when building nwjs app using nw-builder-phoenix

I am using NW.js to create desktop app. In am using nwjs-builder-phoenix to build an executable file, I am experiencing an issue where the .env file is not being included in the OS-specific folders ...
Vivek sarvaiya's user avatar

15 30 50 per page
1
2 3 4 5
225