No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hello, dear All I have the following problem: i have a .net (C#) app and a Windows Installer project to deploy it. Now i want this Installer project be able not just to install the app onto a 'bare' client machine, but also to check if some previous version of … | |
Re: [QUOTE=charqus;1124835]Thanks , but i got a error [url]http://files.uploadffs.com/d/7/13577062/err.PNG[/url] but i have it [url]http://files.uploadffs.com/d/b/61e9bdc2/have.PNG[/url][/QUOTE] Actually you have this file in your project's folder, but try to load it as if it were in the same folder as your exe file. Try using relative path like [CODE]pictureBox1.BackgroundImage = Image.FromFile(@"..\..\sa-mp-042.png");[/CODE] | |
Hello dear All, Now I'm writing an app that have to react on some user's actions in real time and redraw a big form according to this activity and a timer's firing. Also, when redrawing the form, the app must emit some short sounds. For the last purpose I used … |
The End.