0
votes
0answers
16 views
Webhosting control panel dilemma?
Hi all, what do you think is the best control panel to use for the hosting of one website on a single dedicated server? I've used control panel, plesk, ensim.. When I say best I me …
3
votes
2answers
157 views
How do I make a Delphi control panel applet be non-’legacy’?
I have a Delphi .CPL currently written with Delphi 7 which needs to update settings in HKLM (to be used by a service application) and which must support Vista, Win7 and Server 2008 …
0
votes
3answers
384 views
how do I configure group policy using C#?
Group policy based restriction for controlpanel and taskmanager in c#
0
votes
1answer
52 views
How do I programatically change the “underline keyboard shortcuts” Control Panel setting?
In the "Control Panel > Ease of Access Centre > Make the keyboard easier to use" is an option to "Underline keyboard shortcuts and access keys."
Is there a way of programatically …
0
votes
2answers
123 views
Install Shield 2009 Premier : Don’t want to put the entry to control panel
My installation would
1. copy some files
2. some registry entries that require admin privilege e.g. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\MyRegistry
What I want:
1. No …
2
votes
1answer
419 views
PostgreSQL ODBC driver not showing up in Control Panel (Data Sources)
I installed psqlODBC and when I go to Control Panel -> Data Sources (ODBC) I don't see the Postgres driver installed.
I rebooted, still nothing.
I then noticed that if I launch …
0
votes
2answers
233 views
Registry settings immediate effect using c#
I have used the following code to disable the control panel:
RegistryKey RegKey = Registry.CurrentUser.CreateSubKey(
@"Software\Microsoft\Windows\CurrentVersion\Policies\Explo …
1
vote
2answers
274 views
Django: The best practice to implement CRUD outside the contrib.admin
Hi all :)
I'm currently developing a Blog project using Post model, which will be used by multiple authors.
I want to make an admin/control-panel interface where each author of t …
0
votes
1answer
210 views
What does windows run to open up the Control Panel [closed]
I uninstalled Google Chrome from my Windows XP machine and deleted registry entries using Revo Uninstaller. After that, whenever I do Start -> Settings -> Control Panel, I get an e …
0
votes
1answer
99 views
disable controlpanel
i have used following code to disable the Windows Control Panel. It successfully disables the Control Panel, but it needs a sytem restart to apply changes. Does anybody know how …
2
votes
2answers
185 views
Hosting control panel with JEE Application Server support?
I currently have WHM/cPanel on my server, but it doesn't integrate properly with any JEE App Server. I installed Tomcat manually, and have made it work through Apache, but the conf …
1
vote
2answers
545 views
Custom “Repair” and “Uninstall” funtions for MSI installers (when called from the Control Panel)
The Add/Remove Programs (or Programs and Features) Control Panel applet usually allows to uninstall or repair a program.
For a non-MSI installation it's easy to define what should …
0
votes
1answer
368 views
Modifying the Power Scheme using Batch Files in Windows XP
I'm trying to write two batch files that will allow me to switch the Power Scheme (Control Panel -> Power Options -> Power Schemes Tab) from Home/Office Desk to Portable/Laptop and …
0
votes
2answers
384 views
Rails web application control panel with ajax tabs and validation
I'm looking to build a rails web app with an admin control panel. I'd like the control panel to use a tabbed interface for controlling users, projects, tasks etc, and I'd like to …
2
votes
2answers
250 views
How to programmatically open control panel?
How do I open a custom control panel programmatically, like custom.cpl? Specifically, how do I open a 64-bit cpl when running as 32-bit application?
