Click here to Skip to main content
15,914,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ::SetDIBitsToDevice problem Pin
Chris Hafey20-Nov-01 16:15
Chris Hafey20-Nov-01 16:15 
QuestionSimple menu??? Pin
habebe20-Nov-01 10:36
habebe20-Nov-01 10:36 
AnswerRe: Simple menu??? Pin
John Clump22-Nov-01 21:11
John Clump22-Nov-01 21:11 
GeneralTime Display Pin
Peter Liddle20-Nov-01 10:19
Peter Liddle20-Nov-01 10:19 
GeneralRe: Time Display Pin
chris196220-Nov-01 10:59
chris196220-Nov-01 10:59 
GeneralRe: Time Display Pin
Alvaro Mendez20-Nov-01 11:48
Alvaro Mendez20-Nov-01 11:48 
GeneralRe: Time Display Pin
Michael Dunn20-Nov-01 16:30
sitebuilderMichael Dunn20-Nov-01 16:30 
GeneralA real challenge . . . customizing programs without the source code Pin
chris196220-Nov-01 10:14
chris196220-Nov-01 10:14 
I've recently written a program that adds some new functionality to an existing off the shelf accounting program. I have no access to the source code of the accounting program. But, by using windows hooks within a DLL I was able to trigger the execution of my program when the user clicked on certain buttons within the accounting program. So, it appears to the user like I have actually modified the original program.

I would like to take this to the next level, and add my own buttons/controls to the screen of the accounting program. I've used functions like SetWindowsText, to change the text of another windows title bar, and FlashWindowsEx to flash another window. But, is there any way to actually add buttons/controls/menu items to the accounting program screens? I know this sounds kind of crazy, but it never hurts to ask.

The other approach I thought to take, would be to create my own window that anchors itself to the accounting program window, and place all the buttons/controls inside of it.

Any suggestions, or even crazy far fetched ideas are greatly appreciated.

Thanks, Chris
GeneralRe: A real challenge . . . customizing programs without the source code Pin
Alvaro Mendez20-Nov-01 11:41
Alvaro Mendez20-Nov-01 11:41 
GeneralRe: A real challenge . . . customizing programs without the source code Pin
chris196220-Nov-01 17:38
chris196220-Nov-01 17:38 
GeneralRe: Load the resource by the different DLL! Pin
Masaaki Onishi20-Nov-01 16:52
Masaaki Onishi20-Nov-01 16:52 
GeneralRe: A real challenge . . . customizing programs without the source code Pin
Rassman20-Nov-01 22:26
Rassman20-Nov-01 22:26 
GeneralOT : integrating a TCL command line into an MFC Application Pin
Stephane Routelous20-Nov-01 9:40
Stephane Routelous20-Nov-01 9:40 
Generalcompacting a database on-the-fly Pin
Sean McKinnon20-Nov-01 8:58
Sean McKinnon20-Nov-01 8:58 
GeneralRe: compacting a database on-the-fly Pin
Carlos Antollini20-Nov-01 9:52
Carlos Antollini20-Nov-01 9:52 
GeneralRe: compacting a database on-the-fly Pin
Sean McKinnon20-Nov-01 9:58
Sean McKinnon20-Nov-01 9:58 
GeneralRe: compacting a database on-the-fly Pin
Carlos Antollini20-Nov-01 10:06
Carlos Antollini20-Nov-01 10:06 
GeneralList columns question ! Pin
Hadi Rezaee20-Nov-01 8:28
Hadi Rezaee20-Nov-01 8:28 
GeneralRe: List columns question ! Pin
Joaquín M López Muñoz20-Nov-01 8:44
Joaquín M López Muñoz20-Nov-01 8:44 
GeneralRe: List columns question ! Pin
Hadi Rezaee20-Nov-01 14:59
Hadi Rezaee20-Nov-01 14:59 
GeneralClose Active Document Pin
Troy20-Nov-01 8:28
Troy20-Nov-01 8:28 
GeneralRe: Close Active Document Pin
Bill Wilson20-Nov-01 13:06
Bill Wilson20-Nov-01 13:06 
GeneralRe: Close Active Document Pin
Troy20-Nov-01 19:48
Troy20-Nov-01 19:48 
Generalproblem with CTreeCtrl::GetSelectedItem() Pin
Vu Nguyen20-Nov-01 8:21
Vu Nguyen20-Nov-01 8:21 
GeneralRe: problem with CTreeCtrl::GetSelectedItem() Pin
Mukkie21-Nov-01 7:15
Mukkie21-Nov-01 7:15 

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.