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

C#

 
QuestionRe: Securing a Named Pipe Pin
Eddy Vluggen3-Jan-23 1:18
professionalEddy Vluggen3-Jan-23 1:18 
GeneralRe: Securing a Named Pipe Pin
Gerry Schmitz2-Jan-23 17:03
mveGerry Schmitz2-Jan-23 17:03 
GeneralRe: Securing a Named Pipe Pin
lmoelleb2-Jan-23 20:26
lmoelleb2-Jan-23 20:26 
QuestionHow to access a Form1() method from an external class library dll? Pin
Member 460215929-Dec-22 10:17
Member 460215929-Dec-22 10:17 
AnswerRe: How to access a Form1() method from an external class library dll? Pin
jschell29-Dec-22 11:56
jschell29-Dec-22 11:56 
GeneralRe: How to access a Form1() method from an external class library dll? Pin
Member 460215929-Dec-22 12:44
Member 460215929-Dec-22 12:44 
AnswerRe: How to access a Form1() method from an external class library dll? Pin
Dave Kreskowiak29-Dec-22 12:29
mveDave Kreskowiak29-Dec-22 12:29 
AnswerRe: How to access a Form1() method from an external class library dll? Pin
Gerry Schmitz29-Dec-22 16:46
mveGerry Schmitz29-Dec-22 16:46 
You need to add an "interface" (e.g. IFormCommand) to your external dll that your form can implement; then you call into the dll with the interface ("sender" as IFormCommand); the dll can then use to interface to call the form's method(s); as defined in the interface.

You're basically trying to avoid a circular "using" reference (from dll to form) by using an interface (class).


"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

AnswerRe: How to access a Form1() method from an external class library dll? Pin
BillWoodruff29-Dec-22 19:13
professionalBillWoodruff29-Dec-22 19:13 
AnswerRe: How to access a Form1() method from an external class library dll? Pin
OriginalGriff29-Dec-22 20:42
mveOriginalGriff29-Dec-22 20:42 
Questionneed to convert drawing demo into a chart control Pin
Southmountain28-Dec-22 2:55
Southmountain28-Dec-22 2:55 
AnswerRe: need to convert drawing demo into a chart control Pin
OriginalGriff28-Dec-22 4:09
mveOriginalGriff28-Dec-22 4:09 
GeneralRe: need to convert drawing demo into a chart control Pin
Southmountain28-Dec-22 19:08
Southmountain28-Dec-22 19:08 
GeneralRe: need to convert drawing demo into a chart control Pin
OriginalGriff28-Dec-22 19:27
mveOriginalGriff28-Dec-22 19:27 
QuestionHas anyone used CutePDF SDK with C# to prefill forms Pin
Member 1587725927-Dec-22 9:01
Member 1587725927-Dec-22 9:01 
AnswerRe: Has anyone used CutePDF SDK with C# to prefill forms Pin
OriginalGriff27-Dec-22 9:08
mveOriginalGriff27-Dec-22 9:08 
AnswerRe: Has anyone used CutePDF SDK with C# to prefill forms Pin
BillWoodruff27-Dec-22 18:37
professionalBillWoodruff27-Dec-22 18:37 
QuestionC# Thread Pin
Basel Shikh Osman26-Dec-22 0:11
Basel Shikh Osman26-Dec-22 0:11 
AnswerRe: C# Thread Pin
OriginalGriff26-Dec-22 1:02
mveOriginalGriff26-Dec-22 1:02 
GeneralRe: C# Thread Pin
Basel Shikh Osman26-Dec-22 1:06
Basel Shikh Osman26-Dec-22 1:06 
GeneralRe: C# Thread Pin
OriginalGriff26-Dec-22 1:14
mveOriginalGriff26-Dec-22 1:14 
GeneralRe: C# Thread Pin
BillWoodruff26-Dec-22 2:50
professionalBillWoodruff26-Dec-22 2:50 
AnswerRe: C# Thread Pin
Gerry Schmitz26-Dec-22 8:16
mveGerry Schmitz26-Dec-22 8:16 
QuestionUpdating properties in a IEnumerable Pin
hpjchobbes24-Dec-22 4:14
hpjchobbes24-Dec-22 4:14 
AnswerRe: Updating properties in a IEnumerable Pin
Gerry Schmitz24-Dec-22 6:35
mveGerry Schmitz24-Dec-22 6:35 

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.