Is it a bad idea to make a full-screen mdi application? Has anyone else ever tried this? Currently working on redesigning an application that is used on touchscreen terminals. Space is critical and I
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I work on VS 2008 with C#. This below code does not work for me. My form was designed in 1024 x 768 resolution.
OK so being a web programmer I\'m building an ajax app, but my problem is that my target market isn\'t going to want it as a web app, they\'ll want it on their desktop with local file access, and poss
A notifyIcon is down in task bar, a user left clicks on it, how to show the contex开发者_运维技巧tmenu after left click?
I want to write a very simple application, containing a pop-up menu when user click on it, that will appear in windows task bar, exactly like language bar, this is the only need. it does not concatin
I am having an applciation running in system tray notification area, but the problem is that although I exit the application the icon is still there, when I point my mouse near notification area it\'s
Th开发者_StackOverflow社区e file I need is textfile.txt on a network share accessible from my machine. Is there any way to display this text on my windows 7 desktop using the least number of additiona
I am creating a WPF Application, and I wanted to publish it. So I created a new Setup and Deployment project, and added my application to it. Now, when I created the setup file and ran it...it created
i\'m trying to parse a huge csv file in vb.net application but it gets stuck...i think using timer will be a good option but i dont know how to implement fi开发者_如何学JAVAle reading through timer...