londonDevil
Programmer
I am trying to add a menu item to the far right of the menu bar in my program using API.
What can I add to my code below or to my '.h' file to have a menu item displayed on the extreme right?
Really Hoping SOMEONE/ANYONE can help Thanks!
the following code is from the '.rc' file
#include "edp8.h"
edp8 MENU
BEGIN
POPUP "&Modules"
BEGIN
MENUITEM "&Save Details", IDM_SAVE
END
MENUITEM "&Exit", IDM_EXIT
END
What can I add to my code below or to my '.h' file to have a menu item displayed on the extreme right?
Really Hoping SOMEONE/ANYONE can help Thanks!
the following code is from the '.rc' file
#include "edp8.h"
edp8 MENU
BEGIN
POPUP "&Modules"
BEGIN
MENUITEM "&Save Details", IDM_SAVE
END
MENUITEM "&Exit", IDM_EXIT
END