yeh ok, it might be good for a few features. but creating windows is way to easy when converting to another language people will definately not understand about Registering Classes and such.
also people will need to learn how to take the long way round for most things when converting rather than in vb (right click -> add -> form or whatever)
another example is creating and saving files.
VB
code:
open "C:/blah.txt" for output as 1
Print #1, "sick"
'or
"Write #1, "im n00bie"
Close #1
the only way i can do it in C++ and ASM is using CreateFile and WriteFile api calls. if theres an easy macro include or something can someone please tell me
anyway the only real thing i use for vb now is quick programs to test if an idea is possible. then if it is ill translate to probly Assembly.
anyways thats my opinion, i used to be a big fan of the ol' vb but then i joined this forum