We are going to create a compiler like program where when we inputed character or multicharacter it will retrieve to the database the equivalent symbol of that character and place it to another textbox..
Example input: (1sttextbox)
Line1: main()
Line2: {
the output is: (2nd textbox)
Line1: WordSymbol, SpecialSymbol,ProgramParameter, OpenParenthesis, SpecialSymbol,ProgramParameter, CloseParenthesis
Line2: SpecialSymbol,ProgramParameter,OpenCurlyBracket
Note: WordSymbol - all keywords and Reserved Words.
SpecialSymbols - operators and delimeters
Please do help me for the codes... We are begginer in VB.Net so we are not so familiar for the codes..