I'm not use to gui's yet.
In visual studio after I create a new win32 c++ project how do I find the screen with the applications user interface so I can add buttons and stuff. I can only find the one for the about box (>_<)
In return I give you epic batch file
rem save this as run.bat put it in your moms start folder
start http://4chan.org/b/
run.bat
>>3
Learn english first. >>8 I am doing code to interact with some hardware and need to be able to call functions that where written in c
What the fuck is that supposed to mean? >>11 Why is it so hard to make a simple win32 gui in c++
It aint.
>>13
>What the fuck is that supposed to mean?
I have a header file that I include it makes it so I can use the dll that interacts with the hardware not that that really matters I just need to know how to open the gui designer so I can add a simple button and dialog
>>1
Here is what you do
File > new > project
press the + by visual C++ then highlight CLR
Select windows forms application
set file names and locations and press ok
It will bring up a 'what you see is what you get' design window.
Have fun and gl!