There is no Windows Form function to beep your computer's speaker. But you can just invoke the Win32 API MessageBeep.
Another method (suggested by msauper@sauper.com on microsoft.public.dotnet.framework.windowsforms)