Setup:
Follow these instructions:
-
sVB needs .NET framework 4.8. If you don't have it on your PC, download and install it. https://go.microsoft.com/fwlink/?LinkId=2085155
-
Unzip the
sVB.zip
file. You will have a folder with the same name where you unzipped the file. Open the folder and double-clicksVB.exe
.
And that it. You are ready to go :)
Try the samples:
- Right-click the form designer and click
Open
from the context menu. - In the
open file dialog
, Navigate to thesVB\Samples
folder and open any sample folder. - Select the
.xaml
file from the folder and click theOpen
button. This will open the form in the designer. - Click the
Form code
tab at the top of the window to switch to the sb code editor. - Click the
Run
button (or hit F5 from keyboard) to run the program.
You can also open the sample folder in Windows Explorer, right-click the .sb
and chose open with
from the context menu, and choose sVB.exe as the default program to open .sb
files. After that you can just double-click any .sb
file to open it in sVB.