How to subclass paltalk room ListView window ?

You can talk about VB programming here

How to subclass paltalk room ListView window ?

Postby method » Wed Jul 05, 2006 5:43 pm


Does any one know how to subclass paltalk room window that holds nick listview ? I be happy if some one show me how that can be done.Thank
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby Ryuu99 » Mon Sep 11, 2006 1:05 am

This is a good article to get you started... It's written for C++ but it will at least teach you the concepts required.

http://www.codeproject.com/dll/subhook.asp

(Edit: Basically, you can use a windows hook on WH_GETMESSAGE and then use SetWindowLong to set the message proc to your own. You MUST subclass from within the Paltalk process - hence the necessary hook. I dont know much about vb, so I have no idea if a) you can compile shared memory segments, and b) if it's possible to dll inject.)

Good luck :)
Ryuu99
imFiles Newbie
imFiles Newbie
 
Posts: 9
Joined: Sun Sep 10, 2006 7:05 pm

Postby BattleStar-Galactica » Mon Sep 11, 2006 12:06 pm

make a function get shared data in your dll that can call by vb6
User avatar
BattleStar-Galactica
imFiles Master
imFiles Master
 
Posts: 565
Joined: Tue Sep 20, 2005 12:19 am
Location: safest place to hide

Postby Departure » Mon Sep 11, 2006 5:22 pm

Method there are lots of examples here showing how to subclass... for example the systemlistview comtrol has been done and you should find it in this catagory
User avatar
Departure
Global Moderator
Global Moderator
 
Posts: 996
Joined: Thu Mar 17, 2005 11:26 am
Location: Australia


Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests