Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to draw a dynamic curve Pin
chandu00419-Oct-07 1:36
chandu00419-Oct-07 1:36 
GeneralRe: how to draw a dynamic curve Pin
nibabug19-Oct-07 0:59
nibabug19-Oct-07 0:59 
GeneralRe: how to draw a dynamic curve Pin
chandu00419-Oct-07 1:10
chandu00419-Oct-07 1:10 
AnswerRe: how to draw a dynamic curve Pin
Hamid_RT19-Oct-07 0:56
Hamid_RT19-Oct-07 0:56 
AnswerRe: how to draw a dynamic curve Pin
Nishad S19-Oct-07 1:21
Nishad S19-Oct-07 1:21 
GeneralRe: how to draw a dynamic curve Pin
nibabug19-Oct-07 1:31
nibabug19-Oct-07 1:31 
AnswerRe: how to draw a dynamic curve Pin
Cedric Moonen19-Oct-07 1:22
Cedric Moonen19-Oct-07 1:22 
QuestionOwn created menues and ID Pin
baerten19-Oct-07 0:20
baerten19-Oct-07 0:20 
Hi everybody,

i create my self a menu-object, so i can display the menu-items dynamically :

CMenu *Home = new CMenu();
Hom->AppendMenu(MF_STRING,ID_MYMENU_GO,"Go");
Home->TrackPopUpMenu(TPM_LEFTALIGN|TPM_RIGHTBUTTON,point.x,point.y,Parent);

The ID_MYMENU_GO isn't known and the menu item is disabled.
If i create a new String-Ressource with the ID of ID_MYMENU_GO and set a String of "-"
the Menu-Element is displayed correctly ...

Is it also possible to set the Menu-Item ID to the project/mainform/.. so that
the application knows the ID ?

For example adding the String via programmation into the known ID's ...

Big thanks for help Smile | :)
AnswerRe: Own created menues and ID Pin
Hamid_RT19-Oct-07 1:06
Hamid_RT19-Oct-07 1:06 
QuestionProgress bar example Pin
Chandrasekharan P18-Oct-07 23:56
Chandrasekharan P18-Oct-07 23:56 
AnswerRe: Progress bar example Pin
chandu00419-Oct-07 0:16
chandu00419-Oct-07 0:16 
AnswerRe: Progress bar example Pin
Hamid_RT19-Oct-07 1:10
Hamid_RT19-Oct-07 1:10 
QuestionWIN32 BUG? Pin
KEL318-Oct-07 23:50
KEL318-Oct-07 23:50 
AnswerRe: WIN32 BUG? Pin
KEL318-Oct-07 23:58
KEL318-Oct-07 23:58 
GeneralRe: WIN32 BUG? Pin
aks.19-Oct-07 4:58
aks.19-Oct-07 4:58 
GeneralRe: WIN32 BUG? Pin
KEL322-Oct-07 0:52
KEL322-Oct-07 0:52 
AnswerRe: WIN32 BUG? Pin
Mark Salsbery19-Oct-07 5:27
Mark Salsbery19-Oct-07 5:27 
GeneralRe: WIN32 BUG? Pin
KEL322-Oct-07 0:57
KEL322-Oct-07 0:57 
GeneralRe: WIN32 BUG? Pin
KEL322-Oct-07 1:07
KEL322-Oct-07 1:07 
AnswerRe: WIN32 BUG? Pin
KEL325-Oct-07 1:43
KEL325-Oct-07 1:43 
QuestionHelp Pin
josip cagalj18-Oct-07 23:41
josip cagalj18-Oct-07 23:41 
QuestionApplication runnig problem.. [modified] Pin
Vugar Avazov18-Oct-07 23:36
Vugar Avazov18-Oct-07 23:36 
AnswerRe: Application runnig problem.. Pin
chandu00418-Oct-07 23:40
chandu00418-Oct-07 23:40 
GeneralRe: Application runnig problem.. [modified] Pin
Vugar Avazov19-Oct-07 7:14
Vugar Avazov19-Oct-07 7:14 
GeneralRe: Application runnig problem.. Pin
chandu00419-Oct-07 0:04
chandu00419-Oct-07 0:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.