Click here to Skip to main content
15,900,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do i change the internet explorer settings programatically Pin
vishnuteja18-Apr-07 1:51
vishnuteja18-Apr-07 1:51 
GeneralRe: How do i change the internet explorer settings programatically Pin
Hamid_RT18-Apr-07 2:23
Hamid_RT18-Apr-07 2:23 
GeneralRe: How do i change the internet explorer settings programatically Pin
vishnuteja18-Apr-07 2:46
vishnuteja18-Apr-07 2:46 
GeneralRe: How do i change the internet explorer settings programatically Pin
Hamid_RT18-Apr-07 7:27
Hamid_RT18-Apr-07 7:27 
AnswerRe: How do i change the internet explorer settings programatically Pin
David Crow18-Apr-07 3:54
David Crow18-Apr-07 3:54 
GeneralRe: How do i change the internet explorer settings programatically Pin
vishnuteja18-Apr-07 19:54
vishnuteja18-Apr-07 19:54 
GeneralRe: How do i change the internet explorer settings programatically Pin
David Crow19-Apr-07 2:42
David Crow19-Apr-07 2:42 
QuestionRegarding returning values from a DLL Pin
Nikhil Trivedi17-Apr-07 21:09
Nikhil Trivedi17-Apr-07 21:09 
QuestionApplication.DoEvents () = WIN32 API ? Pin
amitmistry_petlad 17-Apr-07 21:04
amitmistry_petlad 17-Apr-07 21:04 
AnswerRe: Application.DoEvents () = WIN32 API ? Pin
Hamid_RT17-Apr-07 21:11
Hamid_RT17-Apr-07 21:11 
GeneralRe: Application.DoEvents () = WIN32 API ? Pin
amitmistry_petlad 17-Apr-07 21:30
amitmistry_petlad 17-Apr-07 21:30 
AnswerRe: Application.DoEvents () = WIN32 API ? Pin
kakan17-Apr-07 22:36
professionalkakan17-Apr-07 22:36 
GeneralRe: Application.DoEvents () = WIN32 API ? Pin
amitmistry_petlad 17-Apr-07 22:58
amitmistry_petlad 17-Apr-07 22:58 
GeneralRe: Application.DoEvents () = WIN32 API ? Pin
kakan17-Apr-07 23:33
professionalkakan17-Apr-07 23:33 
GeneralRe: Application.DoEvents () = WIN32 API ? Pin
amitmistry_petlad 17-Apr-07 23:39
amitmistry_petlad 17-Apr-07 23:39 
GeneralRe: Application.DoEvents () = WIN32 API ? Pin
kakan17-Apr-07 23:49
professionalkakan17-Apr-07 23:49 
GeneralRe: Application.DoEvents () = WIN32 API ? Pin
amitmistry_petlad 17-Apr-07 23:50
amitmistry_petlad 17-Apr-07 23:50 
GeneralRe: Application.DoEvents () = WIN32 API ? Pin
kakan18-Apr-07 0:32
professionalkakan18-Apr-07 0:32 
GeneralRe: Application.DoEvents () = WIN32 API ? Pin
amitmistry_petlad 18-Apr-07 1:01
amitmistry_petlad 18-Apr-07 1:01 
GeneralRe: Application.DoEvents () = WIN32 API ? Pin
kakan18-Apr-07 1:15
professionalkakan18-Apr-07 1:15 
GeneralRe: Application.DoEvents () = WIN32 API ? Pin
amitmistry_petlad 18-Apr-07 1:21
amitmistry_petlad 18-Apr-07 1:21 
QuestionCSemaphore Question Pin
softwaremonkey17-Apr-07 20:57
softwaremonkey17-Apr-07 20:57 
Hi,

If CSemaphore::Release() is called multiple times by the same thread, does it increase the count each time, or does CSemaphore only keep a count of the number of DIFFERENT threads that have called Release?

I am working on some code where one thread calls Release() each time it adds stuff to a queue, expecting a worker thread to fire the correct number of times to remove stuff from the queue. The code doesnt work properly and I suspect it is fundamentally flawed.

Any ideas?

Tony Confused | :confused:
AnswerRe: CSemaphore Question Pin
Roger Stoltz17-Apr-07 21:30
Roger Stoltz17-Apr-07 21:30 
AnswerRe: CSemaphore Question Pin
Mark Salsbery18-Apr-07 6:58
Mark Salsbery18-Apr-07 6:58 
GeneralRe: CSemaphore Question Pin
softwaremonkey18-Apr-07 7:58
softwaremonkey18-Apr-07 7:58 

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.