Hello guys,
Well, I am just trying to learn VC++.net. I ran into this small trouble, which doesn't make sense for me...
I created a MDI application(using MFC) with the default. Well, I just wanted to learn how to create my own tool bar, so I just deleted what ever MFC gave me and created a tool bar that will create a circle.
I named the ID as ID_DRAW_CIRCLE for the tool bar, also I created a menu item (draw) and submenu(circle) and I also named the submenu as ID_DRAW_CIRCLE.
Problem:
I ran into a problem, when I wanted to add an event handler, well, I clicked my view class and went to the events tab, but I don't see ID_DRAW_CIRCLE????? well, I know it should be there, but it's not there. But there is an ID called (32771), which I did not name. So if you guys ran into this trouble or if you could help me, I really appreciate it. thanks.
Sunny
Well, I am just trying to learn VC++.net. I ran into this small trouble, which doesn't make sense for me...
I created a MDI application(using MFC) with the default. Well, I just wanted to learn how to create my own tool bar, so I just deleted what ever MFC gave me and created a tool bar that will create a circle.
I named the ID as ID_DRAW_CIRCLE for the tool bar, also I created a menu item (draw) and submenu(circle) and I also named the submenu as ID_DRAW_CIRCLE.
Problem:
I ran into a problem, when I wanted to add an event handler, well, I clicked my view class and went to the events tab, but I don't see ID_DRAW_CIRCLE????? well, I know it should be there, but it's not there. But there is an ID called (32771), which I did not name. So if you guys ran into this trouble or if you could help me, I really appreciate it. thanks.
Sunny