Skip to content
Home > Paltalk > dont jump my mic

dont jump my mic

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #178251

    dl here

    there are two main buttons start check raise hand and start survey mic

    if you click on start check raise hand, only the user raise hand can take mic, if the users dont raise their hand and try to take mic or it’s not their turn, they will be reddoted, the bot will unreddot after 5 minutes user who got reddoted.
    start survey mic only the user you add in listbox can take mic, (example:@admin1,@admin2,user1,user2)

    never tested and i’m lazy to make a programm for free but here you can try if it’s work or not

    #178256
    Admin
    Administrator

    just wha people wanted 8)
    hey was this done on c++ ❓

    #178255

    yep I was tested something in pt with visual c++(mfc), and discovered that we can get who is holding mic, getting reddot, mute speaker, oncam…ect

    but that’s can be done with vb6 too.

    #178254
    Admin
    Administrator

    man thta’s one of the thing i gonna have to do when i get the time and the other method to get the atl 8)

    #178253

    you dont understand sp trick yet????

    here is example

    [url]

    [/url]

    and get listview handle of nicklist something like this one



    Dim parent, child, hList As Long
    parent = FindWindow("My Window Class", vbNullString)
    child = FindWindowEx(parent, 0, "WTL_SplitterWindow", vbNullString)
    child = FindWindowEx(child, 0, "WTL_SplitterWindow", vbNullString)
    child = FindWindowEx(child, 0, "WTL_SplitterWindow", vbNullString)
    child = GetWindow(child, GW_CHILD)
    child = GetWindow(child, GW_HWNDNEXT)
    hList = FindWindowEx(child, 0, "SysListView32", vbNullString)

    #178252
    Admin
    Administrator

    man is that i havent had time to fully check it lol when i try i gave it up cause i couldt do it 😥

    I gonna check ya code 8) thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.