desktop-application Questions
1
Solved
I am trying to make a refresh button in pyqt5. I am building a desktop app. I wrote the code that scans particular folder and saves filenames and their paths as an array.
Array values are added to...
Caddis asked 2/3, 2018 at 11:21
5
My reports work fine on a 32 bit machine but won't open on 64 bit. 64 bit is required because loading data on one of the screen causes a memory issue - so it can't work on 32 bit.
Windows 10 64 b...
Regression asked 1/6, 2017 at 7:17
1
Solved
What is the main difference between desktop applications and web applications? How to choose them?
Zolly asked 29/1, 2018 at 23:43
1
Solved
I plan on making a desktop only app. I don't have any intent to deploy it to a web server. Think something like VS code.
Im used to just "throwing" react at any problem that has the term "web app...
Underground asked 28/12, 2017 at 8:35
3
Solved
I want to develop a Windows application on Windows 10 using the new Cortana engine.
Unfortunately as far as I know, it seems to be available only on Windows Phone 8.1 project (for instance, I didn...
Soares asked 10/8, 2015 at 22:51
9
Solved
I'm a Java beginner.
I already created a simple GUI application that display will "hello world" label.
But, how can I create an installer from .java or .jar for windows.
Let's say that I ha...
Siddons asked 22/3, 2011 at 19:13
4
Solved
Along the lines of "This tape will self-destruct in five seconds. Good luck, Jim"...
Would it be possible for an application to delete itself (or it's executable wrapper form) once a preset time o...
Nickname asked 11/4, 2012 at 14:28
3
The application I develop dictates that the software should prevent unauthorized access. In order to implement this, I've used user and password based authentication with two roles available - stan...
Stupe asked 13/10, 2017 at 9:20
3
Solved
I'm trying to serialize/deserialize a dictionary, the problem is that I create the dictionary with a StringComparer.OrdinalIgnoreCase comparer.
Here is a code snippet of the problem I'm experienc...
Pitzer asked 25/9, 2017 at 20:9
2
Solved
How can I achieve CD (Continuous Delivery) for winform applications in VSTS (Visual Studio Team Services)? Currently this is what I have in my Visual Studio Solution file
1) A winform project
2) ...
Incorporator asked 11/9, 2017 at 11:3
8
Solved
Short story: is there a way to write a desktop application with a GUI in HTML5 and core in a cross-platform language like python (or even C#/Mono)?
Longer story: I'm a C# developer, for small pers...
Dyedinthewool asked 25/3, 2015 at 9:19
2
I am a software engineer intern for a manufacturing company and they want me to develop an application for the company. They are leaning towards a web application however, I wish to know whet...
Speechmaking asked 25/7, 2017 at 1:46
3
Solved
What is the correct oauth2 flow for a desktop application? Besides a desktop application I have a SPA Web GUI which does use the Implicit flow. There it does not matters if the client Redirects aft...
Wooton asked 23/7, 2017 at 10:47
3
I have a CEdit box where a user can enter relevant information. As soon as he\she starts writing in the box, I need a notification so that I can call doSomething() to perform some other task. Does ...
Strontium asked 16/6, 2012 at 9:19
2
I have a program where user chooses destination monitor but I just can't get the real monitor
name/model.
I have already tried the following:
Screen.AllScreens is of no use;
WMI and Win32 EnumDi...
Allergy asked 20/2, 2013 at 20:15
4
Solved
I would like to show the publish version of my desktop application. I am trying to do it with this code:
_appVersion.Content = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;...
Payson asked 27/9, 2016 at 10:8
2
Solved
Angular website (www.angular.io) claims Angular can be used for
"For web, mobile web, native mobile and native desktop." I'd like to find out more about native desktop capabilities but can't find ...
Histology asked 25/4, 2017 at 8:52
4
OK so being a web programmer I'm building an ajax app, but my problem is that my target market isn't going to want it as a web app, they'll want it on their desktop with local file access, and poss...
Glanti asked 22/2, 2011 at 22:9
1
We have an old project that we are supporting and there is an issue that occurs most probably due to multi-threading.
The original implementer 'fixed' it by doing a Thread.sleep before executing th...
Zoophyte asked 6/4, 2017 at 23:22
7
Solved
I use a panel in c# winforms and fill the panel with the no of picture box using loop
For example, panel name is panal
foreach (string s in fileNames)
{
PictureBox pbox = new new PictureBox();
...
Fixer asked 11/8, 2009 at 13:18
1
There are similar questions but none seems to hit the mark. I am looking for feedback on developing a desktop application using a JavaScript framework. Here are some details to remove confusi...
Pest asked 31/5, 2011 at 16:33
4
Im creating a system tray application in visual studio 2010, using C#.
When the application starts i create my thread and a system tray icon. THe icon shows, however whenever i mouse over the icon...
Jocularity asked 24/9, 2010 at 15:37
1
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....
Furze asked 12/8, 2016 at 13:14
1
I have been using the YouTube IFrame Player API without problem for months and started to see this exception recently when the player loads:
Uncaught ReferenceError: ytcfg is not defined when I...
Shoshonean asked 17/11, 2016 at 17:10
1
I've been learning how to create applications in Electron and I need help compiling a simple project to a Windows executable. The program is a clone from this Github repo: https://github.com/...
Overhear asked 15/11, 2016 at 17:15
© 2022 - 2024 — McMap. All rights reserved.