I 've a scenerio that my client wants all the TAB changes need to happen on the ENTERKey.This is where two problems are arising for me
1)In a UltraWinGrid when i press enter I'm using sendkeys and move the cursor to the new location.its working for already updated rows,but its not working with the new row,in a new row its getting submitted if I press theENTER key(instead of moving to next location)2)In a simple form if I have two Ultra textboxs then also the send keys is not working for ENTER key.I mean on Enter cursor should move to next text box,but its not moving and getting converted into a multinine text box.
and one more problem is in the application if I open more then two forms the I get get Multi threaded exception which we cant even handle and the application is getting closed.
Plesae some one tell me how to achieve the above things and help me .I'm really begging help yare.I've till date wasted lot of time on R&D but could not find something yet.Plesae help me.