Garbage...
1) The gui looks aweful (IMO)...
2) Using the AREO glass extensively will make the program win 7 / vista only
3) AREO uses GPU power = bad thing when you want to get the highest possibly hashrate
4) where's the Edit/delete miner button?
5) Pools, how about adding support for people adding custom pools? say their own or a new one you might not have updated it to include the URL of?
6) Is this using WPF? because you kinda want to avoid that aswell because it uses gpu resources too.
7) have you actually looked into reading fanspeed, etc from c#? because without having looked into it i doubt it's easy as c# generally doesn't have much hardware level acess API's
That's about it for my thoghts, don't take it personally but rather as constructive critique
1. Thanks
2 & 3. Yes, I know it uses gpu resources, but it uses very minimal, and it detects if it's running on xp and changed the gui accordingly.
4. When you create a miner another tab gets added and the features are on the new tab.
5. Added to the list
6. No, it's windows forms.
7. It's actually quite easy using interops (from C/C++)