Questions tagged [control-panel]
58 questions
1
vote
4 answers
How do I get a list of control-panel items and then execute one?
1. How can I get a list of control panels, including their names and icons, so I can create a menu like the one the Start menu shows?
2. When I click an entry, how do I execute the corresponding control panel?
By the way, what controls are used to…

Hanlin
- 835
- 10
- 26
0
votes
3 answers
How to remove My Pages and My Submissions from Liferay Control panel
I'm currently working on a Liferay project and want to get rid of the My Pages and My Submissions menu items on the right side so that users of my site do not bother with them. Tried looking for the jsp that renders the left side menu, but could…

Christian Rolle
- 1
- 1
- 1
0
votes
2 answers
Android MediaPlayer custom control panel hide
I have created a custom control panel for a video player. Now I want to give a effect like default MediaController where the panel becomes visible when the screen is touched and it becomes invisible again after the last touch time. I can use this…

dev_android
- 8,698
- 22
- 91
- 148
0
votes
2 answers
Is there any control panel like Kloxo on Ubuntu? How to install it?
I bought a VPS yesterday, and install ubuntu 9 for it. Kloxo is very good but it seems like only support RedHat and CentOS. So i want to ask if there is any control panel like it on ubuntu?

MangMang
- 427
- 1
- 5
- 17
0
votes
1 answer
Control panel Win7 applets
In DelphiXe I create through the master of projects the new applet of the Control panel, I change an icon, the name, etc.
To activation reactions I write Showmessage (' Test '); Compile, receive dll, rename in *.cpl. In a win.explorer at start of…

Gu.
- 1,947
- 4
- 30
- 49
0
votes
1 answer
How do I set the Publisher in Windows install
I have created a Setup Wizard installer in Visual Studio 2017. My application is installed but the Control Panel|Programs and Features does not show the correct Name or the Publisher. The name shows up as "Setup" and the Publisher is "Default…

gkrone
- 1
- 3
0
votes
1 answer
Xampp controller Panel become error
I dont know why. suddenly, after i restart my laptop and open my XAMPP controller panel. it become error
here's the controllor panel image
i can't start apache and mysql. beside that, the text below become tiny. and it display error message
11:44:32…

Ferdinand
- 107
- 2
- 11
0
votes
1 answer
Open keyboard properties dialog in a localized system
I have the following code which opens keyboard properties dialog when ever user clicks on a button:
Process proc = new Process();
proc.EnableRaisingEvents = true;
proc.StartInfo.UseShellExecute = true;
proc.StartInfo.FileName =…

Sameed
- 655
- 1
- 5
- 18
0
votes
1 answer
tkinter's size is difference between xp and win7
My GUI programing in winXP by tkinter, but i found it appears different size. I learn it because the system defult font is different. When using "control /name Microsoft.Personalization /page pageColorization" in CMD can open this page. But how i…

xxx88qqq
- 3
- 3
0
votes
1 answer
Using Batch file to change various settings in Windows Control Panel
I am looking for how to make several changes in windows control panel settings on a computer running Windows 7, by using a batch file (without powershell).
The required settings are :
In PowerCFG Panel :
Monitor Timeout on AC (switch to…

Joe Wright
- 29
- 1
- 2
- 6
0
votes
1 answer
DSC update registry in HKEY_CURRENT_USER to enable lock screen saver
I have a DSC pull server that work great but lately I expirance issues to update registey value on HKEY_CURRENT_USER in order to enable screen saver.
DCS Resource:
Registry ScreenSaveActive
{
Ensure = "Present"
Key =…

cfircoo
- 417
- 2
- 8
- 23
0
votes
1 answer
Configuration page of control panel portlet does not appear
I've created a Liferay control panel portlet that works nicely.
Now I want to add a configuration page. I've done as follows:
Add config-template init-parameter to portlet.xml
Add configuration-action-class to the liferay-portlet.xml
But, the…

Thorsten Laux
- 100
- 12
0
votes
1 answer
wordpress control panel login problems
I have a blog that was built with word press. when I want to login into control panel it redirect me to this page:
http://tweld.com/wp-login.php?redirect_to=http%3A%2F%2Ftweld.com%2Fwp-admin%2F&reauth=1
One time I Uninstalled word press files and…

IRDN
- 107
- 1
- 11
0
votes
1 answer
How to programatically change a project's product version as displayed in Control Panel
I have read how to programmatically change a project's product version which deals with using the Resource editor to update the appropriate sections of a project's resource file. But the version information under discussion is what appears in the…

user1904938
- 1
- 1
0
votes
2 answers
Install Vesta panel on LAMP droplet (Digital Ocean)
I have install and configured Ubuntu droplet with LAMP snapshot on the Digital Ocean service. Now I want to install Vesta panel. But looks like installation want's to reinstall Apache, MySQL, ...
Following software will be installed on your system:
…

Dmytro Zarezenko
- 10,526
- 11
- 62
- 104