Dialing a phone # in VB4 32bit without MSCOMM.OCX 
Author Message
 Dialing a phone # in VB4 32bit without MSCOMM.OCX

Does anyone know what API's to use to simply dial a phone # in Win95.
This used to work in Windows 3.1
        Open "COM1:" for Output As #1
                Print  #1, Phonenumber
        Close #1

It only works in Win95 AFTER some other program has already used the
modem.  I tried using the Win3.1 COMM API functions but they don't
work either (I tried everything!-  changed USER to USER32. Took into
account new way Win95 handles strings- everything.)

I DON'T want to use the mscomm.ocx to simply dial a number.



Sun, 04 Oct 1998 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Simple use of MSComm Control (phone dialing)

2. MSComm phone dialing question

3. dialing a phone with mscomm32.ocx

4. OCX for phone dialing

5. VB4 (32bit) MSComm cannot transmit 1200 Bytes

6. Play .wav in VB4-32bit without MCI control

7. VB4/VBSQL/OCX/32BIT

8. VB4 or VB5 32bit Video Capture OCX?

9. Help: VB4 32bit Midi OCX

10. LowLevel routines (Like Microhelps MUSCLE.VBX) under VB4/32Bit(DLL/OCX)

11. VB4/32bit and MSCOMM32.OCX

12. dbgrid32.ocx (VB4/32bit) registration ???

 

 
Powered by phpBB® Forum Software