1
vote
5answers
87 views
Self Updating Application
Hi All,
I have a general question for the group. I am about to start a large project for my team that, I suspect, we will be doing as a desktop application (I am generally a web g …
2
votes
3answers
90 views
Is Mono appropriate for developing servers?
Is Mono appropriate for developing server applications, or only desktop applications? I'd like to develop server applications in C# for Linux. I want to write a First Person Shoote …
1
vote
1answer
25 views
Implement a “Remember me” CheckBox in windows application?
Hello I am creating a Windows application (WPF) that is going to be running in few stations accessing 1 database.
I already implemented a login form with a login system thru My.Us …
0
votes
7answers
160 views
How to end process after closing whole application in C#.NET ?
I have a .NET 2005 (C#) desktop application, in which there is a login form and an MDI form, which then have multiple subforms. All other forms are opened in MDI form only.
After …
2
votes
5answers
64 views
Using the browser for desktop UI
How can I use the browser as a UI for a desktop app? The ways I have come up with so far are...
Use all HTML/Javascript. Problem: Can't access filesystem or just about anything e …
0
votes
4answers
97 views
C# - Delete Cookie
How can I delete a specific cookie from within my application? Everywhere I look for this turns up being for web development.
0
votes
1answer
33 views
How do I connect to SDF on a Mobile device from desktop application?
C# WinForms .Net 3.5 to SQL CE 3.5 on Mobile 6.1 Device
I'd like to make a connection from a desktop application to a SDF database on my Windows Mobile device while it's connected …
0
votes
2answers
307 views
how can i select particular checkbox within datagrid itemrenderer in flex ?
I have button like random click ,if i click this button then will select 15 checkbox within datagrid itemrenderer checkbox But i can't access the checkbox ? please refer me ? How c …
1
vote
13answers
288 views
Database engine for a desktop application in C#
I need a lightweight database engine for a desktop application. The application is not data centric, although it needs some persistent data. Which one would you use MS SQL Server e …
3
votes
4answers
118 views
Windows Application vs Web Application development
Just trying to get a more thorough understanding of the major differences between windows(desktop) application and web application development. All my knowledge and experience has …
8
votes
17answers
560 views
Recommendation needed for good database for Delphi desktop app
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 app …
2
votes
4answers
161 views
Develop desktop applications view with HTML, as a web application
Hello
I am used to develop web applications in Java (Struts, Spring, JSP...). But now I want to develop a desktop one. I never liked to design windows in Java (AWT, Swing, SWT): t …
7
votes
10answers
266 views
Prevent Casual Piracy for Simple Utility
I've written a small utility that I wish to sell for less than $10.
My primary concern is "casual piracy". The scenario that plays out in my mind is this:
User buys the progra …
2
votes
1answer
35 views
How to implement autoload in a Java application
So I'm writing this JFrame application that has its own document model that can be loaded and saved to a filepath. I'm wondering what good ways are there to make the application op …
0
votes
1answer
11 views
relaunch app when it ends or when it prints out certain text (stdout)
I have an app which acts almost like a daemon. Sometimes it quits on error and many times it prints an error msg then ask users to press any key to close.
How can i relaunch the a …
