In this forums, you can get help for any programming language.
by ii Rocky ii » Sun Oct 22, 2006 1:54 pm
what is problem in this code
- Code: Select all
Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)Pivate Const KEYEVENTF_KEYUP = &H2
Private Const VK_F9 = &H78
Private Sub Command1_Click()
Call keybd_event(VK_F9, 0, 0, 0)
End Sub
Private Sub Command2_Click()
Call keybd_event(VK_F9, 0, KEYEVENTF_KEYUP, 0)
end Sub
The Rock, KaTiL
-

ii Rocky ii
- imFiles Junior

-
- Posts: 86
- Joined: Mon Oct 02, 2006 2:50 pm
- Location: I will fuck the paltalk soon
-
by Newbie » Sun Oct 22, 2006 3:11 pm
ii Rocky ii wrote:what is problem in this code
- Code: Select all
Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)Pivate Const KEYEVENTF_KEYUP = &H2
Private Const VK_F9 = &H78
should be
- Code: Select all
Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)
Private Const KEYEVENTF_KEYUP = &H2
Private Const VK_F9 = &H78
-

Newbie
- imFiles Junior

-
- Posts: 95
- Joined: Fri Oct 07, 2005 2:51 pm
by ii Rocky ii » Sun Oct 22, 2006 3:30 pm
thx mistake is pivate
The Rock, KaTiL
-

ii Rocky ii
- imFiles Junior

-
- Posts: 86
- Joined: Mon Oct 02, 2006 2:50 pm
- Location: I will fuck the paltalk soon
-
by BattleStar-Galactica » Mon Oct 23, 2006 4:13 am
double posting should be killed

Big math problem
2 - 1 = 0 = without you I'm nothing
-

BattleStar-Galactica
- imFiles Master

-
- Posts: 565
- Joined: Tue Sep 20, 2005 12:19 am
- Location: safest place to hide
by Ghost » Mon Oct 23, 2006 8:44 am
i second that^
nanomachine007 wrote:double posting should be killed

-
Ghost
-
by Sabotage2 » Mon Nov 20, 2006 12:42 pm
why double posting willbee killed

-
Sabotage2
- BANNED

-
- Posts: 574
- Joined: Tue Dec 14, 2004 7:31 pm
by null » Mon Nov 20, 2006 1:17 pm
its a leeched code from planet-source-code.com
ii Rocky ii wrote:what is problem in this code
- Code: Select all
Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)Pivate Const KEYEVENTF_KEYUP = &H2
Private Const VK_F9 = &H78
Private Sub Command1_Click()
Call keybd_event(VK_F9, 0, 0, 0)
End Sub
Private Sub Command2_Click()
Call keybd_event(VK_F9, 0, KEYEVENTF_KEYUP, 0)
end Sub
-
null
-
Return to Programming Help
-
- ieframe.dll error
by s k 8 e r » Mon Jan 29, 2007 7:31 pm
- 10 Replies
- 959 Views
- Last post by NinjaCoder

Thu Feb 01, 2007 5:28 pm
-
- need code please
by pharaon » Tue Oct 20, 2009 12:58 pm
- 3 Replies
- 216 Views
- Last post by String

Wed Oct 21, 2009 11:35 pm
-
- help with datagrid code
by pharaon » Sat Jan 23, 2010 3:39 am
- 9 Replies
- 283 Views
- Last post by pharaon

Sun Jan 31, 2010 10:13 pm
-
- need help with code for paltalk
by pharaon » Sun Nov 15, 2009 12:56 pm
- 15 Replies
- 522 Views
- Last post by String

Fri Nov 20, 2009 8:40 pm
-
- PLEASE CODE TO PING THE SERVER
by waelk » Thu Feb 01, 2007 1:44 am
- 1 Replies
- 436 Views
- Last post by s k 8 e r

Thu Feb 01, 2007 9:08 am
Who is online
Users browsing this forum: No registered users and 0 guests