Hi
I have a Form With TextBox Control , Which will be filled up in form load with somedata.
When i create a Form With Reflection (Activator.CreateInstance(formType, params)), i am not able to control cursor through mouse button....Cursor always set into starting position and will not change even i click in between text.
When i open the same form through "new Form()" i dont have any issue.
Can anyone tell me what could be the reason?