cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : Windows Programming : writing in other window
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Articles
Lounge
Jobs

-

post  writing in other window

Alphy11 (5)
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
firedraco (145)
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)
@firedraco
they do not need to be parent/child windows
| Last edited on

This topic is archived - New replies not allowed.
Home page | Privacy policy
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? contact us