Hacker News new | ask | show | jobs
by zabzonk 117 days ago
Well, MessageBox() in the Win32 API is just a simple C function call: https://learn.microsoft.com/en-us/windows/win32/api/winuser/...

I wrote a blog about this many years ago: https://latedev.wordpress.com/2011/10/06/simple-windows-dial...

1 comments

It’s everything leading up to the MessageBox() call that VB makes trivial.