desktop-application Questions

5

Solved

I am new to Java and want to create a Desktop application in Java. This application Reads and Writes different files. Would someone please recomend me, what do i need for that and should I p...
Medievalism asked 13/4, 2011 at 9:14

7

Solved

I would like to open a website in a user's default web browser, however since the url is user-defined I would also like to prevent them from doing anything other than opening a website. I have see...
Gesundheit asked 31/3, 2011 at 14:20

2

Solved

I'm developing a desktop application using Java. I want to put an icon (with a contextual menu) on the system tray (called Menu Extras in Mac Os). Java 6 comes with support for doing this in Window...
Pancreas asked 28/12, 2009 at 18:36

3

Solved

What's the best way (standard solution maybe) to build crash recovery into my application so it can automatically restart on any kind of crash. tnx.
Vociferate asked 14/3, 2011 at 18:12

3

Solved

We're planning on creating a feedreader as a windows desktop- and iPad application. As we want to be able to show Websites AND to run (our own) JavaScript in this application, we thought about deli...
Wight asked 10/3, 2011 at 13:25

1

A notifyIcon is down in task bar, a user left clicks on it, how to show the contextmenu after left click? Also, How to make it go away with another left lick anywhere else? Thanks in Advance...! ...
Eardrum asked 19/2, 2011 at 14:40

6

Solved

I am trying to make a desktop application that will be hidden but will display only after a time interval. I am trying to set Visible =false at window load event but it still displays.
Misfit asked 29/12, 2010 at 17:49

2

Solved

I wanna send key stroke to a program even if it is running in background. But I can do this only for NOTEPAD like this, [DllImport("user32.dll")] protected static extern byte VkKeyScan(char ch); ...
Sighted asked 13/1, 2011 at 18:18

2

Solved

I have list, i want to convert it to autoCompleteStringCollection.. And I don't want use foreach. _textbox.AutoCompleteMode = AutoCompleteMode.Append; _textbox.AutoCompleteSource = AutoComplete...
Cortneycorty asked 13/1, 2011 at 8:51

4

Solved

I want to use Ninject in my Windows application and I want to know if there is best practices that I can do; strategies to find a balance between performance and maintenance. The problem with Wind...

1

Solved

I'm hoping someone can validate or correct my conclusions here. I'm looking into writing a small side project. I want to create a desktop application for taking notes that will synchronise to a w...
Exemption asked 15/12, 2010 at 3:48

1

Solved

I have an application which does a specific task after some time (controlled by a timer). But whenever I start PC after hibernate that application runs. This means that timer keeps running during h...
Surovy asked 1/1, 2011 at 13:30

1

Solved

I am writing a multithreaded desktop application. Generally I am unsure about the implications that multitreading has on the architecture. There is a lot of literature on architecture, but I know...

1

Solved

I have created a Windows application in C# with two user controls. When the form loads first user control is loaded(and shown)and when I click Next I load second user control. Now I want a method...
Relegate asked 8/12, 2010 at 14:4

5

Solved

I am hunting a bug which might be connected to unit initialization order. Is there a way to see which initialization section was executed when? I need to know the order. This is during debugging, s...

1

Solved

I am working in a Desktop application that provides Online Backup of data. In my application i am trying to implement automatic software update feature. For this i am using java web start. I have d...
Distribution asked 21/10, 2010 at 15:11

4

Solved

Is there any reason that MVC isn't equally useful for desktop apps as for web apps? What would be required to make an ASP.NET MVC directory tree implementable as a desktop app?
Woodard asked 28/11, 2008 at 22:46

1

Solved

I did a notifier app in C# that sits on the taskbar and display a balloon when I get something from it, similar to Google Talk when you receive a new email but at the momment it ignores if I ...
Tumble asked 21/8, 2010 at 4:49

3

Solved

I need to make a web app that I would be able to install as a desktop application on a client PC (database, jetty+war, firefox/chrome/sth portable). The application is a quite big search app (I M...

18

I am creating a desktop application written in Delphi and I am looking for a database for my application. I'm a bit overwhelmed by the number of available options. I'd really appreciate some reco...
Ginaginder asked 27/7, 2009 at 18:43

3

Solved

I'm currently in the process of adding the ability for users to extend the functionality of my desktop application (C++) using plugins scripted in python. The naive method is easy enough. Embed th...
Express asked 30/7, 2010 at 19:38

3

Solved

I am planning to make a multi-language application in C# and was wondering what is the best way to handle the follow: The container for the languages; Best approaches to read/change once initiate...
Wallace asked 12/7, 2010 at 15:19

2

Solved

Jeff has mentioned in the past that dealing directly with the advertiser is "a great model if you can get it", but I imagine getting the critical mass that will attract advertisers to a deskt...
Vikkivikky asked 11/5, 2009 at 4:51

3

Solved

I've got to build a GUI to be run on Desktops in Java. I'm decently new to Java, and I"m trying to understand what Maven is best suited for. Is this the type of application that would be well suite...
Heyer asked 24/5, 2010 at 17:14

5

Solved

I have been playing around with php-gtk recently and in the past I have experimented with Java to make GUI 'hello world' apps. However both these types of applications have had a bit of a clunky (...
Munich asked 3/5, 2010 at 5:1

© 2022 - 2024 — McMap. All rights reserved.