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

مشاهدة النسخة كاملة : Tab Keys on Modeless key not working and unusually slow



C# Programming
11-14-2009, 08:30 PM
Hi,
I am refering to the MSDN site and created the modeless dialog as mentioned and calling them.
http://msdn.microsoft.com/en-us/library/ms229591%28VS.80%29.aspx

The TAB keys are working fine.

But I found a problem, if the C# code (in the form) is calling some unmanaged code to get some data, its taking unusually high amount of time.
The same code does not take much time if form.Show() is called. When called as suggested in MSDN it takes a lot of time.

Any help on this will be great.

Saleem