![]() |
Skull Custom Language Creator By ZS - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Discussion (https://litdev.uk/mybb/forumdisplay.php?fid=4) +--- Thread: Skull Custom Language Creator By ZS (/showthread.php?tid=38) |
RE: Skull Custom Language Creator By ZS - z-s - 04-27-2024 Ok In New Sprit I Am Starting Again From Beginning Skull IDE IN SB GraphicWindow As The Work Goes I will Also Learn CSharp But till I Will Have Some Fun For Some years in SB RE: Skull Custom Language Creator By ZS - litdev - 04-27-2024 This sounds great and I will be happy to extend this forum a bit to helping with getting started with C#. RE: Skull Custom Language Creator By ZS - AbsoluteBeginner - 04-27-2024 (translated by Google translator) Our SB-Prime, together with Small Basic, have one advantage over the professional C#. SB-Prime is good for both children and adults. ![]() Everyone understands why SB-Prime is good for children. But for adults, SB-Prime is valuable as an excellent tool for creativity. After all, using C#, many adults can create a complex program. But not every person can create the same complex program using Small Basic. This requires ingenuity. RE: Skull Custom Language Creator By ZS - litdev - 04-27-2024 I exactly agree with the last line, that's where the challenge is for me. Everyone is different and there are many ways to have fun programming, it's about learning new things and getting better at it. RE: Skull Custom Language Creator By ZS - z-s - 04-28-2024 How Can We Change colour or Change size of richtextbox Border . RE: Skull Custom Language Creator By ZS - litdev - 04-28-2024 With a little ingenuity! Have a go and see what you come up with, hints available! RE: Skull Custom Language Creator By ZS - z-s - 04-29-2024 can anyone help with how to get a selected texts intelnise from any xml. RE: Skull Custom Language Creator By ZS - litdev - 04-29-2024 Hi, search this thread for LDxml, and I hope the example mentioned may show the way to get started parsing xml programatically. RE: Skull Custom Language Creator By ZS - z-s - 05-02-2024 RichtextBox Is Really Wonderful Of LD Extension I Cant Tell How Happy I am When I Found This Method LDControls.RichTextBoxWord Through It We Can Highlight Some Text In RichTextBox (Which I Can Use For Highlighting Methods , Operators , Keywords ) and Also It has Function Of Highlighting Whole Line. But I Want Two more Function LitDev : 1) LDControls.RichTextBoxWord should have the color and font style to apply . 2)LDControls.RichTextBoxWord should Have A Mode 4 Like 3 in which the line highlight from The Word To End Like In Sb The Function Of This Letter : ' . Really Thanks LitDev For The Wonderful Extension ![]() RE: Skull Custom Language Creator By ZS - litdev - 05-02-2024 ZS, You can set the font properties for default and before word/line colouring. For finer control you are going to have to do it directly in C#. Code: rtb =LDControls.AddRichTextBox(300,300) |