hi,
what is the difference between the sendkey of vb6 and C#. I tried the code below but nothing happen except to launch a calculator?

VB Code:
  1. Process.Start("calc.exe");
  2. System.Windows.Forms.SendKeys.Send("3434.00");

thanks,
Popskie