Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for educated_fool

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 …

Member Avatar for narin143
0
964
Member Avatar for charqus

[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]

Member Avatar for ashishkumar008
0
177
Member Avatar for educated_fool

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 …

Member Avatar for educated_fool
0
192

The End.