Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: partial classes in Solution explorer Pin
dino209417-Mar-07 8:05
dino209417-Mar-07 8:05 
QuestionRoute mails through from Exchange Server with C#.net Pin
Nitin198116-Mar-07 8:27
Nitin198116-Mar-07 8:27 
QuestionPopulate javascript array with serverside code Pin
Member 389356016-Mar-07 8:13
Member 389356016-Mar-07 8:13 
AnswerRe: Populate javascript array with serverside code Pin
Pete O'Hanlon16-Mar-07 11:22
mvePete O'Hanlon16-Mar-07 11:22 
QuestionGetting the log on information for a windows service Pin
kalyanPaladugu16-Mar-07 5:37
kalyanPaladugu16-Mar-07 5:37 
AnswerRe: Getting the log on information for a windows service Pin
Pete O'Hanlon16-Mar-07 12:19
mvePete O'Hanlon16-Mar-07 12:19 
GeneralGetting the log on information for a windows service Pin
kalyanPaladugu16-Mar-07 12:21
kalyanPaladugu16-Mar-07 12:21 
QuestionReg : WORD COM object Pin
satsumatable16-Mar-07 5:00
satsumatable16-Mar-07 5:00 
Hi
Im using Microsoft Word 11.0 Component to create the word document., after completing all the process i have close all reference but still WINWORD.EXE is running in my system process.

Here is my code ....

static Word.ApplicationClass wa ;
static Word.Document wdHeader;
wa = new Word.ApplicationClass();
wdHeader = wa.Documents.Add(ref templateFile, ref missing, ref missing, ref trueObject);
wdHeader.Activate();
wa.Visible = false;

object falseObject = (object ) false ;
wdHeader.Close (ref falseObject , ref missing , ref missing );
wdHeader = null;
wa = null;

Still what i have to do to take under control since i repeat the same for 500 times then system may get crash. Please help out.

Thanks in advance...
QuestionRemoting Sinks - appending to message properties Pin
Kir Birger16-Mar-07 4:55
Kir Birger16-Mar-07 4:55 
Questionfind Windows Folder address Pin
Masterhame16-Mar-07 4:36
Masterhame16-Mar-07 4:36 
AnswerRe: find Windows Folder address Pin
Scott Dorman16-Mar-07 4:47
professionalScott Dorman16-Mar-07 4:47 
QuestionSum datagrid column values by criteria Pin
choopie16-Mar-07 4:18
choopie16-Mar-07 4:18 
AnswerRe: Sum datagrid column values by criteria Pin
mike montagne16-Mar-07 7:16
mike montagne16-Mar-07 7:16 
GeneralRe: Sum datagrid column values by criteria Pin
choopie17-Mar-07 9:42
choopie17-Mar-07 9:42 
GeneralRe: Sum datagrid column values by criteria Pin
mike montagne17-Mar-07 10:25
mike montagne17-Mar-07 10:25 
GeneralRe: Sum datagrid column values by criteria Pin
choopie17-Mar-07 10:46
choopie17-Mar-07 10:46 
GeneralRe: Sum datagrid column values by criteria Pin
mike montagne18-Mar-07 7:59
mike montagne18-Mar-07 7:59 
GeneralRe: Sum datagrid column values by criteria Pin
mike montagne18-Mar-07 8:17
mike montagne18-Mar-07 8:17 
GeneralRe: Sum datagrid column values by criteria Pin
choopie18-Mar-07 22:25
choopie18-Mar-07 22:25 
GeneralRe: Sum datagrid column values by criteria Pin
mike montagne19-Mar-07 6:25
mike montagne19-Mar-07 6:25 
GeneralRe: Sum datagrid column values by criteria Pin
mike montagne19-Mar-07 6:36
mike montagne19-Mar-07 6:36 
QuestionFunction Parameters... Pin
Prashant C16-Mar-07 3:17
Prashant C16-Mar-07 3:17 
AnswerRe: Function Parameters... Pin
theScorp16-Mar-07 3:27
theScorp16-Mar-07 3:27 
AnswerRe: Function Parameters... Pin
Pete O'Hanlon16-Mar-07 3:46
mvePete O'Hanlon16-Mar-07 3:46 
AnswerRe: Function Parameters... Pin
Scott Dorman16-Mar-07 4:37
professionalScott Dorman16-Mar-07 4:37 

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.