I have found it in Yahoo Messageboard:
From: "Sue Mosher" <sue@s...>
Date: Thu Dec 21, 2000 3:29 am
Subject: Re: Button to dial a telephone number.
ADVERTISEMENT
You can use CommandBars to execute any toolbar or menu command. This
snippet does the dialer:
You can display the New Call dialog box by calling the Execute method
for
the CommandBarControl object with an argument of 2501:
Set CBCtl = _
Application.ActiveExplorer.CommandBars.FindControl(ID:=2501)
CBCtl.Execute
--
Sue Mosher, Outlook MVP
Hollis D. Paul said:
I have a input field "txtFon" and a comand button "cmdCall". And now?
And now, you go buy an Outlook Development Book that tells you how to
program VBScript.
Hollis D. Paul [MVP - Outlook]
(e-mail address removed)
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2195
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US
Mukilteo, WA USA