I have one windows application written in C#.NET. this is similar to text editor. I am using it in browser applications using <OBJECT> tag as ActiveX component. I need to focus on to the control and paste cursor in that text content area using some access key. I used like <OBJECT ... accesskey="t">.. it is not working. I also need to set the width and height for that control in Percentages. It is not accepting either. It is urgent for me.
thanks in advance