| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 997
» Latest member: BrianCal
» Forum threads: 232
» Forum posts: 2,318
Full Statistics
|
| Online Users |
There are currently 56 online users. » 0 Member(s) | 53 Guest(s) Google, Bing, Baidu
|
| Latest Threads |
Small Basic as the "LEGO ...
Forum: Discussion
Last Post: litdev
08-17-2026, 11:06 AM
» Replies: 5
» Views: 118
|
I never thought this woul...
Forum: Discussion
Last Post: litdev
07-10-2026, 10:18 AM
» Replies: 1
» Views: 145
|
ListView issues by use LD...
Forum: Extensions
Last Post: martmen
06-11-2026, 09:46 AM
» Replies: 6
» Views: 576
|
I think that no more Smal...
Forum: Discussion
Last Post: eddylo
04-24-2026, 12:54 AM
» Replies: 2
» Views: 649
|
D'ont read a file
Forum: Standard Small Basic
Last Post: WhTurner
04-12-2026, 03:39 PM
» Replies: 1
» Views: 328
|
close a file
Forum: Standard Small Basic
Last Post: francesco
04-12-2026, 08:59 AM
» Replies: 2
» Views: 449
|
random in a array
Forum: Standard Small Basic
Last Post: francesco
04-05-2026, 06:40 PM
» Replies: 4
» Views: 756
|
Sqlite Version
Forum: Extensions
Last Post: Lester
03-24-2026, 06:58 PM
» Replies: 3
» Views: 589
|
Small Basic Explorer with...
Forum: Challenges
Last Post: martmen
03-17-2026, 03:48 PM
» Replies: 0
» Views: 290
|
Example Program
Forum: Extensions
Last Post: martmen
03-13-2026, 04:15 PM
» Replies: 0
» Views: 282
|
|
|
| Small Basic bash simulator |
|
Posted by: sm4llprogrammer2008 - 04-19-2025, 04:21 PM - Forum: Standard Small Basic
- No Replies
|
 |
I've made a bash simulator.
Doesn't have cmdlets, but you can try expanding it!
Link: https://smallbasic.com/program/?XSLJ618.000
ID (to use on SB 1.2 when importing from web): XSLJ618.000
Code: TextWindow.Hide()
TextWindow.Title = "Small Bash"
While ("True")
TextWindow.ForegroundColor = "Green"
TextWindow.Write("\users\")
TextWindow.ForegroundColor = "Blue"
TextWindow.Write("~$ ")
TextWindow.ForegroundColor = "DarkGray"
prompt = TextWindow.Read()
EndWhile
TextWindow.Show()
It isn't quite compatible with Small Basic Online though.
|
|
|
| Writing extensions - ? |
|
Posted by: Yumda - 04-19-2025, 08:00 AM - Forum: Extensions
- Replies (6)
|
 |
Hi there:
Is there an updated guide for writing SB extension? My son knows abit of C#, and when we follow the instruction guide on how to write extension for SB using visual c# 2010 the message keeps on popping up that the .net fram work we are targeting is 3.5 but the smallbasic .DLL reference is for .NET 4.5 . Is there any new tutorial available or what people is using to write the extension?
Regards
YUMDA
|
|
|
| LDProcess und Datenbankprogramm Adressen |
|
Posted by: martmen - 04-18-2025, 11:19 PM - Forum: Extensions
- Replies (1)
|
 |
Hallo Leute,
habt ihr die LitDev Erweiterung in SB implementiert könnt ihr folgendes machen:
Das Programm LHSZ447.000 (als Menu.sb speichern) und CDGT638.000 (als Adressen.sb speichern) in einem Unterordner z.B. .. /Database Programm und Daten.
Ändert in den Programmen die Path-Angaben. Startet die Programme einmal. Dann könnt Ihr das Programm Menu.exe starten.
Wählt im Menü den Eintrag Adresse aus und es wird Adressen gestartet. Zum Menu kommt Ihr wenn Ihr im Programm Adressen den Button End anklickt.
So ist es möglich, eine Kette von Programmen hin und her aufzurufen.
Das Programm Adressen arbeitet mit einer Tabelle der Datenbank. Um eine andere Tabelle in einem neuen Programm zu bearbeiten, sind nur wenige Zeilen anzupassen.
Viel Spass beim ausprobieren
Martini
|
|
|
| Is Extension Manager gone? |
|
Posted by: sm4llprogrammer2008 - 04-18-2025, 08:52 PM - Forum: Extensions
- Replies (2)
|
 |
Hello, everyone.
I'm new to the forums, and I've been looking for archived versions of LitDev's Small Basic Extension Manager, tried to find TechNet downloads, but unfortunately found none.
Are there GitHub repos of Extension Manager or is it fully obsolete?
If someone has an answer, I'd be happy to know!
Best regards,
sm4llprogrammer2008
|
|
|
| LDFinances Programm |
|
Posted by: martmen - 04-18-2025, 11:54 AM - Forum: Extensions
- No Replies
|
 |
Hallo zusammen,
gibt es jemanden, der ein lauffähiges Programm mit LDFinances verwendet? Ich habe zwar einen Schlüssel, aber das alte Beispiel läuft bei mir nicht. Kann jemand ein lauffähiges Programm veröffentlichen und den Key hier veröffentlichen?
Besten Dank
Martin
|
|
|
| Need some help with multiple window in program |
|
Posted by: Yumda - 04-17-2025, 05:04 PM - Forum: Extensions
- Replies (7)
|
 |
Hi there:
I tried to write a program for work to act as a data base recording and search system. In the section where a patient information is displayed, when the "HOME" button is clicked , it will disable the "NEW SEARCH", or "BACK TO YEAR" button. Also, is there anyway to close a window created by ldwindow ? I want the window where the home button is displayed gets closed when the button is clicked.
I have published the program, the code for the program is FDQZ538.000
Any help or advice is greatly appreicated.
Regards
YUMDA
|
|
|
|