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.
Imagine to have a Desktop application - could be best described as record keeping where the user inserts/views the records - that relies on a DB back-end which will contain large objects\' hierarchies
We develop an application that clients use side-by-side with in-house custom software. One of our clients has requested that we investigate the use of screen scraping software to provide a sort of int
I am building a Java desktop app, and I\'d like to be able to uniquely identify which machine the code is currently running on. (It doesn\'t need to be any personal data; it just needs to be able to d
I am trying to develop a system which stores the data that can be accessible by some people in different countries. However, I was thinking on a cost-free system. So, is there any way I can develop th
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am new to .NET, I have made a small app.I want th开发者_如何学编程at this app should start when we start Windows, also how to make this app be present like a system tray icon if we minimize it. The
I have a windows form application. there is a checkbox remember me. now i want if i check this box , then the username is saved in some file on local computer , so that it can be used after some time.
is it possible that when i start a windows form application , it automatically picks up the username and password from the credential entered at the starting of the windows and login the user aut开发者
I am able to implement the autocomplete textbox search, but its case sensitive. i want to make it sase insensitive. I have put an or condition but it checks for first entered letter only. i want the s