New1
Previous  Next

Initialized a Phone object and sets the form that will receive the focus after each phone event.
Syntax: New1(Form As Form)

Example:
Sub App_Start
      Form1.Show
      Phone.New1("Form1")
End Sub