Hi !
I have two textboxes, first (show_Box) is multiline and readonly with scorllbars, and second (input_Box) is normal textbox that is selected on form load.
When i type help into second box (input_Box) then in first (show_Box) textbox some text is added, but when i click in show_Box, then i loose the control of input_Box (i cant type anything here) is there a way to keep both show_Box and input_Box alive ? so i can scroll text in show_Box and type new text in input_Box ?
I have two textboxes, first (show_Box) is multiline and readonly with scorllbars, and second (input_Box) is normal textbox that is selected on form load.
When i type help into second box (input_Box) then in first (show_Box) textbox some text is added, but when i click in show_Box, then i loose the control of input_Box (i cant type anything here) is there a way to keep both show_Box and input_Box alive ? so i can scroll text in show_Box and type new text in input_Box ?