Tagged Questions
The controlpanel tag has no wiki summary.
7
votes
1answer
8k 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 this control panel ...
4
votes
1answer
75 views
How do I specify the Help Link, Support Link and Update Information in Wix/Votive?
I've authored a few Wix installers but I've noticed that my products, when installed and viewed in Control Panel, Add/Remove Programs, are a little light on metadata compared to some other installs. ...
4
votes
1answer
331 views
Programmatically changing Control Panel network options to connect to VPN [closed]
Possible Duplicate:
Programmatically changing Control Panel network options to connect to VPN
I offer a VPN service to my users, and a lot of them complain that it's a hassle to set up a ...
4
votes
2answers
2k views
Django: The best practice to implement CRUD outside the contrib.admin
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 the Post can view the Post list ...
4
votes
3answers
2k views
Memcache control panel?
We've been running eAccelerator on each of 3 webservers and are looking to move to a memcache pool across all 3, hopefully reducing by about 2/3 our db lookups.
One of the handy things about ...
3
votes
2answers
557 views
getting system's double click timer interval in WPF (value from control panel)
I have a FrameworkElement and I want to perform action A when the user single clicks, and action B when the user double clicks.
Due to the way events are delivered, I always get a single click event ...
3
votes
3answers
193 views
Windows XP control panel - providing a value for the “comments” field
Where does the Windows XP control panel get the value for the "Comments" field from? I'm writing an EXE control panel application, and it doesn't appear from the documentation that you can provide a ...
3
votes
2answers
706 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. Currently this can ...
3
votes
3answers
843 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?
2
votes
2answers
365 views
Why can't I start the Windows Update control panel with WinExec?
In Executing Control Panel Items, MSDN says this:
Windows Vista Canonical Names
In Windows Vista and later, the preferred method of launching a Control Panel item from a command line is to ...
2
votes
2answers
217 views
Disabling screen saver programatically doesn't affect the control panel?
I've successfully disabled the screensaver using the method described in this page.
The problem is that when I do this, the control panel dialog still indicates that there is an active screensaver. ...
2
votes
4answers
3k views
how do I configure group policy using C#?
Group policy based restriction for controlpanel and taskmanager in c#
2
votes
2answers
382 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 configuration is more ...
1
vote
2answers
153 views
How can you programmatically turn off or on 'Windows Features'
Currently, users must go into Control Panel > Programs > Turn Windows features on or off, then click on the check the box of the feature that they want to activate. I'd like to give them the ability ...
1
vote
1answer
360 views
How to read “List Separator” settings from Regional configuration of control panel?
I'm making multi culture plugin for MS Word,Excel
where I need to identify setting value provided in Regional Settings under "List Separator" Option, how can I read using C# ?
This List separator is ...
1
vote
4answers
83 views
How can I get the Value of a Control by iterating through its parent ControlPanel
I'm dynamically populating a ControlPanel with some controls... Some are DropDowns, some are TextBoxes:
//inputArray is a JsonArray (thus the SelectToken methods)
foreach (var item in inputArray)
{
...
1
vote
1answer
136 views
How do I make my installer hide the Cancel button from the ARP?
I need to be able to hide or disable the Cancel button in my installer when the user clicks on Remove in the ARP. Is there any way to go about doing that, and if so, how? (Adding the /qb! command line ...
1
vote
2answers
319 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 switching this on ...
1
vote
2answers
1k 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 happen, when a user ...
0
votes
1answer
40 views
Expression Engine relationship field checkbox
I am working with Expression Engine 2.1 and would like to have a relationship field that links one channel to another. This works fine for a one to one relationship but I want a many to many. It does ...
0
votes
1answer
38 views
Info Tip on Control Panel Item Windows 7
Based on this site - http://msdn.microsoft.com/en-us/library/hh127450(v=vs.85).aspx, I was able to successfully add my application to the control panel. My problem is with hovering the mouse into the ...
0
votes
1answer
145 views
PHP based Control Panel for Godaddy Shared Hosting
I am fed up of Godaddy control panel, i am using ultimate and want to setup disk quota along with giving control panel to each domain hosted on my hosting so that the client can perform at least basic ...
0
votes
0answers
58 views
Inherited Language-Culture is not available in Windows XP Control Panel Regional and Language Options. But available in Windows7'sControlpanel
//Form load event we will populate the combo
{
CultureInfo[] cultures = CultureInfo.GetCultures(CultureTypes.SpecificCultures);
cboCultureSource.DataSource = cultures;
...
0
votes
0answers
47 views
an expression involving objects with internal linkage cannot be used as a non-type argument
I get this error after trying to build this project in Visual Studio 2008:
Error: an expression involving objects with internal linkage cannot be used as a non-type argument
project: ...
0
votes
0answers
12 views
Extending the mouse control panel to provide settings for a mouse driver
What is the best approach for building a control panel applet that extends the mouse control? I understand it needs to be a Shell Extension project. From what I have seen a lot of the examples are ...
0
votes
1answer
276 views
Java Control Panel doesn't want to save JRE changes?
I'm trying to add some runtime parameters to the Java Plug-In so that I can debug an applet in my browser. I go to the Java ControlPanel, click the Java tab, and click "View..." and add the runtime ...
0
votes
1answer
174 views
How to host game on ftp using asp.net [closed]
Is it possible to host a game say counterstrike on ftp. eg. http://www.gamecp.com/
This provides a game control panel to handle server from website.
How game gets started on hosting server. Do we ...
0
votes
2answers
1k 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\Explorer");
...
0
votes
2answers
378 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 entry to the control ...
0
votes
1answer
277 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 I can apply these ...
0
votes
1answer
2k 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 back. My operating ...
0
votes
2answers
1k 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 switch between tabs ...
0
votes
1answer
332 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 error "Windows cannot ...