C
Chris
Hi,
I'm currently developing an application capable of loading dll's
dynamically. The dll's will primarily be developed in C#, but there are old
legacy dll's that must be migrated from VC++ 6.0 as well.
To configure each dll independently, I'm thinking that a dialog box from
each dll could be spawned directly from it. Do any of you have a better
suggestion? The final product will be a Windows Service application loading
appropriate plugins dynamically. Anyway, I'm wondering if any of you know
of any online resources or have any suggestions on how to implement this in
C# and VC++. Can I make a call directly to the windows api to spawn a
dialog box? Are there other ways to do this?
Thanks in advance,
Chris
I'm currently developing an application capable of loading dll's
dynamically. The dll's will primarily be developed in C#, but there are old
legacy dll's that must be migrated from VC++ 6.0 as well.
To configure each dll independently, I'm thinking that a dialog box from
each dll could be spawned directly from it. Do any of you have a better
suggestion? The final product will be a Windows Service application loading
appropriate plugins dynamically. Anyway, I'm wondering if any of you know
of any online resources or have any suggestions on how to implement this in
C# and VC++. Can I make a call directly to the windows api to spawn a
dialog box? Are there other ways to do this?
Thanks in advance,
Chris