im a vb programmer and learning c++
and ive got to admit vb seems the easy way out
with c++ your have to do the right caps etc...
vb
code:
Msgbox "Messengerbox text", "Message box Title"
c++
code:
MessageBox ("Message Box Text, "Message Box Title", 0)
(still dont know why u put the 0 there...)
only problem i have with vb is that you cannot subclass other windows
cept your own