An open API service indexing awesome lists of open source software.

https://github.com/sepppenner/uithreadinvokeexample

UIThreadInvokeExample is an example executable to check how to invoke a GUI action from a BackgroundWorker or Thread.
https://github.com/sepppenner/uithreadinvokeexample

Last synced: about 1 month ago
JSON representation

UIThreadInvokeExample is an example executable to check how to invoke a GUI action from a BackgroundWorker or Thread.

Awesome Lists containing this project

README

          

UIThreadInvokeExample
====================================

UIThreadInvokeExample is an example executable to check how to invoke a GUI action from a BackgroundWorker or Thread.

[![Build status](https://ci.appveyor.com/api/projects/status/w0m5a7x272r0depq?svg=true)](https://ci.appveyor.com/project/SeppPenner/uithreadinvokeexample)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/UIThreadInvokeExample.svg)](https://github.com/SeppPenner/UIThreadInvokeExample/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/UIThreadInvokeExample.svg)](https://github.com/SeppPenner/UIThreadInvokeExample/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/UIThreadInvokeExample.svg)](https://github.com/SeppPenner/UIThreadInvokeExample/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/UIThreadInvokeExample/master/License.txt)
[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/UIThreadInvokeExample/badge.svg)](https://snyk.io/test/github/SeppPenner/UIThreadInvokeExample)
[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)
[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon&logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/th070795)

Change history
--------------

See the [Changelog](https://github.com/SeppPenner/UIThreadInvokeExample/blob/master/Changelog.md).