Help for this page

Select Code to Download


  1. or download this
    namespace ManagerCSharp
    {
    ...
            }
        }
    }
    
  2. or download this
    public ref class CSharpClass
    {
    ...
        CSharpClass myCSharp;
        myCSharp.ShowCSharpMessageBox(value);
    }
    
  3. or download this
    use strict;
    use Win32::API;
    ...
    
    my $result;
    ShowMessageBox2(\$result);