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

مشاهدة النسخة كاملة : SendKeys {Enter} clears textbox



C# Programming
07-22-2009, 08:00 PM
Hello All,
any idea why SendKeys.SendWait("{ENTER}") would restore a textbox to a previous state instead of submitting it? The problem cannot be reproduced manually, it submits every time. I do not have source control of the textbox or it's form, but should be able to submit it this way.


Thanks in advance.