Enter Keywords:
1 - 10 of 297(0.001 seconds)
Sort By:
 
i am using the audio Mixer in my App. i know how to Open the Mixer and how to change volume i want to know how to use the CALLBACK option so i will be able to know if someone changed the volume in ...
Zones: Windows MFCDate Answered: 05/18/1998 Rating: 9.8 Views: 4
I want to use a timer that is not associated with a window (associated w/ desktop)That uses a callback function to avoid disrupting the message que! Does anyone have any ideas??
Zones: Windows ProgrammingDate Answered: 01/06/1999 Rating: 2.6 Views: 0
want to a sample of callback of socketconnection in 3-tier,
Zones: Delphi ProgrammingDate Answered: 05/27/1999 Rating: 9.6 Views: 0
Can a member function of a class be a callback function? If it can be,how to use them?
Zones: C++Date Answered: 06/03/1999 Rating: 8.6 Views: 0
I'm trying to set up a callback function in a class, but I'm getting errors at compiling time. The following gets accepted: class CEngine { public:   void SetCallBack(void (*aFunction)(someclass))...
Zones: C++Date Answered: 07/08/1999 Rating: 8.4 Views: 0
I have callback functions that use methods that reference a TForm object(Form1.Memo1).  When Form1 is the mainform the program works but when Form1 becomes a subform (created at run-time) I get the...
Zones: Delphi ProgrammingDate Answered: 11/30/1999 Rating: 6.6 Views: 0
Apart from setting a callback function as Static inside a class, is there any way to set it inside a class coz I have to access a class function inside the callback function of SetTimer(HWND hWnd, ...
Zones: Windows MFCDate Answered: 01/14/2000 Rating: 6.2 Views: 0
Hi, Please, can you explain (using simple, well-formed english) the following: 1.) what is a "callback method"? 2.) what does a "callback method" do? 3.) why should i use "callback methods"...
Zones: Programming, VB ObjectsDate Answered: 07/31/2000 Rating: 7.6 Views: 0
How do i write callback functions for a dll that i'm working on. I want my dll to execute a function that was passed to it.
Zones: C++Date Answered: 10/03/2000 Rating: 7.6 Views: 0
My program is creating 15 threads. Based on the action, the order of threads getting end is different. When eash and every thread is complted, i need to execute some code. How can i do that..i n...
Zones: JavaDate Answered: 03/25/2002 Rating: 7.4 Views: 0