| c# Programming Glossary: paraProcessInfo and RedirectStandardOutput http://stackoverflow.com/questions/1145969/processinfo-and-redirectstandardoutput  DispatcherPriority.Send ThreadStart delegate   Paragraph para new Paragraph new Run strMessage  para.Margin new Thickness..   Paragraph para new Paragraph new Run strMessage  para.Margin new Thickness 0  para.Background brushErrorBrush  box.Document.Blocks.Add.. Paragraph new Run strMessage  para.Margin new Thickness 0  para.Background brushErrorBrush  box.Document.Blocks.Add para   .. 
 Using clause fails to call Dispose? http://stackoverflow.com/questions/11896282/using-clause-fails-to-call-dispose  from Component.cs right above it's Dispose bool method  para For base classes you should never override the Finalier ~Class.. always override the Dispose method that takes a bool. para code protected override void Dispose bool disposing  if disposing.. 
 is there a way to read a word document line by line http://stackoverflow.com/questions/6924056/is-there-a-way-to-read-a-word-document-line-by-line  line at a time... is it possible to do so I can load it by paragraph however I am unable to iterate through the paragraphs to.. it by paragraph however I am unable to iterate through the paragraphs to extract all words. foreach Word.Paragraph para in doc.Paragraphs.. paragraphs to extract all words. foreach Word.Paragraph para in doc.Paragraphs foreach Word.Range docRange in para Error.. 
 Set System Time Zone from .NET http://stackoverflow.com/questions/808736/set-system-time-zone-from-net  function retrieves the current time zone parameters. These parameters control the translations between Coordinated.. function retrieves the current time zone parameters. These parameters control the translations between Coordinated Universal.. Coordinated Universal Time UTC and local time. summary param name lpTimeZoneInformation out Pointer to a TIME_ZONE_INFORMATION.. 
 |