writing in other window
Alphy11 (5)Aug 29, 2008 at 12:40am UTC
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 Aug 29, 2008 at 12:40am UTC
firedraco (145)Aug 29, 2008 at 12:40am UTC
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.
SteakRider (109)Aug 29, 2008 at 12:40am UTC
@firedraco they do not need to be parent/child windows
Last edited on Aug 29, 2008 at 12:40am UTC
This topic is archived - New replies not allowed.