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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10053068.htm...
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??
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10114347.html
want to a sample of callback of socketconnection in 3-tier,
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10164266.html
Can a member function of a class be a callback function? If it can be,how to use them?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10166260.html
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))...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10179369.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10237991.html
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, ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10243391.htm...
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"...
http://www.experts-exchange.com/Programming/Misc/Q_10845461.html
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.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11440778.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20098805.html
Zones:
JavaDate Answered: 03/25/2002 Rating: 7.4 Views: 0