reiverix said:You won't find any problems switching to C# from VB. The structure is different but the framework is the same no matter what you use. I use both at work and don't prefer one over the other. Depends on the mood at the time. I would agree that the GUI is a bit friendlier to VB and I also dislike the case sensitive feature of C# and Java. For example...
bool fish = true;
bool Fish = false;
Beats me why a compiler would even allow this. That said, C# is easier to read and write IMHO. Java is good for processing but is a bit slow in the GUI side.
Good luck with your program and your classes (no pun intended)
I surfed by your webpage and took a peek at your software. Very nice interface by the looks of your screenshots. Did you use C# for that program?