Click here to Skip to main content
16,011,611 members
Home / Discussions / C#
   

C#

 
AnswerRe: Can I create addin for Outlook2002 in VS2005 Pin
Mogaambo12-Aug-08 1:00
Mogaambo12-Aug-08 1:00 
GeneralRe: Can I create addin for Outlook2002 in VS2005 Pin
wasimsharp12-Aug-08 1:09
wasimsharp12-Aug-08 1:09 
QuestionSQL Pin
ellllllllie12-Aug-08 0:31
ellllllllie12-Aug-08 0:31 
AnswerRe: SQL Pin
Christian Graus12-Aug-08 0:34
protectorChristian Graus12-Aug-08 0:34 
QuestionSerial BT Connection PIN Pin
beat.v11-Aug-08 23:47
beat.v11-Aug-08 23:47 
QuestionPDF using Acrobat Distiller Pin
Zuhair Rizvi11-Aug-08 23:23
Zuhair Rizvi11-Aug-08 23:23 
AnswerRe: PDF using Acrobat Distiller Pin
Christian Graus12-Aug-08 0:35
protectorChristian Graus12-Aug-08 0:35 
GeneralRe: PDF using Acrobat Distiller Pin
Zuhair Rizvi12-Aug-08 1:00
Zuhair Rizvi12-Aug-08 1:00 
its showing a pdf but definitely there is a problem.This is how i created a pdf


<br />
string printerName = oWord.ActivePrinter;<br />
oWord.ActivePrinter = "Acrobat Distiller";<br />
oWord.PrintOut(ref missing, ref missing, ref missing, ref outputFile2, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing);<br />
oWord.ActivePrinter = printerName;<br />
oWord.Documents.Close(ref missing, ref missing, ref missing);<br />
oWordDoc = null;<br />


//////where oWord is 'Word.Application'///////////
//////where oWordDoc is 'Word.Document'///////////
//////outputFile2 is a pdfpath////////////////////
///// object missing = System.Type.Missing///////
QuestionCan I create addin for Outlook2002 in VS2005 Pin
wasimsharp11-Aug-08 23:02
wasimsharp11-Aug-08 23:02 
QuestionReferencing an object - TextBox - ComboBox - by its name storeded as string Pin
fracalifa11-Aug-08 22:47
fracalifa11-Aug-08 22:47 
AnswerRe: Referencing an object - TextBox - ComboBox - by its name storeded as string Pin
Giorgi Dalakishvili11-Aug-08 23:10
mentorGiorgi Dalakishvili11-Aug-08 23:10 
GeneralRe: Referencing an object - TextBox - ComboBox - by its name storeded as string Pin
mark_w_11-Aug-08 23:52
mark_w_11-Aug-08 23:52 
GeneralRe: Referencing an object - TextBox - ComboBox - by its name storeded as string Pin
fracalifa12-Aug-08 0:36
fracalifa12-Aug-08 0:36 
GeneralRe: Referencing an object - TextBox - ComboBox - by its name storeded as string Pin
mark_w_12-Aug-08 0:44
mark_w_12-Aug-08 0:44 
GeneralRe: Referencing an object - TextBox - ComboBox - by its name storeded as string Pin
fracalifa12-Aug-08 1:15
fracalifa12-Aug-08 1:15 
GeneralRe: Referencing an object - TextBox - ComboBox - by its name storeded as string Pin
Giorgi Dalakishvili12-Aug-08 1:33
mentorGiorgi Dalakishvili12-Aug-08 1:33 
GeneralRe: Referencing an object - TextBox - ComboBox - by its name storeded as string Pin
fracalifa12-Aug-08 20:41
fracalifa12-Aug-08 20:41 
GeneralRe: Referencing an object - TextBox - ComboBox - by its name storeded as string Pin
Giorgi Dalakishvili12-Aug-08 22:40
mentorGiorgi Dalakishvili12-Aug-08 22:40 
GeneralRe: Referencing an object - TextBox - ComboBox - by its name storeded as string Pin
fracalifa12-Aug-08 23:38
fracalifa12-Aug-08 23:38 
QuestionHow to pass simple HTTP Authentification in VS2008 Pin
Spooks11-Aug-08 22:14
Spooks11-Aug-08 22:14 
AnswerRe: How to pass simple HTTP Authentification in VS2008 Pin
Spooks12-Aug-08 20:15
Spooks12-Aug-08 20:15 
QuestionListening to a Printer [modified] Pin
Mosd11-Aug-08 21:43
Mosd11-Aug-08 21:43 
QuestionObjectdatasource binding to formview Pin
J0hn 0 C0nn3r11-Aug-08 21:42
J0hn 0 C0nn3r11-Aug-08 21:42 
AnswerRe: Objectdatasource binding to formview Pin
Christian Graus11-Aug-08 22:14
protectorChristian Graus11-Aug-08 22:14 
AnswerRe: Objectdatasource binding to formview Pin
J0hn 0 C0nn3r11-Aug-08 22:29
J0hn 0 C0nn3r11-Aug-08 22:29 

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.