what do i need for making a game

hi what do i need for making a game i have visual studio installed and i have windows form application with a script already for making a window but i cant find how to add picturebox to C++ and i dont know what to do so ya do i need some plugins or does anyone know a great video tutorial or whatever
Since you mentioned
windows form application
I assume you use C++/CLI.
In this case you add a picture box by dragging it from the toolbox on to the form. Normally you don't need any plugins.

Here are some videos:
https://www.youtube.com/playlist?list=PL29CAA8B8290D2CB7
i have windwos form application script but i cant make it debug and liek add picture box and stuff at the same time


https://msdn.microsoft.com/en-us/library/bb384843.aspx
The you mentioned above is about the Windows API. There of course is no picture box.

What you need is a windows form application with c++/cli

https://msdn.microsoft.com/en-US/library/ms235634%28v=vs.80%29.aspx
Topic archived. No new replies allowed.