VB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • daykin2k

    #1

    VB

    A beginner here, i forget the syntax to create a msgbox

    is it

    msgbox.text = "text"

    ??


  • Auric__

    #2
    Re: VB

    "...And the next sign of the Apocalypse will be..."
    *****
    On Mon, 26 Jan 2004 10:06:23 +1300, daykin2k wrote:
    [color=blue]
    >A beginner here, i forget the syntax to create a msgbox
    >
    >is it
    >
    >msgbox.text = "text"
    >
    >??[/color]

    From the help file:
    MsgBox(prompt[, buttons] [, title] [, helpfile, context])

    The two ways of using it:
    MsgBox x
    n = MsgBox(x)

    --
    auric "underscore " "underscore " "at" hotmail "dot" com
    *****
    Never agree with me, it shakes my self confidence.

    Comment

    Working...