How to make a (preferably silent) popup dialog box?

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

Harambulus

Client
Регистрация
16.09.2011
Сообщения
365
Реакции
10
Баллы
18
darkwiz gave me a preparejava process to make an alert but it makes the windows 'bong!' noise :P. I would prefer no noise- i guess its a small thing but its a preference id like if its easy enough to do :).

Im making a template to check youtube rankings and i want it to display them all in a popup alert once completed.
 
nm i did it. My very first c# programming yay :P!
 
Hmm ok now i have an issue showing the result of the variable in the c# code

Can someone see what the problem with my code is? The dialog opens but it wont show the variable reuslts.

Код:
Развернуть Свернуть Копировать
string result = project.Variables["result"].Value;

System.Windows.Forms.MessageBox.Show(result);
 
Check if variable value is not blank.

1IU1m4.png
 
Ok, there was my problem. A schoolboy error :P! Cheers.
 

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