Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
Like this.
AppendMenu(hSubMenu, MF_STRING, MENU_EDIT_CUT, TEXT("Cu&t\tCtrl+X"));AppendMenu(hSubMenu, MF_STRING, MENU_EDIT_COPY, TEXT("&Copy\tC"));
That is exactly what that app does.
Quote from: JohnF on August 19, 2014, 12:20:33 PMThat is exactly what that app does.I have not compiled your SmallEd2 example and we have different looks. Doesn't that mean that it is OS dependent?I am working here with XP SP3.
sprintf(MenuItem, "%s%cCtrl-X", "Example", 8); // works!
'\a' == 7