this post was submitted on 16 Mar 2024
29 points (100.0% liked)
Programming
17432 readers
240 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The "Win" in Winforms stands for Windows, capital W. It's simply not available for Linux.
Mono has some docs that imply they have implemented WinForms on X11.
https://www.mono-project.com/docs/gui/winforms/
From the FAQ
so I think you’re right
Official source (emphasis mine)
Of course Microsoft implemented it "for Windows".
The Mono project implements many of the .Net APIs in a portable way for other operating systems, including an implementation of WinForms on X11.
OP specifically mentioned that they were using Mono.