- This topic has 5 replies, 2 voices, and was last updated 18 years ago by Admin.
-
AuthorPosts
-
September 13, 2006 at 1:51 am #178251BattleStar-GalacticaMember
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
September 13, 2006 at 12:35 pm #178256AdminAdministratorjust wha people wanted 8)
hey was this done on c++ ❓September 13, 2006 at 3:20 pm #178255BattleStar-GalacticaMemberyep 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.
September 14, 2006 at 1:24 pm #178254AdminAdministratorman 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)
September 16, 2006 at 6:59 am #178253BattleStar-GalacticaMemberyou 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)
September 16, 2006 at 3:19 pm #178252AdminAdministratorman 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
-
AuthorPosts
Related
- You must be logged in to reply to this topic.