hi i have some problems to realize remoting in C#
i have an application A on pc1 and i have a application B on pc2
app A sould start app B (but this is not so important for the beginning)
app B should sometimes performes the function write(string text) (<- this should be a function from the marshaled class, isn't it?)
then in app B this text should be added in a textbox

i tried this the whole day but i wont get it work
i also tried to realize it only on one machine first and starting A and B manuell, but i get it work neither

can someone can help plz how to realize this?