J
J E Jensen
Hello NG
I want to implement TAPI to my application. The TAPI component i a Class
that is placed i my application. my application has reference to TAPI3 from
Microsoft.
I want to make a listner to get incomming call - and that works just fine. I
have a status bar in my application and whenever TAPI detects a call i se
the call and callerid on the status bar, just fine.
Now I want to notify the user by open a small form with informations based
on the callerID, so I gather some infos from by database (customer /
contactperson) and gets at DataTable with all that information. Then i opens
a new form and send the datatable to that form.
Somehow the notify form i open i another thread than my application (mabye
the TAPI thread) but when the form opens its getting the (not responding
text on title bar).
Could someone please help me here?
Kind regards
Johnny E. Jensen
I want to implement TAPI to my application. The TAPI component i a Class
that is placed i my application. my application has reference to TAPI3 from
Microsoft.
I want to make a listner to get incomming call - and that works just fine. I
have a status bar in my application and whenever TAPI detects a call i se
the call and callerid on the status bar, just fine.
Now I want to notify the user by open a small form with informations based
on the callerID, so I gather some infos from by database (customer /
contactperson) and gets at DataTable with all that information. Then i opens
a new form and send the datatable to that form.
Somehow the notify form i open i another thread than my application (mabye
the TAPI thread) but when the form opens its getting the (not responding
text on title bar).
Could someone please help me here?
Kind regards
Johnny E. Jensen