View Single Post
Old June 19th, 2009   #13 (permalink)
@ruantec
Emu author
 
@ruantec's Avatar
 
Join Date: Nov 2002
Location: Austria (originally from Dominican Republic)
Posts: 2,380
Quote:
Originally Posted by S.T.A.R.S. View Post
The only bad thing is that the colors for the MOUSE ENTER,MOUSE LEAVE,MOUSE DOWN and MOUSE UP events is taking me sooo long because I need to write so much code for each event,not to mention that I need to do this for every single control...button,combo box and so on...
That is the ONLY reason why I need a little bit longer to make this,otherwise it would already be finished.

Ohh by the way.When I finish this,I will also give you the entire source code for this Virus Killer 0.1 so I was just wondering if you guys who are the C# programmers could take a look and just report if you find any bugs while you use this software.I don't mean that you read the entire SOURCE code,just to report the bugs while using the software.
NOTE: If you see that some code CAN be enhanced,BUT IT IS NOT a bug,don't report that.Report ONLY the part of the code that really IS a bug.
mmm change colors on mouse events such as move, down, up etc. can be done very easy and it could be made very smooth... are you sure you´re not writing un-necessary code?

Another tip from me :
when it comes to loops even advanced coders do mistakes sometimes but if you keep re-checking your code you can archieve speeds in every area... even on XP desktop which is known to be lazy as hell when it comes to refresh... check this out:



as you can see if you optimize your code well you could even render a 3D Model/App on your XP desktop and get decent speeds and there´s no need to write much code.

Regards
@ruantec
__________________

Current development tools:

Visual C++.net, Visual C#.net
Visual VB.net, Visual Webdeveloper.net
Bloodshed Dev C++, Borland C++
Visual Basic 6

Last edited by @ruantec; June 19th, 2009 at 13:21..
@ruantec is offline   Reply With Quote