WinForms in Cosmos is definitely not possible even in the latest devkit. You'd need to code a VGA/VBE driver yourself, plug System.Drawing, and plug WinForms' backend to work with your driver and the rest of Cosmos.
Even then, displaying forms would be pretty slow, and you wouldn't have breathing room because VGA doesn't support anything above 640x480 as I recall (in cosmos that is), and VBE, 1280x1024 is the max IIRC.
In a while when graphics mature a bit more and work a lot more like FAT (create the driver then register it with a manager), I'll definitely port either WinForms or GTK# over.
1
GaboO
On
Inside your console i think you can't. But you can open a form.
WinForms in Cosmos is definitely not possible even in the latest devkit. You'd need to code a VGA/VBE driver yourself, plug System.Drawing, and plug WinForms' backend to work with your driver and the rest of Cosmos.
Even then, displaying forms would be pretty slow, and you wouldn't have breathing room because VGA doesn't support anything above 640x480 as I recall (in cosmos that is), and VBE, 1280x1024 is the max IIRC.
In a while when graphics mature a bit more and work a lot more like FAT (create the driver then register it with a manager), I'll definitely port either WinForms or GTK# over.