Created
November 28, 2020 14:29
-
-
Save rmdavy/4b1da703c3a989070bd13142e7f3c03e to your computer and use it in GitHub Desktop.
Call MessageBoxA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub SayHello() | |
Dim RetVal As Long | |
RetVal = stdCallA("user32", "MessageBoxA", vbInteger, 0&, "Hello, this is a MessageBox", "MessageBox Example", 0& + 64&) | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment