Windows desktop sharing APIs in C#
Windows API
1
Posts
1
Posters
0
Views
1
Watching
-
in my application i have some 4-5 tabs. what i need is on a button click the tab containing the ACtiveX control should be selected and the shared screen should be shown. the problem comes when i click on the button the corresponding tab is shown but gives an error of InvalidStateException. Maybe the ActiveX control needs some time to load .... becz if i am putting a message box there it works fine. is there some way in which i can wait or check until the control has been loaded.