RE: Browsing for SMB machines using a network broadcast? (Peter McGowan)

2002-11-14 Thread Kevin . ADM-Gibbs
You could try using use Win32::NetAdmin. It has a various options for looking at different machines on the network, eg use Win32::NetAdmin::GetServers($Opdc, $dom, SV_TYPE_NT, \%nt); and the keys in %nt will be the NT machines your network, Win32::NetAdmin::GetServers($Opdc, $dom,

Re: Saving File from Internet Explorer (OLE Variant)

2003-01-17 Thread Kevin . ADM-Gibbs
Thomas, Thanks for that but it seems to suffer from the same problem. The Save As button doesn't use the ExecWB function but calls execCommand(SaveAs...) on the document in the browser. I've tried adding an additional button that calls ExecWB(4, 3, filename) but the javascript doesn't save,