compiler-explorer / compiler-explorer/compiler-explorer
[LIB REQUEST] System.Windows.Forms.dll
Open
new-libs
request
- Dominant language
- TypeScript
- Stars
- 19.1k
- Forks
- 2.1k
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 67
Description
I am trying to use the System.Windows.Forms namespace from Visual Basic, but it says it can't find the library.
The System.Windows.Forms.Form class uses X Windows to open a form on the local machine:
https://godbolt.org/z/oc4M173nK
```
Imports System.Windows.Forms
Module VBModule
Sub Main()
System.Environment.SetEnvironmentVariable("DISPLAY", "125.236.219.87:0.0")
Application.Run(New Form1())
End Sub
Friend Class Form1
Inherits Form
End Class
End Module
```
Contributor guide
Assessment
This issue has not been assessed yet.