Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
78 views

Windows Compact 7: Modify existing control panel application

I am replacing a backlight driver for a device running Windows Embedded Compact 7. I'm hoping I can find the source for the application and modify it to call my driver instead of the old one. Is ...
3
votes
1answer
270 views

Control Panel Item Icons (Windows XP)

Control Panel items are normally registered under HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace, however a lot of the built-in panels aren't listed there, such as the ...
3
votes
2answers
2k views

Why can't solr 1.3.0 install using CentOS, plesk 9.2.1 and tomcat 5.5?

Ok I just setup a dedicated server for my client through his hosting provider. They have plesk installed on there (version 9.2.1) and one of the caveats of this dedicated server is that if i do ...
2
votes
1answer
229 views

Getting Regional setting options from code

I am working on a VB6 application. I need to get the regional settings options like Location information Standards and formats Default input language Language for non-unicode language Is ...
1
vote
0answers
46 views

How to set a “control panel” for my Service in Android?

I noticed that some running services have a Settings rather than Stop button in the details page of Running services in the system Settings app. I want to setup my own service to work like this. ...
1
vote
3answers
364 views

creating the cakephp admin section for entire website

i have created the front of the website by baking the MVC and done the coding also, at that time i haven't backed the admin section. Now i want to add admin section.which is the best method to do it. ...
1
vote
1answer
405 views

How to open “Network Connections” window programmatically

How to open "Network Connections" window programmatically using C# in Win7, XP??
1
vote
1answer
560 views

How to prevent program may have been uninstalled message in Vista?

After uninstalling our application (a web server) in Vista or newer Windows, an error message box appears that says, 'An error occurred while trying to uninstall My App. It may have already been ...
0
votes
2answers
163 views

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 ...
0
votes
1answer
665 views

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?
0
votes
0answers
129 views

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, ...
0
votes
0answers
67 views

Inherited Language-Culture is not available in Windows XP Control Panel Regional and Language Options. But available in Windows XP

//Form load event we will populate the combo { CultureInfo[] cultures = CultureInfo.GetCultures(CultureTypes.SpecificCultures); cboCultureSource.DataSource = cultures; ...
-1
votes
1answer
112 views

Mac Os control panel application

I want to create application, which will run in MacOs control panel. Help me please to find information about how to do this.