Joined
·
1,602 Posts
I've got a C# application that loads a file and does some processing to it. Its current interface contain of a window with two richtextboxes splitted horizontally in the middle. The top rtb displays the contents of the loaded file and the bottom one displays processing results.
Now, what I'd like to have is an interface only shows the results and kind of expands if the user wishes to see the contents of input file as well. So initialy there is only one rtb and if the user clicks "show input" the other rtb appear over the results one. Is there an easy way to do this?
Now, what I'd like to have is an interface only shows the results and kind of expands if the user wishes to see the contents of input file as well. So initialy there is only one rtb and if the user clicks "show input" the other rtb appear over the results one. Is there an easy way to do this?