VB Subclassing Tutorial with Netmeeting
Posted: Mon Dec 08, 2008 12:03 am
I have attached a well commented source code ive been working on in vb6. It teaches you how to hook into different windows using visual basic and how to send messages and receive messages to and from these windows. also it connects to a chatroom where you can then send your commands to the socket to have them execute them in netmeeting. commands such as entering an ip, calling that ip, and sharing the desktop. this demo would be a useful utility to install on one of your own computers so that you may access it while you are away. this is not meant to be used in any illegal or harmful manner and it is not to be compiled and installed on a machine which you do not personally own. if you choose to use this particular demo as is, then please give credit where credit is due. If everyone likes this tutorial, then i may write a clone of it in MASM32 for those of you who may be interested in learning a little bit about microsoft assembly language for the 32 bit platform. this program does require VB6 and MSWinsock.ocx. For any questions or corrections, please submit them here so that others who may have the same questions or comments will be able to read here first. the source code works 100% on my machine, so there shouldn't be any typos in the source code it's self, Read all the comments carefully, and good luck
/smile.gif\' class=\'bbc_emoticon\' alt=\':)\' /> if you need help hooking into a different application, let me know and i will consider making another write up for that particular application.