Control panel applets in C#?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there an easy way to do this or are CPLs best left to unmanged code?
The only way I can think of is to have a shim CPL that kicks off the managed
app but this seems like a bad way to go. Please tell me there is a better
way.

Thanks,
-Barlo
 
Is there an easy way to do this or are CPLs best left to unmanged code?

No easy way no. In fact it can't be done in pure C#.

The only way I can think of is to have a shim CPL that kicks off the managed
app but this seems like a bad way to go. Please tell me there is a better
way.

No that sounds like the best solution if you really have to use managed code.


Mattias
 
Thanks for the answer. I don't have to use manged code but it would be nice
if I could. oh well.
 
Back
Top