Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing data to thread Pin
Daniel Lohmann11-Aug-02 23:15
Daniel Lohmann11-Aug-02 23:15 
GeneralRe: Passing data to thread Pin
s_k11-Aug-02 23:36
s_k11-Aug-02 23:36 
GeneralRe: Passing data to thread Pin
Tomasz Sowinski11-Aug-02 23:40
Tomasz Sowinski11-Aug-02 23:40 
GeneralRe: Passing data to thread Pin
Daniel Lohmann12-Aug-02 2:24
Daniel Lohmann12-Aug-02 2:24 
Generalthreads and wotnots... Pin
l a u r e n11-Aug-02 22:57
l a u r e n11-Aug-02 22:57 
GeneralRe: threads and wotnots... Pin
Tomasz Sowinski11-Aug-02 23:04
Tomasz Sowinski11-Aug-02 23:04 
GeneralRe: threads and wotnots... Pin
l a u r e n12-Aug-02 4:19
l a u r e n12-Aug-02 4:19 
GeneralRe: threads and wotnots... Pin
Shog912-Aug-02 13:50
sitebuilderShog912-Aug-02 13:50 
lauren wrote:
i managed to get them minimizing and stuff by doing a showwindow() before suspending the threads ... im ending them with terminateprocess()

OMG | :OMG:

er, you may not want to do that... Sounds like a prime way to cultivate memory leaks... maybe it's all good, donno... sounds dangerous though. You couldn't just hide the windows & send them WM_CLOSE messages?


lauren wrote:
another question that is baffling me is how do i get the apps to show on a particular display device in winxp with multiple monitors attached?

Think of it as just having a huge virtual screen, bits of which (not necessarily contiguous bits...) map to actual physical monitors. You can enumerate the available monitors, retreive the bounds for the one you want, and then just position the windows onto it the same way you'd move them around the screen normally.

---

Shog9
If I could sleep forever, I could forget about everything...

QuestionHow to display graphic image in a dialog box? Pin
Solero11-Aug-02 22:45
Solero11-Aug-02 22:45 
AnswerRe: How to display graphic image in a dialog box? Pin
Tomasz Sowinski11-Aug-02 22:53
Tomasz Sowinski11-Aug-02 22:53 
QuestionCFileDialog interferes later used fopen? Pin
Janine11-Aug-02 21:11
Janine11-Aug-02 21:11 
AnswerRe: CFileDialog interferes later used fopen? Pin
Tomasz Sowinski11-Aug-02 23:17
Tomasz Sowinski11-Aug-02 23:17 
AnswerRe: CFileDialog interferes later used fopen? Pin
Anonymous11-Aug-02 23:56
Anonymous11-Aug-02 23:56 
GeneralRe: CFileDialog interferes later used fopen? Pin
Janine12-Aug-02 0:04
Janine12-Aug-02 0:04 
GeneralKey Stokes Pin
Kristian3311-Aug-02 21:06
Kristian3311-Aug-02 21:06 
GeneralRe: Key Stokes Pin
567890123411-Aug-02 21:16
567890123411-Aug-02 21:16 
GeneralRe: Key Stokes Pin
Kristian3311-Aug-02 21:58
Kristian3311-Aug-02 21:58 
GeneralRe: Key Stokes Pin
567890123411-Aug-02 22:18
567890123411-Aug-02 22:18 
GeneralQuestion about Carlos Antollini ADO classes !!! Pin
Hadi Rezaee11-Aug-02 20:49
Hadi Rezaee11-Aug-02 20:49 
GeneralRe: Question about Carlos Antollini ADO classes !!! Pin
567890123411-Aug-02 23:14
567890123411-Aug-02 23:14 
GeneralRe: Question about Carlos Antollini ADO classes !!! Pin
Hadi Rezaee12-Aug-02 0:52
Hadi Rezaee12-Aug-02 0:52 
Generalstd::string Pin
Shamoon11-Aug-02 20:47
Shamoon11-Aug-02 20:47 
GeneralRe: std::string Pin
Todd Smith11-Aug-02 20:54
Todd Smith11-Aug-02 20:54 
GeneralStuctures and pointer Pin
awillie11-Aug-02 17:25
awillie11-Aug-02 17:25 
GeneralRe: Stuctures and pointer Pin
Christian Graus11-Aug-02 17:34
protectorChristian Graus11-Aug-02 17:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.