Announcement

Collapse
No announcement yet.

problem with hiding 'Start' button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • problem with hiding 'Start' button

    Good day, people. I have trial version of Visual Patch. I have a question. How to hide 'Start' button on the 'Ready to patch' screen if the target application is detected but is currently running? Thank you.

  • #2
    You can use any of these actions to check if the target application is running, and based on the result, show a message and/or disable the button:

    Code:
    System.EnumerateProcesses();
    Window.EnumerateProcesses();
    Window.EnumerateTitles();
    Ulrich​

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎