Click here to Skip to main content
15,894,405 members

Comments by Madhu Nair (Top 6 by date)

Madhu Nair 11-Oct-11 12:58pm View    
Yes, It is better than batch files. Powershell can be integrated easly with managed C++
Madhu Nair 11-Oct-11 5:20am View    
When did you want the document size , before printing ?
If so, just open the file and check the file size.
Or after the document sent to printer ?
Madhu Nair 30-Sep-11 4:26am View    
Are you getting error in
"if( m_objFtpServer->LastError == 0 )"
what is the type of LastError ?
Or
"m_objFtpFile = CoFtpFile::Create();" what is the return type of
CoFtpFile::Create(); is it a pointer ?
Madhu Nair 27-Sep-11 7:11am View    
The downloads are correct. You need to install Office/Excel in the client system or in other words you can't use the interop assemblies without having office installed.
Madhu Nair 27-Sep-11 5:31am View    
Do you want to convert a windows service to windows application ?
Or call a windows application from windows service ? Please specify.