I know it will sound like a dull question, but, coming from a VB6 and C in micro controllers it might be quite reasonable:
what is the difference between:
to
?
thanks
what is the difference between:
VB.NET:
frm_main.show()
VB.NET:
dim f as new frm_main
f.show
?
thanks