+ 2
Running Windows Form Applications on SoloLearn
Please run thie program and tell me what's the Solution https://code.sololearn.com/cuLUbHTsIHOK/?ref=app
2 Answers
+ 4
Jamieđ nails it and here's my 2Âą to complement with her answer:
Windows Form requires libraries and UI element from Windows to work properly, which is not available in SoloLearn app.
The only way to write code with UI in SoloLearn is Web which will run directly in mobile device's WebView. đ