VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Manual keying.when this program gets executed,it automatically presses the start menu then proceeds

Martin Anbu Selvan  (18 Submissions)   Windows System Services   VB 6.0   Unknown Difficulty   Fri 14th May 2004   Mon 8th February 2021

Manual keying.when this program gets executed,it automatically presses the start menu then proceeds.I have done according to my system

API Declarations


Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
Private Const WM_SYSCOMMAND = &H112
Private Const SC_TASKLIST = &HF130&

Rate Manual keying.when this program gets executed,it automatically presses the start menu then proceeds (1(1 Vote))
Manual keying.when this program gets executed,it automatically presses the start menu then proceeds.bas

Manual keying.when this program gets executed,it automatically presses the start menu then proceeds Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters