Click here to Skip to main content
15,923,376 members
Home / Discussions / C#
   

C#

 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
ex3cut312-Nov-03 23:21
ex3cut312-Nov-03 23:21 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
Heath Stewart13-Nov-03 3:06
protectorHeath Stewart13-Nov-03 3:06 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
ex3cut313-Nov-03 3:53
ex3cut313-Nov-03 3:53 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
JoostV23-Nov-03 6:09
JoostV23-Nov-03 6:09 
QuestionHow to convert word (.doc) file to .xml or .html Pin
Member 21602212-Nov-03 1:45
Member 21602212-Nov-03 1:45 
AnswerRe: How to convert word (.doc) file to .xml or .html Pin
Heath Stewart12-Nov-03 3:21
protectorHeath Stewart12-Nov-03 3:21 
GeneralRe: How to convert word (.doc) file to .xml or .html Pin
Member 21602212-Nov-03 18:06
Member 21602212-Nov-03 18:06 
GeneralRe: How to convert word (.doc) file to .xml or .html Pin
Member 21602212-Nov-03 19:47
Member 21602212-Nov-03 19:47 
Hi,

Now i am able to create the object of Word class but while compiling the code it will give two errors. These are given below. But another thing is, is that necessary to give 15 arugument for Open methood and SaveAs method.

No overload for method 'Open' takes '1' arguments
No overload for method 'SaveAs' takes '2' arguments

Code is like this

newApp.Documents.Open(ref Source);
/*newApp.Documents.Open(ref Source,ref Unknown,
ref Unknown,ref Unknown,ref Unknown,
ref Unknown,ref Unknown,ref Unknown,
ref Unknown,ref Unknown,ref Unknown,
ref Unknown,ref Unknown,ref Unknown,ref Unknown);*/

// Specifying the format in which you want the output file
object format = Word.WdSaveFormat.wdFormatHTML;

newApp.ActiveDocument.SaveAs(ref Target,ref format);

Please guide me in this regards.
Thanks.

GeneralRe: How to convert word (.doc) file to .xml or .html Pin
Heath Stewart13-Nov-03 2:58
protectorHeath Stewart13-Nov-03 2:58 
GeneralGetting other applications window components Pin
koatto11-Nov-03 22:09
koatto11-Nov-03 22:09 
GeneralRe: Getting other applications window components Pin
Heath Stewart12-Nov-03 3:26
protectorHeath Stewart12-Nov-03 3:26 
Generalc# applet IE sandbox Pin
Sergiu11-Nov-03 20:27
Sergiu11-Nov-03 20:27 
GeneralRe: c# applet IE sandbox Pin
Heath Stewart12-Nov-03 3:14
protectorHeath Stewart12-Nov-03 3:14 
GeneralRe: c# applet IE sandbox Pin
Sergiu12-Nov-03 3:38
Sergiu12-Nov-03 3:38 
GeneralRe: c# applet IE sandbox Pin
Heath Stewart12-Nov-03 4:09
protectorHeath Stewart12-Nov-03 4:09 
General= operator Pin
mhmoud rawas11-Nov-03 20:13
mhmoud rawas11-Nov-03 20:13 
GeneralRe: = operator Pin
Arjan Einbu11-Nov-03 21:46
Arjan Einbu11-Nov-03 21:46 
GeneralRe: = operator Pin
mhmoud rawas11-Nov-03 23:30
mhmoud rawas11-Nov-03 23:30 
GeneralRe: = operator Pin
Arjan Einbu12-Nov-03 0:52
Arjan Einbu12-Nov-03 0:52 
GeneralRe: = operator Pin
mhmoud rawas12-Nov-03 18:07
mhmoud rawas12-Nov-03 18:07 
GeneralRe: = operator Pin
Heath Stewart12-Nov-03 3:44
protectorHeath Stewart12-Nov-03 3:44 
GeneralRe: = operator Pin
mhmoud rawas12-Nov-03 18:21
mhmoud rawas12-Nov-03 18:21 
GeneralRe: = operator Pin
UCVishnu11-Nov-03 23:02
UCVishnu11-Nov-03 23:02 
GeneralRe: = operator Pin
mhmoud rawas11-Nov-03 23:26
mhmoud rawas11-Nov-03 23:26 
GeneralDockable and Floatable toolbar Pin
azusakt11-Nov-03 19:42
azusakt11-Nov-03 19:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.