Hi There,
Could anyone please let me know what the equivalent VB.NET code will be for this C# code??
switch (KeyPressed)
{
case (Keys.Alt | Keys.S): Save(); return true;
default:
break;
}
return base.processcmdkey (ref KeyMsg, KeyPressed);
A quick response would be really helpful.
Regards,
Michelle
Could anyone please let me know what the equivalent VB.NET code will be for this C# code??
switch (KeyPressed)
{
case (Keys.Alt | Keys.S): Save(); return true;
default:
break;
}
return base.processcmdkey (ref KeyMsg, KeyPressed);
A quick response would be really helpful.
Regards,
Michelle