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
~310 People Reached
Favorite Forums
Favorite Tags
Member Avatar for DarkoX

I added a minimize to tray function, to do that i need to assign an icon for the tray, the problem is the only way i can do that is this [CODE] Icon ico = new Icon( "calculator.ico"); appIcon.Icon = ico;[/CODE] witch means that calculator.ico should be in the same …

Member Avatar for ddanbe
0
202
Member Avatar for DarkoX

Hey, i've wrote a script that will test three diffrent sorting methods and display how much time each method took to complete in order to compare the diffrent methods. The problem is that i'm suppose to show the results inside a 2 dimentional graph, and i'm not that much of …

Member Avatar for yazooney
0
108