Dial a phone number 
Author Message
 Dial a phone number

Hi,
Does anyone know how to automatically dial a pager number from vb ( i.e.
no user interaction required to make the call)?


Mon, 04 Jun 2001 03:00:00 GMT  
 Dial a phone number
I would sure hate to be the person that owns the pager  :)
--
Later,
Jody


http://www.visual-statement.com/vb



Quote:
> Hi,
> Does anyone know how to automatically dial a pager number from vb ( i.e.
> no user interaction required to make the call)?



Mon, 04 Jun 2001 03:00:00 GMT  
 Dial a phone number
Hi,

I have several examples of paging in my book (see below for information).
Both numeric and alphanumeric paging are included, with examples.

--
Richard Grier
Hard & Software
12962 West Louisiana Avenue
Lakewood, CO  80228
303-986-2179 (voice)
303-986-3143 (fax)
Author of Visual Basic Programmer's Guide to Serial Communications, 2nd
Edition (355 pages).
For information look on my homepage at
http://ourworld.compuserve.com/homepages/richard_grier.
Use the Books link to order.  For faster service contact the publisher at
http://www.mabry.com.



Mon, 04 Jun 2001 03:00:00 GMT  
 Dial a phone number
Don't worry it won't page everybody and their brother. It's just a personal
project that pages my brother.

Art

Quote:

> I would sure hate to be the person that owns the pager  :)
> --
> Later,
> Jody


> http://www.visual-statement.com/vb



> > Hi,
> > Does anyone know how to automatically dial a pager number from vb ( i.e.
> > no user interaction required to make the call)?



Tue, 05 Jun 2001 03:00:00 GMT  
 Dial a phone number
when i need to do this, I created a PAGE.TXT file which had 'ATDT
555-1212,,,,,519-376-1234#', where 555-1212 was the pager# and my number is
519-376-1234.

and a PAGE.BAT file with 'COPY PAGE.TXT COM2:'  (My modem was on com2)

Then in VB I SHELLed with a mytask=SHELL("PAGE.BAT")

remember the shell function is asyncronous, i.e. you will crash your
machine with...

:PageBuddy
mytask=shell("page.bat")
goto PageBuddy



Quote:
> Don't worry it won't page everybody and their brother. It's just a
personal
> project that pages my brother.

> Art


> > I would sure hate to be the person that owns the pager  :)
> > --
> > Later,
> > Jody


> > http://www.visual-statement.com/vb



> > > Hi,
> > > Does anyone know how to automatically dial a pager number from vb (
i.e.
> > > no user interaction required to make the call)?



Wed, 06 Jun 2001 03:00:00 GMT  
 Dial a phone number
On Thu, 17 Dec 1998 16:12:14 -0500, Arthur Marks

Quote:

>Hi,
>Does anyone know how to automatically dial a pager number from vb ( i.e.
>no user interaction required to make the call)?

Look up documentation on TAPI.

--Elocutus
===
"The engine of existence is fueled by just a few
 things.  Unglazed pottery is not one of them."
  --P. J. O'Rourke



Fri, 08 Jun 2001 03:00:00 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. How can I dial a phone number?

2. How to dial a phone number with VB5

3. How to Dial a phone number?

4. How to dial the phone number with VB5

5. dial-up phone number?

6. Ques: How to Retrieve Dial-Up Networking (Usernames, Passwords, Phone Numbers)

7. How to get Access 97 to Dial the phone via code

8. Dial a phone and play wav sound?

9. How to Dial Phone and play message ?

10. How to dial a phone # using TAPI

11. HELP ME ON DIAL UPING A PHONE #

12. how do I get VB to dial a phone

 

 
Powered by phpBB® Forum Software