Control panel application in vc#.net
C#
3
Posts
2
Posters
0
Views
1
Watching
-
i want to make one application in vc#.net which launch from windows control panel . i dont know how to make in vc#.net . i know that in VC++ we use CplApplet for this . can you help me in developing application in vc#.net
-
You can call the API just the same in C# but you need to include the System.InteropServices; namespace. I think this article might be what your looking for: http://www.developerfusion.co.uk/show/4451/1/[^]