Dear Developer,
I would like to know how can I send Ctrl+Tab key after ItemName column of system documents. I working on a alternative CopyTo function and I need to copy modified ItemName on document.
I tried as:
System.Windows.Forms.SendKeys.Send("^{TAB}")
but withou luck.
Anyone has any idea?
Thanks in advance.
Nghia