minimize instance

  • Автор темы Автор темы bill
  • Дата начала Дата начала

bill

Client
Регистрация
05.07.2014
Сообщения
355
Реакции
9
Баллы
18
is there an action to minimize the instance ?
 
Thanks but that is for showing the instance, I want to minimize it when it's already showing. looks like currently it can only be done manually.
 
Thanks but that is for showing the instance, I want to minimize it when it's already showing. looks like currently it can only be done manually.

There is same code just with hide instance:

C#:
Развернуть Свернуть Копировать
var url = "";
var port = 0;
var address = "";
// Gets parameters of instance
ZennoPoster.GetNewInstance(out url, out port, out address);
// Show the instance
ZennoPoster.HideInstance(url, port, address);
 

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