|
-
Subclassing (hooks) an, outside your own program, event or routine
I know now how to subclass a form or a control, which i have created, But
say you want to subclass an outside program to intercept events or rutinecalls,
and then respond to them from my program, before sending messages to the
outside program. Is that possible? If so then please be so kind and give
an example.
I have heard that there should be some APIs called Hook-something, but i
don't know how to use them appropriate.
Thanks
Marc Nyboe Kammersgaard
-
Re: Subclassing (hooks) an, outside your own program, event or routine
Intercepting out of process messages is something you don't want to even think
about doing in VB (though you're welcome to try if you have a lot of time to burn).
Our SpyWorks package does it (www.desaware.com), and you won't find a better
solution to that particular problem.
That's for intercepting or hooking messages. API functions is another matter
entirely - you're on your own for that.
Dan
Marc Kammersgaard wrote:
> I know now how to subclass a form or a control, which i have created, But
> say you want to subclass an outside program to intercept events or rutinecalls,
> and then respond to them from my program, before sending messages to the
> outside program. Is that possible? If so then please be so kind and give
> an example.
>
> I have heard that there should be some APIs called Hook-something, but i
> don't know how to use them appropriate.
>
> Thanks
> Marc Nyboe Kammersgaard
Similar Threads
-
Replies: 146
Last Post: 08-12-2002, 10:40 PM
-
By Rob Teixeira in forum .NET
Replies: 129
Last Post: 06-06-2002, 05:23 AM
-
By Gordon Reichhardt in forum VB Classic
Replies: 2
Last Post: 01-08-2002, 10:06 AM
-
By kokoiski in forum VB Classic
Replies: 4
Last Post: 12-27-2000, 02:45 AM
-
By kokoiski in forum VB Classic
Replies: 0
Last Post: 12-27-2000, 12:28 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks