howto: dial a fon number from a custom form?

C

Christoph Sbach

Gute Idee, habe mich sowieso gefragt wozu diese Newsgroup ist, wenn solche
Idioten antworten.

Ein schönes Wochenende Schlaubi!


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
 
C

Christoph Sbach

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
 
H

Hollis D. Paul

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top