Click here to Skip to main content
15,912,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hidden my Application in tag list Pin
David Crow28-Sep-04 7:29
David Crow28-Sep-04 7:29 
GeneralRe: Hidden my Application in tag list Pin
PJ Arends28-Sep-04 13:12
professionalPJ Arends28-Sep-04 13:12 
GeneralRe: Hidden my Application in tag list Pin
David Crow29-Sep-04 2:53
David Crow29-Sep-04 2:53 
GeneralRe: Hidden my Application in tag list Pin
Gledston Reis29-Sep-04 8:47
sussGledston Reis29-Sep-04 8:47 
GeneralCD rom Context menu Pin
anandforu28-Sep-04 2:50
anandforu28-Sep-04 2:50 
GeneralRe: CD rom Context menu Pin
David Crow28-Sep-04 5:36
David Crow28-Sep-04 5:36 
GeneralRe: CD rom Context menu Pin
anandforu6-Oct-04 8:56
anandforu6-Oct-04 8:56 
GeneralRe: CD rom Context menu Pin
David Crow6-Oct-04 9:10
David Crow6-Oct-04 9:10 
GeneralActiveX Controls Pin
anandforu28-Sep-04 2:45
anandforu28-Sep-04 2:45 
GeneralCreateProcess puzzle Pin
ns28-Sep-04 1:47
ns28-Sep-04 1:47 
GeneralRe: CreateProcess puzzle Pin
Antony M Kancidrowski28-Sep-04 1:55
Antony M Kancidrowski28-Sep-04 1:55 
GeneralRe: CreateProcess puzzle Pin
ns28-Sep-04 3:04
ns28-Sep-04 3:04 
GeneralRe: CreateProcess puzzle Pin
Antony M Kancidrowski28-Sep-04 6:02
Antony M Kancidrowski28-Sep-04 6:02 
GeneralRe: CreateProcess puzzle Pin
ns28-Sep-04 6:56
ns28-Sep-04 6:56 
GeneralRe: CreateProcess puzzle Pin
Antony M Kancidrowski29-Sep-04 0:34
Antony M Kancidrowski29-Sep-04 0:34 
GeneralRe: CreateProcess puzzle Pin
ns29-Sep-04 1:16
ns29-Sep-04 1:16 
GeneralRe: CreateProcess puzzle Pin
Antony M Kancidrowski30-Sep-04 12:32
Antony M Kancidrowski30-Sep-04 12:32 
GeneralMedia Player Mini-Mode Pin
Dave Moran28-Sep-04 1:26
Dave Moran28-Sep-04 1:26 
GeneralRe: Media Player Mini-Mode Pin
Antony M Kancidrowski28-Sep-04 2:04
Antony M Kancidrowski28-Sep-04 2:04 
GeneralRe: Media Player Mini-Mode Pin
Dave Moran28-Sep-04 13:50
Dave Moran28-Sep-04 13:50 
GeneralRe: Media Player Mini-Mode Pin
Antony M Kancidrowski29-Sep-04 0:38
Antony M Kancidrowski29-Sep-04 0:38 
QuestionHow Can I making database project? Pin
Majid Shahpouri28-Sep-04 1:03
Majid Shahpouri28-Sep-04 1:03 
AnswerRe: How Can I making database project? Pin
GermanGeorge28-Sep-04 4:07
GermanGeorge28-Sep-04 4:07 
Generalwhile loop in threads Pin
ledallam28-Sep-04 0:40
ledallam28-Sep-04 0:40 
GeneralRe: while loop in threads Pin
Manfred Staiger28-Sep-04 1:06
Manfred Staiger28-Sep-04 1:06 
I had a similar problem with a ISDN Monitor. I had to wait for messages from the driver of the ISDN controller signaling an incoming call. The situation was exactly the same, a workerthread with a while loop resulting in 100% CPU usage. Adding a

Sleep(200);

in the while loop solved the problem for me. If some mseconds of "absence" doesn't affect your application it could also work for you.

MS

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.