cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
writing in other window
writing in other window
Apr 6, 2008 at 11:59pm UTC
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
Apr 7, 2008 at 12:00am UTC
Apr 7, 2008 at 7:28pm UTC
firedraco
(6247)
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.
Apr 10, 2008 at 8:08am UTC
guruplus
(110)
@firedraco
they do not need to be parent/child windows
Last edited on
Apr 17, 2008 at 10:30am UTC
Topic archived. No new replies allowed.