Select Nick On Paltalk Listview Code FInally :)

You can talk about VB programming here

Select Nick On Paltalk Listview Code FInally :)

Postby locohacker » Tue Jun 27, 2006 2:17 pm


Damn man I being trying to do this for like 2 years now and finally thanks to method for hooking me up with a code and a little modification we can now highlight the nicks in paltalk listview,

Yesss :) the code is pretty straight foward but if you gus got any questions just ask :)
Attachments
Highligh LV Item.rar
(10.94 KiB) Downloaded 337 times
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby method » Tue Jun 27, 2006 2:59 pm

Your welcome loco . Loco now let us find how to right click and item and be able to use those options.

I think we can make lots of usage of this :-))) :D :D :D
Let us brain strom what should we do to utilize this.
Last edited by method on Tue Jun 27, 2006 3:22 pm, edited 1 time in total.
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby BattleStar-Galactica » Tue Jun 27, 2006 3:11 pm

it's nice code for hightligh nick :lol:


but the code about doctor to get listview item is out of age man, I have an other version to get external listview item more shorter and easy to understand 8) :P
User avatar
BattleStar-Galactica
imFiles Master
imFiles Master
 
Posts: 565
Joined: Tue Sep 20, 2005 12:19 am
Location: safest place to hide

Postby locohacker » Tue Jun 27, 2006 4:54 pm

Ah, does it takes less cpu :) hook us up :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby null » Tue Jun 27, 2006 5:08 pm

yeah i wanna see your version of how to get info from the syslistview.
null
 

Postby method » Tue Jun 27, 2006 6:42 pm

loco how to select item from right click menu over name items. for example select ignore or add ?
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby BattleStar-Galactica » Tue Jun 27, 2006 7:28 pm

I have posted that code here before on loconinja post and delphi5 version but here is version vb6
Attachments
getexternalListviewItem.rar
(2.62 KiB) Downloaded 181 times
User avatar
BattleStar-Galactica
imFiles Master
imFiles Master
 
Posts: 565
Joined: Tue Sep 20, 2005 12:19 am
Location: safest place to hide

Postby method » Tue Jun 27, 2006 7:35 pm

Nano do u have simmiler to this for listbox ?
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Tue Jun 27, 2006 8:34 pm

Nice nano hehe, aigh here the one that puts them on the listbox,
and to send command like add and stuff I think it might be easy i gota check on tha :)
here nano nick added to listbox
Attachments
getexternalListviewItemL.rar
(3.03 KiB) Downloaded 139 times
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby method » Tue Jun 27, 2006 8:56 pm

loco thank u for adding listbox option to it. is it a way to keep this list update all the time instead of user keep reloading it to get new members as well? that weould be soo nice to have updated on all the time.
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Tue Jun 27, 2006 9:35 pm

ah u sure u want to do that it eats up lots of cpu but it can be done by adding a timer and putting this code in it
Code: Select all
mywindowclass = FindWindow("my window class", vbNullString)
wtlsplitterwindow = FindWindowEx(mywindowclass, 0&, "wtl_splitterwindow", vbNullString)
wtlsplitterwindow = FindWindowEx(wtlsplitterwindow, 0&, "wtl_splitterwindow", vbNullString)
wtlsplitterwindow = FindWindowEx(wtlsplitterwindow, 0&, "wtl_splitterwindow", vbNullString)
atldd = FindWindowEx(wtlsplitterwindow, 0&, "ATL:0053C8D0", vbNullString)
syslistview = FindWindowEx(atldd, 0&, "syslistview32", vbNullString)
 
Call GetListviewItem(syslistview)

I try that once and that shit froze my pc, ehhehe but i was using the old way no nanos new one, maybe its betta :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby BattleStar-Galactica » Tue Jun 27, 2006 10:33 pm

guy if you want to refresh your listbox, dont call each time getlistviewitem, just use sendmessage to count the item and store the total users in global variable, if the new one is different than old one then call the function to getlistviewitem

just a suggestion :P
User avatar
BattleStar-Galactica
imFiles Master
imFiles Master
 
Posts: 565
Joined: Tue Sep 20, 2005 12:19 am
Location: safest place to hide

Postby method » Wed Jun 28, 2006 12:28 am

Loco i want to do some thing like this program. But i want to give reds to those that did not raise their hand and they are not waiting online .For example if there are 10 people in a room and 3 person is rased their hand and one has the mic and once he leave the mic if the 1 person who raised his hand took the mic nothing should happend but if other took the mic then they get red. Alo i did not figure out how to red people like just like this program !! Be happy to get some help here.Thanks
Attachments
nojump.JPG
nojump.JPG (28.13 KiB) Viewed 1375 times
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby null » Wed Jun 28, 2006 12:55 am

shit... this code is no better still messy to learn from to much jibberish code... ohh well someone will come along with a better one but the other one that departure but even that isn't that great damn its all like @$%@$^@$%@#% but anyways someday someone will come alot with a code !!!!!!!!!!
null
 

Postby locohacker » Wed Jun 28, 2006 6:33 am

method, umm I need to check but how can we know the mic status and raise hands and stu :roll: tha wha i need to know :) I give it a try tho
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Next

Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests