Function causes form to freeze and label not to update.

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 8 years and 9 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
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Function causes form to freeze and label not to update.

Post by jvierra »

Nope. That is still not how it works. I recommend studying about what objects are.

You are mixing up what properties are defined on an object and what an object property is.

Understanding object oriented systems is a big leap for the human brain. It reuires a change of how you think about things. At some point your brain will "get it" and all will be clear. Until then just keep studying objects.
This topic is 8 years and 9 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