Plz help all progammers

You can talk about VB programming here

Plz help all progammers

Postby MASTER_MIND » Fri Jan 19, 2007 5:00 am


Hi PPl, ( Specially Ninja & Locohacker)

I need a F9 HOLDER for a chat room rather then paltalk. IS IT POSSIBLE TO CREATE A F9 HOLDER WHICH IS NOT RELATED TO ANY TOOL, BUT CAN FUNCTION ANYTIME (no matter which window is on TOP, but just as hot key. Like someone here made a fast boucer ALT+hot keys, U could just click and it was bouncing.)

I Join an Internet Explorer Based Voice Chat site. You can get the mic by clicking at F9. But when i want to play songs, and in the same time holding the F9 key. It doesnt really work..


SO PLZ A FEEDBACK AND IF POSSIBLE THE TOOL.

many thanks
User avatar
MASTER_MIND
imFiles Newbie
imFiles Newbie
 
Posts: 36
Joined: Sun Aug 28, 2005 1:55 am

Postby locohacker » Fri Jan 19, 2007 10:33 am

Umm I dont know if this might work for u but this code works to hold the f9 key down
in the general put this
[vb]Private Declare Sub keybd_event Lib "user32.dll" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)

Const VK_F9 As Long = &H78
Const KEYEVENTF_KEYUP = &H2[/vb]

To hold the keydown put this
[vb]keybd_event VK_F9, 0, 0, 0[/vb]

to put keyup do this
[vb]keybd_event VK_F9, 0, KEYEVENTF_KEYUP, 0[/vb]

here a code i made sor ya :) to see what i mean
Attachments
F9.zip
(1.52 KiB) Downloaded 79 times
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby MASTER_MIND » Fri Jan 19, 2007 10:46 am

Hey Loco thanks for ur reply..


But Guess what :-( I am too stupid for all this Codes and VB.
Can you make this tool. I want to have program. The codes, i can't make anything out of it :(((

Hope u will the time to make this tool

Many thanks
User avatar
MASTER_MIND
imFiles Newbie
imFiles Newbie
 
Posts: 36
Joined: Sun Aug 28, 2005 1:55 am

Postby locohacker » Fri Jan 19, 2007 11:05 am

lol its aigh here the exe :)
Attachments
F9.zip
(2.67 KiB) Downloaded 75 times
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby NinjaCoder » Fri Jan 19, 2007 2:06 pm

i dont understand....what prog is this for?.....i mean what is F9 holding? like if it was paltalk then its holding the mic button see what i mean...lol...but for paltalk why not use the ctrl button rofl...idk why people whant F9 holder for paltalk.
NinjaCoder
 

Postby locohacker » Fri Jan 19, 2007 7:23 pm

Well lots of peeps say with paltalk i mean that the f9 mic holders help them keep the mic and steal the mic :roll:
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby NinjaCoder » Fri Jan 19, 2007 7:46 pm

idk....i dont see the sence in it.....
NinjaCoder
 

Postby MASTER_MIND » Sat Jan 20, 2007 5:37 am

Hey Loco thnx for ur .EXE file. It is working OK.

Ninja,

I am not using this tool for paltalk to catch the mic or keep it. I am using this tool for a different web-based voice chat rooms.
And in that chat rooms you can get the mic ONLY & ONLY by pressing the F9 KEY. You can't change the hot key like paltalk to choose anyone( ctrl. F1 to F12, Space)

That is why mostly ppl ask for F9 as Key Holder.

You may visit this site for more info about one of those web-based chat rooms. [url]http://www.cvnet.ca/
[/url]

Although I am sure you might have some solution for getting unbanned and un-kicked from that site, cuz the tools are made in VB. But i am sure that is not intresting for u guys to waste your time on that.

Hope info is enough lol...

And now Ninja get started (together with Loco) for a great F9 Holder lol

Thnx loco once again :lol:
User avatar
MASTER_MIND
imFiles Newbie
imFiles Newbie
 
Posts: 36
Joined: Sun Aug 28, 2005 1:55 am


Return to Visual Basic Programming

Who is online

Users browsing this forum: No registered users and 0 guests