Results 1 to 1 of 1

Thread: I couldn't just help it :) :)

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2023
    Posts
    976

    I couldn't just help it :) :)

    1. Start a new project.
    2. Add a command button to the main form from the toolbox to the left.
    3. Double-click on the command button in design mode and add this code:
    4. Click on the "run" toolbar button with the filled-right arrow.

    Code:
    Private Sub Command1_Click()
      MsgBox "Hello World :)", vbInformation
    End Sub
    Attached Images Attached Images     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width