Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


open start menu

 

 'open start menu

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&


Private Sub Command1_Click()
SendMessage Me.hwnd, WM_SYSCOMMAND, SC_TASKLIST, &O0
End Sub

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
disable CTRL + ALT + DEL on Windows XP(VB)
typewriter status bar(Javascript)
diagonal gradient(VB)
Server info(PHP)
pop up only once(Javascript)
add a site to IE favorites(VBScript)
image follows the mouse(VB)
open an excel spreadsheet(VBScript)

    




Copyright © 2003 by programmershelp.co.uk