© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
7 replies
matcfs

Progress bar and an TFTP library

Hi everyone, in my old .Net 4.7 Framework app I have a frame to performe a firmware upgrade thanks to a tftp library.
The issue is about UI: until now I never succed to show the progress on my form because when I tried I I have always run into infamous Cross-thread operation not valid error.
The library (https://github.com/Callisto82/tftp.net) that I use has a progress method that work very well in console.
What do you think is the best solution to solve this? Something like BackgroundWorker/Thread for the TFTP library calls or something else?
Thanks in advance for your help and sorry for this silly question.
GitHub
GitHub - Callisto82/tftp.net: Implements the TFTP (Trivial File Tra...
Implements the TFTP (Trivial File Transfer) protocol (client/server) in an easy-to-use C#/.NET library. - GitHub - Callisto82/tftp.net: Implements the TFTP (Trivial File Transfer) protocol (client...
GitHub - Callisto82/tftp.net: Implements the TFTP (Trivial File Tra...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Progress bar problem
C#CC# / help
2y ago
Progress bar in console app to show download progress
C#CC# / help
4y ago
❔ Need help adding a progress bar to an rclone downloader
C#CC# / help
3y ago
✅ How to make a "loading" progress bar
C#CC# / help
2y ago