How can i make or modify a .cpl file Control panel applet
-
hi to all I have a problem How can i make or modify a .cpl file Control panel applet. I want to modify windows control panel applets for this points . I want to make a timedate.cpl for iranian calendar that name Is 'Shamsi'. yeah . iranian calendar is solar calendar . I want to modify the timedate applet that default shows English georgian Calendar to Shamsi calendar. So thanks . contact for me by : sa_tabrizi@yahoo.com :rose::rose::wtf:
-
hi to all I have a problem How can i make or modify a .cpl file Control panel applet. I want to modify windows control panel applets for this points . I want to make a timedate.cpl for iranian calendar that name Is 'Shamsi'. yeah . iranian calendar is solar calendar . I want to modify the timedate applet that default shows English georgian Calendar to Shamsi calendar. So thanks . contact for me by : sa_tabrizi@yahoo.com :rose::rose::wtf:
You can't modify an existing .CPL file, but you CAN write Control Panel Applications and Control Panel Extensions. Nearly all of the examples I've ever seen are written entirely in VC++, not VB. You can check out a couple of sites first to see if this is what you really want to do: This[^] is a framework for VB that you can hang your own code on to make a control panel app. I've never used it so I can't attest to how easy it is to use. This[^] is the start of the documentation on MSDN for Control Panel Applications. A CPApp is not a stand alone app (.EXE), but an extension to the Shell, this means it's in a .DLL. You'll have to export certain functions like CplApplet. Don't count on any VB examples in here, it's all C++ code. RageInTheMachine9532