Seven Years of Service
Posts: 255
Threads: 40
RE: Mr.Kurd Notepad 03-22-2018, 09:08 AM
#4
I don’t know if you changed your way of writing code but renaming your controls and especially the form file is very important and not doing so will result in confusion when sharing your code or reading it after a long time. Especially when you are working on some big projects.
Thanks for sharing tho.
•
Nine Years of Service
Posts: 2,932
Threads: 148
RE: Mr.Kurd Notepad 03-22-2018, 09:10 PM
#6
Nice share my friend. Always usefull to have something extra to right text in I guess. Just one more advice: I highly recommend you switch to C# as a language instead of VB.NET. Once you'll learn C# you don't go back to VB.NET.
Also, instead of a WinForms project you can try using a WPF form. This will give you more options and you can have way more advanced styling than in WinForms. If you need help on that I can help you, just hmu on Discord.
~~ Might be back? ~~
Seven Years of Service
Posts: 255
Threads: 40
RE: Mr.Kurd Notepad 03-22-2018, 11:55 PM
#7
Are the options to change the color, font and alignment just changing the parameters of your TextBox or does it allow you to change theese for every char (selection)?
Because just editing the parameters for the whole TextBox will make it kinda useless and I don't see any advantages in using this.
•
Nine Years of Service
Posts: 2,932
Threads: 148
RE: Mr.Kurd Notepad 03-23-2018, 08:04 AM
#10
@"Mr.Kurd" I fully understand. It's good either way, you've put in time to create something and it pays off which is good. Java might indeed be a better choice than VB.NET indeed for this project.
~~ Might be back? ~~