Posts: 317
Threads: 37
Likes Received:
109 in 86 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
Can You Give From Where I Could Learn CSharp Or VB
Posts: 451
Threads: 34
Likes Received:
359 in 246 posts
Likes Given: 178
Joined: Aug 2023
Reputation:
17
Hi, There are plently online resources, but I believe it is essential to fist have access to Visual Studio.
Posts: 317
Threads: 37
Likes Received:
109 in 86 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
03-17-2024, 11:00 AM
(This post was last modified: 03-17-2024, 11:03 AM by z-s.)
I Use A 32 Bit Computer Windows 8.1 And 2gb RAM
I Have MSBuild Tool
Posts: 451
Threads: 34
Likes Received:
359 in 246 posts
Likes Given: 178
Joined: Aug 2023
Reputation:
17
03-17-2024, 12:10 PM
(This post was last modified: 03-17-2024, 12:11 PM by litdev.)
Hi, I see the problem, perhaps Java or Python could be alternatives to look into, not for SB extensions but programming in general if the limitations of SB are too much.
Posts: 317
Threads: 37
Likes Received:
109 in 86 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
Please can you compile line reader and highlighter extension for svb
Posts: 451
Threads: 34
Likes Received:
359 in 246 posts
Likes Given: 178
Joined: Aug 2023
Reputation:
17
Hi,
As I discussed:
1] The line reader can be done simply with existing SB methods - no need for extension.
2] The code you supplied for highlighting doesn't compile for SB or sVB, and if I corrected it the method you suggested only changes the highlight selection color (this is the background color when a user selects a bit of text), it does NOT set the font color of text - this CANNOT BE DONE for individual bits of text in a textbox.
These cannot help you with the language conversion project. I am unsure why you want this, rather than looking into how to perform the important functionality for this project with existing methods.
I can help you compile an extension yourself, or provide help with some of the suggestions I have made using for example LDInline, LDxml, LDConstrols.AddRichTextBox. I cannot write code for you, either extension or SB.
Posts: 317
Threads: 37
Likes Received:
109 in 86 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
The code for line reader can not work in textbook if can please explain me and for highlighter leave it for now