Alert message box help

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

    #1

    Alert message box help

    after i press a record or ok button i would like to know how to make it
    apear a alert box and where do i have to put the following code (button
    code?) plz help?


  • Göran Andersson

    #2
    Re: Alert message box help

    Use the MessageBox.Show method to produce a message box.

    Fillippo wrote:[color=blue]
    > after i press a record or ok button i would like to know how to make it
    > apear a alert box and where do i have to put the following code (button
    > code?) plz help?[/color]

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Alert message box help

      "Fillippo" <lory@dglnet.co m.br> schrieb:[color=blue]
      > after i press a record or ok button i would like to know how to make it
      > apear a alert box and where do i have to put the following code (button
      > code?)[/color]

      \\\
      MsgBox("Hello World")
      ///

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      Working...