Click here to Skip to main content
15,917,320 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString Problem Pin
ThatsAlok13-Jan-05 18:59
ThatsAlok13-Jan-05 18:59 
GeneralRe: CString Problem Pin
Aamir Butt13-Jan-05 20:30
Aamir Butt13-Jan-05 20:30 
GeneralRe: CString Problem Pin
toxcct13-Jan-05 22:40
toxcct13-Jan-05 22:40 
GeneralRe: CString Problem Pin
Iain Clarke, Warrior Programmer14-Jan-05 0:34
Iain Clarke, Warrior Programmer14-Jan-05 0:34 
GeneralRe: CString Problem Pin
Dody_DK15-Jan-05 0:40
Dody_DK15-Jan-05 0:40 
GeneralStatus Bar (continued) Pin
LighthouseJ13-Jan-05 12:33
LighthouseJ13-Jan-05 12:33 
GeneralRe: Status Bar (continued) Pin
KaЯl14-Jan-05 2:16
KaЯl14-Jan-05 2:16 
GeneralScrollbars in a Dialog Pin
dlarkin7713-Jan-05 9:52
dlarkin7713-Jan-05 9:52 
GeneralRe: Scrollbars in a Dialog Pin
Shog913-Jan-05 11:46
sitebuilderShog913-Jan-05 11:46 
GeneralRe: Scrollbars in a Dialog Pin
dlarkin7714-Jan-05 7:25
dlarkin7714-Jan-05 7:25 
GeneralVC++6 + VS SP6 = COMPUTATION BUG!! Pin
Fred D.13-Jan-05 6:23
Fred D.13-Jan-05 6:23 
GeneralRe: VC++6 + VS SP6 = COMPUTATION BUG!! Pin
PJ Arends13-Jan-05 6:46
professionalPJ Arends13-Jan-05 6:46 
GeneralRe: VC++6 + VS SP6 = COMPUTATION BUG!! Pin
Antony M Kancidrowski13-Jan-05 6:52
Antony M Kancidrowski13-Jan-05 6:52 
GeneralRe: VC++6 + VS SP6 = COMPUTATION BUG!! Pin
Fred D.13-Jan-05 7:33
Fred D.13-Jan-05 7:33 
GeneralRe: VC++6 + VS SP6 = COMPUTATION BUG!! Pin
Antony M Kancidrowski13-Jan-05 12:56
Antony M Kancidrowski13-Jan-05 12:56 
QuestionHow to Run a executable file using c++ program Pin
Aqueel13-Jan-05 3:56
Aqueel13-Jan-05 3:56 
AnswerRe: How to Run a executable file using c++ program Pin
Budric B.13-Jan-05 4:13
Budric B.13-Jan-05 4:13 
GeneralRe: How to Run a executable file using c++ program Pin
toxcct13-Jan-05 22:42
toxcct13-Jan-05 22:42 
AnswerRe: How to Run a executable file using c++ program Pin
Blake Miller13-Jan-05 4:13
Blake Miller13-Jan-05 4:13 
AnswerRe: How to Run a executable file using c++ program Pin
David Crow13-Jan-05 5:57
David Crow13-Jan-05 5:57 
AnswerRe: How to Run a executable file using c++ program Pin
Michael Dunn13-Jan-05 7:14
sitebuilderMichael Dunn13-Jan-05 7:14 
Generalhooking menu item in active X Pin
mansour_ahmadian13-Jan-05 2:43
mansour_ahmadian13-Jan-05 2:43 
Hello,
I am developing an add-on for an application that uses active-x. I could mange to write the add-ons and seem there is no problem with the add-on expects one. The user may select a menu item from the original application when it should not be done so I want to hook into the menu item and replacing its serving function with my own function to tell the user that he shouldn’t do this or at least disable the menu item. I don’t have any way to do this using the interface that the application can give me ( at least I don’t know about such interface!). Is there any way to do this?
The main things that I want to do are:

Assume that you have a running application and you don’t have access to its source code.
1-I want that to change the status of the some menu items in the application (disable and enable them). Can I do this? If yes how?
2- I want to find when a menu item is selected by user. Assume that when the user select File menu item, the File() function in the application is called. Can I change it so that it call MyFile() function instead of original File() function? If yes can I call File() function from MyFile() function? If yes how can I do this?

Any help is much appreciated.

Best regards

GeneralRe: hooking menu item in active X Pin
Roger Allen13-Jan-05 3:14
Roger Allen13-Jan-05 3:14 
QuestionAuto-update of my app? Pin
Hoornet9313-Jan-05 1:57
Hoornet9313-Jan-05 1:57 
AnswerRe: Auto-update of my app? Pin
ThatsAlok13-Jan-05 2:57
ThatsAlok13-Jan-05 2:57 

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.