desktop-application Questions
1
Solved
I want to create a tray menu app with custom buttons, sliders, maybe some nice transition effect, a header and footer like this:
The application needs to work on Linux, Windows and Mac.
I guess...
Demerit asked 8/11, 2016 at 10:56
6
Solved
I need to get the path (not the executable) where my application is running from:
System.AppDomain.CurrentDomain.BaseDirectory()
When I run the above statement with & "/images/image.jpg" on ...
Thermosphere asked 7/4, 2010 at 14:54
1
Solved
Can someone help me with the following queries.
Whats the difference between the two? electron-packager and electron-builder.
I have used both. And both of them creates a .exe file.
But the one c...
Skewness asked 21/9, 2016 at 7:53
3
Solved
I have a Windows desktop application which must work in collaboration with my Chrome extension.
Can I send a message to my desktop app somehow from Google Chrome extension?
Which IPC objects can...
Joinder asked 21/8, 2012 at 13:51
1
Here is the code I am using
String filenamevideo = videoFilePath;(video.mp4)
String filenameaudio = audioAACFilePath; (audio.aac)
IMediaWriter mWriter = ToolFactory.makeWriter(videoWithAudi...
Gramophone asked 25/11, 2015 at 17:38
1
Solved
I'm developing a java application that i want to run on startup. I used launch4j to create .exe file and Inno setup to generate installer. Is there any way to create a shortcut in the startup...
Agnosticism asked 23/8, 2016 at 17:59
6
Solved
I'm just starting to use Maven, (evaluating it, really) and I need to be able to quickly generate a JAR file for my application and a directory with all the dependencies (for example, lib) so that ...
Counterintelligence asked 20/2, 2009 at 1:50
2
Solved
Currently I'm trying to find a way to build a desktop app that hosts a browser window and uses JavaScript to communicate with a local ASP.NET Core Web API as the "backend":
All my searches lead ...
Albumen asked 11/8, 2016 at 21:57
6
I want an app's main window to ignore mouse and keyboard events, passing them to applications underneath it in the window manager Z-order.
I see how to make child widgets ignore keyboard or mouse...
Lovesome asked 12/6, 2009 at 14:45
2
Solved
There are ways to get the list of installed applications that come in Add/Remove Programs in ControlPanel.
But I want to get the list of installed applications from windows store too. I have not go...
Bharat asked 5/7, 2016 at 6:19
3
I want to convert Natural Language questions to SQL queries using opennlp Java library, i.e.
Who won women figure skating in Sochi?
should be converted to
select name from winners whe...
Nephograph asked 10/4, 2014 at 8:44
2
I have developed a C# desktop application which makes HTTPS requests to the customers' servers (usually Documentum/SharePoint/Alfresco/NemakiWare/etc HTTPS-based servers).
Several customers have a...
Splenic asked 10/8, 2015 at 5:52
2
Solved
My concern is to know, That can we create desktop application in PHP Like:- other applications on our desktop. If yes then give some references or ideas, How to create desktop applications
Maduro asked 29/6, 2016 at 11:58
4
Solved
We're working on a desktop WPF app that runs on Windows 7 tablets and are adding some Surface Pro units with windows 8 to the mix.
We noticed immediately that the little keyboard icon no longer di...
Proselytism asked 26/3, 2013 at 20:24
2
Solved
It's shown as nwjs.app in Finder but nw-demo.app in Terminal.
If I rename the app using mv nw-demo.app nw-demo2.app, it shows correctly in Finder. If I then rename it back using mv nw-demo2.app ...
Photophore asked 17/6, 2016 at 21:12
2
Solved
Say I have a .NET rich client (WPF) application that will be deployed in 3 different scenarios simultaneously:
client & server code runs in a single process
client code runs on an intranet c...
Obeng asked 8/7, 2015 at 20:48
8
Solved
I work on VS 2008 with C#. This below code does not work for me. My form was designed in 1024 x 768 resolution.
Our clients laptop is in 1366 x 768 resolution. To solve this problem, I set below co...
Phonsa asked 22/2, 2011 at 6:41
4
Solved
I need to create a web app for a client, and one of the requirements is whenever an event is triggered there should be some desktop notification in Windows XP/7 that tells them of the event. Simila...
Swanherd asked 6/4, 2012 at 18:2
2
Serilog is a logging library that has Sinks (adapters) to many log viewing/analysis services (like Glimpse or Loggly). That is cool but all of them require browser to see the logs.
Is there a ready...
Beka asked 10/12, 2014 at 9:3
2
I wanted to have analytics for my upcoming alpha release so I can analyse how the program gets used, how often errors occur and so on.
Implementing an own approach of such is quite difficult and t...
Shaggy asked 24/9, 2014 at 14:44
2
Solved
I have a couple of little widgets that I have made to run in the browser, just basic JavaScript and HTML. They are little tools that have blank backgrounds and things like CPU usage, and just...
Matthias asked 4/3, 2016 at 0:30
1
Solved
I'm working on an app that on the first run will have to download files (images jpg/png) via API from the web and then store it locally so online connection won't be necessary anymore (user can run...
Diffractive asked 29/2, 2016 at 10:21
2
Solved
Recently I stumbled upon Adobe's 'Brackets' code editor, which is apparently built using the standard web languages. As a keen web developer, I have taken quite a bit of interest into how thi...
Resistor asked 28/2, 2016 at 1:25
3
Solved
I've been tasked with the requirement to produce a desktop application with a 'sexy'** look and feel. I intend to use WPF to achieve this. One of the requirements is that the desktop application wi...
Desertion asked 3/4, 2012 at 11:46
1
Solved
I noticed with the first big Windows 10 update that some desktop apps have tiles in a different color than the one I have for accent color, like Firefox, which has a dark-gray tile color:
Howeve...
Greaten asked 25/12, 2015 at 2:14
© 2022 - 2024 — McMap. All rights reserved.