Posted: Fri Apr 11, 2008 11:18 pm Post subject: [Help] C++ Code
hello..
i'm trying to add a menu bar at my win32api form and according to the tutorial i'm suppose to add something like this
Code:
#define IDR_MYMENU 101
#include "resource.h"
IDR_MYMENU MENU
BEGIN
//
// etc
//
END
but where do i write that code?
i tried to write it like the tutorial right after the "#include" line
but all i get is errors
where this code suppose to be ?
You should do it in a resource file (*.rc)
I suggest you re-read the tutorial to get things clear. Or you can use this one:
http://www.winprog.org/tutorial/
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum