Ole atomation in c#

Posted by Xaver on Stack Overflow See other posts from Stack Overflow or by Xaver
Published on 2010-03-25T10:22:41Z Indexed on 2010/03/25 13:03 UTC
Read the original article Hit count: 592

Filed under:
|
|
|
|

I write vbs that create ole atomation object

On Error Resume Next
dim objShell
dim objFolder      
if not objFolder is nothing then
objFolder.CopyHere "ftp://anonymous:[email protected]/bussys"
WScript.Sleep 100
end if 
set objShell = nothing
set objFolder = nothing

How to do that on C# (or do that without ole automation just use com) ? Or do that on c++ without MFC.

© Stack Overflow or respective owner

Related posts about ole

Related posts about .NET