Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_InteractInteraction

Public Function GetCustomInput (
Message As String,
Optional WindowTitle As String = "" ,
Optional DefaultText As String = "",
Optional InputMask As String = "" ,
Optional HideCancelButton As Boolean = False
) As String

Display a custom input dialog, like InputBox.

Message as String

The prompt

Optional WindowTitle as String = ""

The window title message

Optional DefaultText as String = ""

The default input text (default="")

Optional InputMask as String = ""

The input mask string

Optional HideCancelButton as Boolean = False

(no description)

Call Template:

Dim s As String
s = xf.Interact.GetCustomInput(Message)
s = xf.Interact.GetCustomInput(Message, WindowTitle, DefaultText, InputMask, HideCancelButton)

See Also:

Example 1:

Dim s as String
s = GetCustomInput("Please enter a password", "Enter Password", True)
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd