Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Friend NotInheritable Class NativeMethods
- Private Sub New()
- End Sub
- <DllImport("user32.dll", CharSet:=CharSet.Auto)> _
- Friend Shared Function MessageBeep(ByVal uType As Integer) As <MarshalAs(UnmanagedType.Bool)> Boolean
- End Function
- End Class
Advertisement
Add Comment
Please, Sign In to add comment