Hi.
First call ShowWindow(SW_HIDE) for the parent window.
Second do not use DoModal() for the modeless dialog, but something like this:
CMyDialog *pDlg;
pDlg = new CMyDialog;
if(pDlg->Create(strTitle, pPointerToParent))
{
pDlg->ShowWindow(SW_SHOW);
...
}
But be careful, because to show...
Hi,
Select the combo control and make a clcik at the scroll arrow. A rectangle will appear. This rectangle represents the depth of the list displayed by the combo box. You can set the size as you want.
The feature you reference is called a "smile". It is a feature of the Call Center package installed on your ACD/Switch. We use Avaya Call Center Elite (they've recently changed product names: love them marketing guys!), and this a feature of the software package. Call your Avaya rep...
Dear Slugga,
I too faced the same problem in restoring individual mail box in exch.5.5. I had done following things and i succeed in restoring the individual mail box.
Create a Default mail box(just a base mail box).
Run Directory service available in server option.Before executing the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.