Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CreateMDIWindow question... 1

Status
Not open for further replies.

weevilofdoom

Programmer
Jan 28, 2003
91
US
I was wondering, with CreateMDIWindow, you can specify a thread to execute the MDI Window code,
well, I was wondering if you can create each window using the same thread code, without re-doing the code over and over,
and still have each MDI Window on its own thread? Or do you need a separate 'thread code' block for each window?
I'm writing a MUD client, so each 'window' is going to have the same functionality,
so it doesn't make sense to re-write a thread procedure over and over again, if they're all going to
have the same functionality, so I was wondering if this is possible, and still have each one on their own thread.

The weevil of doooooooooom
-The eagle may soar, but the weasel never gets sucked up by a jet engine (Anonymous)
 
Each MDIWindow will be an instance of a MDIWindow Class ?
Therefore, you should opnly need to write the function once
(Assuming I understand you correctly)
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top