Hi,
Could any one please tell me how to make my project appearance be a specific color depending on the text that is in a text document?
for example, me.backcolor = text document (C:\Users\MajorE.\Desktop\Setting.text.txt). text -and if the text document text = red then backcolor = red-
And another setting...
let's pretend that label 1 backcolor = yellow
Private
SubLabel1_Click(ByValsenderAsSystem.Object,ByValeAsSystem.EventArgs)HandlesLabel8.Click
textdoucument.text (C:\Users\MajorE.\Desktop\Setting.text.txt)= yellow
endsub
the text in the text document will change when I click on a label to a different color
so that every time I put a color from one of my label then exit the application and open it again the back color will be the same color as I chose last time
I'm really into programing although I'm still new or a noob I'd like to learn more and more.
Thank you for reading
MajorE