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!
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!
Вложения
-
47,3 КБ Просмотры: 530