Click here to Skip to main content
15,909,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTab order in win32 dialog Pin
Melekor28-Jun-03 9:02
Melekor28-Jun-03 9:02 
GeneralRe: Tab order in win32 dialog Pin
Michael Dunn28-Jun-03 9:49
sitebuilderMichael Dunn28-Jun-03 9:49 
GeneralRe: Tab order in win32 dialog Pin
Melekor28-Jun-03 10:21
Melekor28-Jun-03 10:21 
GeneralRe: Tab order in win32 dialog Pin
Neville Franks28-Jun-03 11:51
Neville Franks28-Jun-03 11:51 
GeneralRe: Tab order in win32 dialog Pin
Melekor28-Jun-03 13:38
Melekor28-Jun-03 13:38 
GeneralPrinting in an Area Problem -- Need Help! Pin
Larry J. Siddens28-Jun-03 8:07
Larry J. Siddens28-Jun-03 8:07 
QuestionResource folder? Pin
DaveE9th28-Jun-03 8:05
DaveE9th28-Jun-03 8:05 
GeneralPassing message to thread Pin
Samrah Saulat Mirza28-Jun-03 5:51
Samrah Saulat Mirza28-Jun-03 5:51 
Firends i am having a problem and i like your advice in this regard. I would appreciate the non-MFC answer.

I've a thread. The purpose of this thread is to read string from somewhere and then display it on the console. Lets call it thread A. So simple, so easy.

I've two other threads. The purpose of these threads is to get some data from internet.

Now, what i want is that the two threads getting data from internet should "send" the string to thread A, so that it can be displayed. But i don't want those two threads to block. And this is the problem. Of course two threads should write string somewhere and then thread A get those strings periodically. As such critical section is necessary which i like to prevent because as such there is a blocking.

In order to overcome the problem i am using IO completion ports. But the problem is that IOCP is not available in Win9X family operating systems.

So what you like to advice me.
GeneralRe: Passing message to thread Pin
Nitron28-Jun-03 6:02
Nitron28-Jun-03 6:02 
GeneralRe: Passing message to thread Pin
Shah Shehpori28-Jun-03 6:56
sussShah Shehpori28-Jun-03 6:56 
GeneralRe: Passing message to thread Pin
valikac28-Jun-03 6:53
valikac28-Jun-03 6:53 
GeneralRe: Passing message to thread Pin
Shah Shehpori28-Jun-03 6:59
sussShah Shehpori28-Jun-03 6:59 
GeneralRe: Passing message to thread Pin
valikac28-Jun-03 7:46
valikac28-Jun-03 7:46 
GeneralRe: Passing message to thread Pin
Peter Weyzen28-Jun-03 17:26
Peter Weyzen28-Jun-03 17:26 
GeneralRe: Passing message to thread Pin
cmk28-Jun-03 18:11
cmk28-Jun-03 18:11 
QuestionHow to set the position of a progress bar Pin
FlyingDancer28-Jun-03 3:54
FlyingDancer28-Jun-03 3:54 
AnswerRe: How to set the position of a progress bar Pin
Michael Dunn28-Jun-03 5:20
sitebuilderMichael Dunn28-Jun-03 5:20 
GeneralRe: How to set the position of a progress bar Pin
FlyingDancer29-Jun-03 15:35
FlyingDancer29-Jun-03 15:35 
GeneralRe: How to set the position of a progress bar Pin
FlyingDancer29-Jun-03 18:37
FlyingDancer29-Jun-03 18:37 
Questionhow to play *.ani file in MFC? Pin
dxhdxh28-Jun-03 2:44
dxhdxh28-Jun-03 2:44 
GeneralAttn: Robert Brault Pin
gweather28-Jun-03 2:03
gweather28-Jun-03 2:03 
GeneralSubclassed Control Pin
Hesham Amin28-Jun-03 1:38
Hesham Amin28-Jun-03 1:38 
GeneralRe: Subclassed Control Pin
MAAK29-Jun-03 12:07
MAAK29-Jun-03 12:07 
GeneralRe: Subclassed Control Pin
Hesham Amin29-Jun-03 22:19
Hesham Amin29-Jun-03 22:19 
GeneralGeneric serial port interface Pin
NeoFeng28-Jun-03 0:03
NeoFeng28-Jun-03 0:03 

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.