writing in other window

How could i go about putting text into a different window? like an IM or something? like:
1
2
3
main(){
  string out="hi";
  outputToOtherWindow(out);
Last edited on
Well, that would probably involve creating a parent/child window...you could probably get more information from msdn.com on how to get started making a window.
@firedraco
they do not need to be parent/child windows
Last edited on
Topic archived. No new replies allowed.