I Created the setup for my vb.Net appliaction and installed it on the client systems. The applic开发者_C百科ation uses MS Access as the database. So i manually added the file to Setup project under it
Say I have created a desktop application in Java to keep notes. I used MySQL for storage. On my computer it connects to database I have created(using my root username and password). But what if I want
I am developing a windows based application using C#. This should be used by the customer after some verification.
anyone know if we can create a session-like mechanism in java desktop application? i am going to develop a java desktop application which has a log-in mechanism to ensure only authorized people can ac
I\'m building a Java application using NetBeans 7.0.The app is intended for use on Windows, so I guess the tool I\'m really making most use of is Java Swing (for the cool, nifty screen elements).
I am aware that there is a lot of framework for Java web apps, but I am surp开发者_开发知识库rised is there is any MVC framework for desktop apps in java other than Swing and AWT?I can also recommend
I am writing a fairly large scale WPF desktop application using the MVVM pattern. I have been stuck for a while on getting my common properties to update in a View other than the one that updated it.
I am working on a desktop application developed in C# (.NET environment). This application connects to remote server using HttpWebRequest. If due to any reason my PC is disconnected from the internet
I have a desktop application that takes few input parameters and give me the resultant output file. I want to use via web. I want to create a website where user can input those parameters and the开发
I want to base a tool on eclipse in a way that I could change eclipse framework whenever required. So probably writing a plugin is not a good choice ?