compiler-explorer / compiler-explorer/compiler-explorer

[LIB REQUEST] System.Windows.Forms.dll

Open
#7,865 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.