weevilofdoom
Programmer
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)
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)