[Mono-list] using the vb.net dll from C#

Dennis Hayes DENNISH@Raytek.com
Mon, 7 Oct 2002 12:04:41 -0700


>Some think that Microsoft.VisualBasic.DLL only contains support for 
>OLD-STYLE VB.NET code, but that is not true, many useful features of the 
>language depend, "behind-the-curtains", on code that resides in that DLL.

Actually I include the vb.net.dll in my C# code.
I need the ms.VB.interaction.beep function.
Is there a beep function in C# or .net (outside of the VB.net dll)?
any problem using functions from the vb.net dll in C#? I have tested it some
and have seen on problems.
Dennis