Been through the basics of C++ programming (finished "C++ A Beginner's Guide 2nd Edition(2003) by Herbert Shildt) and thought I'd continue with Windows Forms now.
Placing buttons etc is going pretty well (:P), but giving them slighty more complicated actions is sort of harder then I thought.
So, first of all I was wondering which tutorial you would recommend to learn it from.
At the moment trying to make a small program which reads a data txt file which contains names and below each name some personal info. The prog should show all the names in 1 column in a datagrid as buttons. When a name is clicked it reveals the data in a new window + data is editable
Managed to find a free readable version of the book on amazon.
I like it so far. :)
And was thinking 'bout a form, since I managed to produce that succesfully a few times :D, though it doesn't really matter for a test application like this ^^