Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
        
    ...
    if(Win32::OLE->LastError()){
      print "\n\n".Win32::OLE->LastError()."\n\n"; 
    }
    
  2. or download this
    $SendObject->SetProperty('Option', 4, 0x3300);