Click here to Skip to main content
15,893,668 members
Home / Discussions / C#
   

C#

 
AnswerRe: Communicating with a USB Device Pin
Richard Parsons4-Apr-06 11:15
Richard Parsons4-Apr-06 11:15 
QuestionReading JPG height and width without loading image Pin
Ach1lles4-Apr-06 5:41
Ach1lles4-Apr-06 5:41 
QuestionAssembly Directory Pin
peppepinna4-Apr-06 5:09
peppepinna4-Apr-06 5:09 
AnswerRe: Assembly Directory Pin
alexey N5-Apr-06 23:58
alexey N5-Apr-06 23:58 
Questionusing another program in your app Pin
naglbitur4-Apr-06 3:26
naglbitur4-Apr-06 3:26 
AnswerRe: using another program in your app Pin
Marc L4-Apr-06 3:58
Marc L4-Apr-06 3:58 
GeneralRe: using another program in your app Pin
naglbitur4-Apr-06 4:55
naglbitur4-Apr-06 4:55 
GeneralRe: using another program in your app Pin
Marc L4-Apr-06 7:36
Marc L4-Apr-06 7:36 
Sure, the different approaches are based on whether the .tiff to .pdf converter program can be used inside your application or do you need to 'run' the other application.

1)Ideally what you want is the .tiff to .pdf conversion to be done by an object in your application.
So if you can create/add a reference in your project to the converter program, what do you get? If the reference is created you can browse the exposed objects. Right click on the reference (in the solution explorer) to bring up the object browser (Visual Studio 2003). Then you have the task of understanding what objects to use and what they'll do for you. (Hopefully there's documentation)

2) If the other application can't be used as a reference then you will need to 'run' it outside your application. Use the link from the previous post to review how you can write code to run the application in a new process.
Hopefully the converter program takes commandline input that can be set in the StartInfo.Arguements property.

Hope that helps
Marc L
QuestionWeb.Config and App.Config issues Pin
kpkr4-Apr-06 2:46
kpkr4-Apr-06 2:46 
AnswerRe: Web.Config and App.Config issues Pin
leppie4-Apr-06 6:38
leppie4-Apr-06 6:38 
GeneralRe: Web.Config and App.Config issues Pin
kpkr4-Apr-06 9:45
kpkr4-Apr-06 9:45 
QuestionCurrent selection in AxWebBrowser Pin
Dima Filipiuk4-Apr-06 2:35
Dima Filipiuk4-Apr-06 2:35 
Questionc# image help Pin
tonydevlin4-Apr-06 2:18
tonydevlin4-Apr-06 2:18 
AnswerRe: c# image help Pin
Expert Coming4-Apr-06 12:13
Expert Coming4-Apr-06 12:13 
QuestionWeb Service Ordering Pin
si_694-Apr-06 2:16
si_694-Apr-06 2:16 
AnswerRe: Web Service Ordering Pin
Glaxalg4-Apr-06 4:24
Glaxalg4-Apr-06 4:24 
GeneralRe: Web Service Ordering Pin
si_694-Apr-06 4:52
si_694-Apr-06 4:52 
QuestionData Grid View Control Help Pin
Naveed Shoaib4-Apr-06 1:50
Naveed Shoaib4-Apr-06 1:50 
QuestionGetting router's ip address Pin
Jisha Pappachan4-Apr-06 1:14
Jisha Pappachan4-Apr-06 1:14 
AnswerRe: Getting router's ip address Pin
Antony M Kancidrowski4-Apr-06 6:24
Antony M Kancidrowski4-Apr-06 6:24 
AnswerRe: Getting router's ip address Pin
Guffa4-Apr-06 10:04
Guffa4-Apr-06 10:04 
QuestionHow to show .CHM files in C#? Pin
Abhijeet Ballal3-Apr-06 23:43
Abhijeet Ballal3-Apr-06 23:43 
AnswerRe: How to show .CHM files in C#? Pin
Tehnoon4-Apr-06 1:22
Tehnoon4-Apr-06 1:22 
GeneralRe: How to show .CHM files in C#? Pin
Abhijeet Ballal4-Apr-06 1:51
Abhijeet Ballal4-Apr-06 1:51 
Questioncompressing video files before saving Pin
prgramya3-Apr-06 23:04
prgramya3-Apr-06 23:04 

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.