|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I'm trying to read as much as i can but i'm getting confused. I understand how a DLL works within MY proccess space, but when you hook a DLL to another process, do you still use the DLL the same way? (meaning i have my program load the DLL located in another folder, and use it as i would if it was only ment for my program and in my programs folder?)
Also, when writing an ADDON to another pogram such AS IE or WORD, you can say search for a button's HWND, and use sendmessage to press the button. if all i want to do is grab information from another programs window, and i can do it with standard win32 API calls, is there any benifit to grabbing the information through subclassing the window with the use of DLL hooks? please help. mitch |
|
#2
|
|||
|
|||
|
this must be a tough subject. i can never get an answer/help on it. =/
|
|
#3
|
|||
|
|||
|
What language are you writing this application in?
__________________
~ Joe Penn We work for free to help make this a valuable resource on the internet. Do you appreciate the help - did we provide help that will help you prosper and help that has contributed to sharpening your current skill set? Show your appreciation and purchase something from our Amazon Wishlist's - it's simple and a great way to say thank you. |
|
#4
|
|||
|
|||
|
sorry about that the dll will be written in C
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > about DLL's (using them/purpose) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|