how to make stuff function?

i am VERY new to vsc++ express and i am just learning.

how do i make things function after they are draged onto the form,

in other words i make a file menu and all the commands are there but when you click on say, exit nothing happens.

or i create a button and click nothing.

how do i assign function to the things i create in my form

any help would be great! i hope i was clear



Answer this question

how to make stuff function?

  • Bruenor

    Hi Magrute

    I'd seriously suggest you use the learning resources available at MSDN site to get an basic understanding of c++ winodws forms programming using the Express IDE.

    http://msdn.microsoft.com/vstudio/express/visualc/learning/default.aspx

    From here you may wish to learn more advanced features by reading books or using sites such as http://www.cplusplus.com/doc/tutorial/ to get used to how to do things with c++.

    Regards


  • Vanny

    magrute wrote:

    i am VERY new to vsc++ express and i am just learning.

    how do i make things function after they are draged onto the form,

    in other words i make a file menu and all the commands are there but when you click on say, exit nothing happens.

    or i create a button and click nothing.

    how do i assign function to the things i create in my form

    any help would be great! i hope i was clear

    I would suggest a night school class at a nearby college.


  • how to make stuff function?