Click here to Skip to main content
15,884,537 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# How to display a PDF file from Windows app? Pin
mperazac29-Jun-07 7:39
mperazac29-Jun-07 7:39 
GeneralRe: C# How to display a PDF file from Windows app? Pin
Giorgi Dalakishvili1-Jul-07 20:29
mentorGiorgi Dalakishvili1-Jul-07 20:29 
QuestionImage Processing Pin
james_dixon_200828-Jun-07 11:12
james_dixon_200828-Jun-07 11:12 
AnswerRe: Image Processing Pin
Luc Pattyn28-Jun-07 11:28
sitebuilderLuc Pattyn28-Jun-07 11:28 
GeneralRe: Image Processing Pin
james_dixon_200828-Jun-07 11:44
james_dixon_200828-Jun-07 11:44 
GeneralRe: Image Processing Pin
Christian Graus28-Jun-07 11:47
protectorChristian Graus28-Jun-07 11:47 
GeneralRe: Image Processing Pin
james_dixon_200828-Jun-07 12:08
james_dixon_200828-Jun-07 12:08 
GeneralRe: Image Processing Pin
Luc Pattyn28-Jun-07 12:33
sitebuilderLuc Pattyn28-Jun-07 12:33 
Hi James,

plug-in technology will allow your app to discover what plug-ins are currently available,
and interrogate them; typically the plug-ins would implement a common Interface that
provides access to at least two methods, say:
- GetName() which returns a name that can be used to add it to a Menu, or a
ComboBox, so the app user can choose it;
- Execute() which would do what your group of plug-ins is intended to do, in your
case process one Image.

In a more complex situation each plug-in might offer one OptionDialog that gets
invoked in a standard way (again that Interface), but allows the user to interactively
set a lot of very plugin-specific options.

Smile | :)


AnswerRe: Image Processing Pin
Amar Chaudhary28-Jun-07 12:30
Amar Chaudhary28-Jun-07 12:30 
AnswerRe: Image Processing Pin
gumi_r@msn.com29-Jun-07 4:37
gumi_r@msn.com29-Jun-07 4:37 
QuestionScrollProperties.Value needs to be set twice? Pin
PhilDanger28-Jun-07 11:12
PhilDanger28-Jun-07 11:12 
AnswerRe: ScrollProperties.Value needs to be set twice? Pin
Luc Pattyn28-Jun-07 11:35
sitebuilderLuc Pattyn28-Jun-07 11:35 
AnswerRe: ScrollProperties.Value needs to be set twice? Pin
Mark Greenwood28-Jun-07 11:36
Mark Greenwood28-Jun-07 11:36 
AnswerRe: ScrollProperties.Value needs to be set twice? Pin
PhilDanger29-Jun-07 10:16
PhilDanger29-Jun-07 10:16 
AnswerRe: ScrollProperties.Value needs to be set twice? Pin
yurets__5-Jul-10 3:39
yurets__5-Jul-10 3:39 
QuestionSQL 2005 Connection Problem Pin
Muhammad Nauman Yousuf28-Jun-07 9:29
Muhammad Nauman Yousuf28-Jun-07 9:29 
AnswerRe: SQL 2005 Connection Problem Pin
Muhammad Qasim Pasta28-Jun-07 9:38
Muhammad Qasim Pasta28-Jun-07 9:38 
AnswerRe: SQL 2005 Connection Problem Pin
originSH28-Jun-07 22:06
originSH28-Jun-07 22:06 
QuestionXMLSerializer formatting xsi:xxx="whatever" in my namespace declaration. Pin
glenn8828-Jun-07 8:55
glenn8828-Jun-07 8:55 
AnswerRe: XMLSerializer formatting xsi:xxx="whatever" in my namespace declaration. Pin
BoneSoft28-Jun-07 12:04
BoneSoft28-Jun-07 12:04 
GeneralRe: XMLSerializer formatting xsi:xxx="whatever" in my namespace declaration. Pin
whenrybruce30-Mar-09 7:32
whenrybruce30-Mar-09 7:32 
QuestionForm Resizing Problems Pin
PhilDanger28-Jun-07 8:55
PhilDanger28-Jun-07 8:55 
AnswerRe: Form Resizing Problems Pin
Dave Kreskowiak28-Jun-07 9:30
mveDave Kreskowiak28-Jun-07 9:30 
GeneralRe: Form Resizing Problems Pin
PhilDanger28-Jun-07 9:42
PhilDanger28-Jun-07 9:42 
AnswerRe: Form Resizing Problems Pin
Luc Pattyn28-Jun-07 10:12
sitebuilderLuc Pattyn28-Jun-07 10:12 

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.