Simple GUI

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 3 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
mkisow0729
Posts: 9
Last visit: Thu Apr 01, 2021 8:25 am

Simple GUI

Post by mkisow0729 »

I have a simple GUI that will not run...

Four picture boxes that toggle based on whether a host is up or not. Not sure what I am doing wrong. If I wanted to run this in a continuous loop every time interval until exit, where would I place that code, in a function and if so called by what?
Matthew R. Kisow, D.Sc.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Simple GUI

Post by jvierra »

Sorry but there is not enough information to answer your question.

Suggestion: To do repeated actions in a form use a timer tick.
This topic is 3 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked