المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : code to invoke start bttuon



C# Programming
07-11-2009, 01:51 PM
this is my code
i want the start menu to pop up thru like we press the start button


private void page_Load
{
if(condition)
{
//invoke the start key. i want the menu to pop up just as we click the start menu
SendKeys.Send("^{ESC}");
}
}
its not working

This code was posted by me...