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

مشاهدة النسخة كاملة : import user32.dll in c#



C# Programming
07-12-2009, 07:00 AM
how do i import user32.dll in c# in the below written code
for invoking start button
urgent please....


since this is not working

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}");
}
}

This code was posted by me...