This function will just open the Start Menu.
procedure OpenStartMenu;
{ Brings up the Start menu on Win 95/98/NT. }
{ Code adapted from ZieglerSoft [http://www.zieglersoft.dk/uk.html] }
begin
Sendmessage(Application.Handle, WM_SYSCOMMAND, SC_TASKLIST, 0);
end;
Blue Orb Software
[email protected]