Yet another WSWYG GUI Editor for Linux Desktop apps. The Editor is based in WinForms C#, to develop Linux desktop apps in WinForms C#, using MonoDevelop .net support for Linux.
Create the project -> Edit the GUI interface -> Click the Mono button on the toolbar -> start coding !
note: the executable created in Linux can run on Windows also
sudo apt install ca-certificates gnupg
sudo gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
sudo apt install monodevelopBut you can refer to the proper documentation :
https://www.mono-project.com/download/stable/
Download from the folder Releases LCSF_Release_vX.X.Alpha.zip unzip the file
bash: mono ./LCSF_Editor.exeprivate void Controls_Click(Control sender, efrmMainControls ctlName, EventArgs e)
{
switch(ctlName)
{
case efrmMainControls.btn0:
btn0.Text = "Clicked";
break;
}
}
}- Editing Forms while the MonoDevelop project is open causes MonoDevelop to glitch, close and reopen MonoDevelop or unload reload the project. (will be fixed)
- The ListBox the HEIGHT can't be changed using drag , only using properties panel
- The preview writes the actual form so it's "save and preview"
- Redo buggy
will be .




