Why does not browser display?

Tao Guan

Пользователь
Регистрация
24.05.2018
Сообщения
73
Благодарностей
0
Баллы
6
Here is my ZennoPoster setting as screenshot in the attachment, and also my C# source code:

var tab = instance.ActiveTab;
tab.Navigate("https://www.google.com", "");
if (tab.IsBusy) tab.WaitDownloading();
System.Threading.Thread.Sleep(5 * 1000);

But ZennoPoster, browser does not popup and display, why?
Everything is ok, and successfully!
 

Вложения

Tao Guan

Пользователь
Регистрация
24.05.2018
Сообщения
73
Благодарностей
0
Баллы
6
I have to restart ZennoPoster, otherwise can't display.
 

antoinefdc

Новичок
Регистрация
30.08.2018
Сообщения
19
Благодарностей
3
Баллы
3
Here is my ZennoPoster setting as screenshot in the attachment, and also my C# source code:

var tab = instance.ActiveTab;
tab.Navigate("https://www.google.com", "");
if (tab.IsBusy) tab.WaitDownloading();
System.Threading.Thread.Sleep(5 * 1000);

But ZennoPoster, browser does not popup and display, why?
Everything is ok, and successfully!
I know it sounds too simple but sometimes the browser is hidden behind the Zennoposter's window !

Did you take a look at your desktop when your projects were running ?
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)