Another attempt to explain my dilemma
I have a problem where mutiple execs create text. in a richtext box. I need to merge the text from the different executables for out put.
I want to be able to merge the text and return it to the first executable. Then I want the user to be able to review the text and edit the text if required . Then the user will hit a submit button to write the text to a file. I assumed there was a way to have a common data area shared by all the execs to do this?
Someone said in VB6,0 it could be accomplished by session variables?? Is there equivalent in .net?
Open to any suggestions.
thanks much.
I have a problem where mutiple execs create text. in a richtext box. I need to merge the text from the different executables for out put.
I want to be able to merge the text and return it to the first executable. Then I want the user to be able to review the text and edit the text if required . Then the user will hit a submit button to write the text to a file. I assumed there was a way to have a common data area shared by all the execs to do this?
Someone said in VB6,0 it could be accomplished by session variables?? Is there equivalent in .net?
Open to any suggestions.
thanks much.