Ok this is my first program even tho i've only made it to lesson 10 so far i need to actualy attempt something to learn. i don't want code but an idea of what vb "parts" i am going to need for it

1) Is it possible to make a form? Keep in mind i was a vb'r till sunday please don't stone me hehe. If so how?

The idea of the program is they click a command button(do i call it that here??)

They are prompted to input a word (cout and cin right?)

The word is converted to *'s and placed in a , dare i say, label.

They then guess, if its right it unmasks that letter, if not it tells them and they get 5 more tries, 6 in all.

I know i need an array and all that, its a hangman deal we did in vb that rlly helped me in vb, so hopefully can help me comprehend what i'm doing in c++.

Thnx!