Paul, There is no "Hook" procedure required for what you are trying to do. If you are still trying to get the information from the photos you sent me, I indicated that the value of any selections on the calendar are not accessible, only values from Edit boxes (like RBase Textbox). The photo that you sent me that had "Next Service Date" below the calendar, well the edit box next to it is likely readable using SendMessage API.
SendMessage can be used directly from RBase without any DLL. ----- Original Message ----- From: "Paul InterlockInfo" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[email protected]> Sent: Wednesday, March 19, 2008 5:07 PM Subject: [RBASE-L] - Hooked on Handles > Anybody have any past experience in writing a legit "Hook" in either an .API > or .DLL > > > > > > I know that I am using the term "legit" loosely here. But please note that > I am not trying to steal anything. My attempt is only to capture user input > and place it into the database, not change or copy. > > > > I have found a lot about this and it seems plausible, I have the information > on the handles etc. from the application. > > > > > > Sincerely, > > Paul Dewey > > > > > >

