http://www.wanga.com/cu.php

The Customiser incorporates all of the features of Magic Mouse. It also allows you to quickly and permanently customise the interface of any application. All changes can be saved permanently and readily undone.

The Customiser allows you to set the position and size of any window, button or other control and set the text of these controls. These changes can be permanently saved for any application and readily undone when desired. You can also set The Customiser to automatically press those annoying extra buttons you have to press when you go through a certain procedure, like OK buttons that you always press and wish you could automate.

Fed up with windows that are too small to be useful. e.g. The Select directory window that appears in many applications or windows in MS Query. Enlarge this and other windows permanently. Have them appear exactly where you want.

Buttons disabled or hidden for security reasons? Have them automatically enabled whenever they appear or alternatively disable or hide other buttons for security reasons. The hidden version of The Customiser is great here.

Companies demonstrating their software can customise their interface for each potential client. Use your client�s name in the title. Change the text, size or position of any button to more accurately reflect how that client will use the interface.

Use The Customiser to change the text that appears in any application to another language that is available on your machine. This provides an easy way to give an International edge to your software. Remember you can save all changes permanently.

Any Windows API message can be sent to any window automatically.

For the home user, imagine the fun of renaming your programmes - use your name or any text that better helps you understand its function. Think of the convenience of moving the buttons and windows you use most frequently to the place that's perfect for the way you use your computer programmes.

Download your free demonstration copy now.

A hidden version of The Customiser is available for un-limited distribution. Contact Wanga International.

Embed The Customiser as a DLL in your own application. Contact Wanga International.

THE CUSTOMISER的更多相关文章

  1. iphone5s越狱之后必装

    一.iphone5s完美越狱之后必装插件一览表 由于iPhone5s配置了强大的64位的A7处理器,所以在iOS7完美越狱后,不少iPhone5s用户发现之前安装的大部分人们插件在越狱后难以兼容.但是 ...

随机推荐

  1. WebApi Owin SelfHost OAuth2 - 授权服务和资源服务分离方案

    使用JWT 参考:http://www.cnblogs.com/grissom007/p/6294746.html

  2. bootstrap-fileinput上传文件的插件使用总结----编辑已成功上传过的图片

    http://plugins.krajee.com/file-plugin-methods-demo 具体操作 http://plugins.krajee.com/file-preview-manag ...

  3. mysql数据库查找类型不匹配

    无意中看到10级学长的博客,提到了mysql数据库类型查找不匹配的问题,博客地址是:卢俊达 . 数据库中建表中会对每个属性进行类型划分,然后在查找数据库select时: MySQL 的文档 (Type ...

  4. ROS二进制日志包 ROS binary logger package

    原文网址: 1 http://www.ros.org/news/2017/02/ros-binary-logger-package.html 2 https://github.com/CNR-ITIA ...

  5. 【读书笔记】Android的Ashmem机制学习

    Ashmem是安卓在linux基础上添加的驱动模块,就是说安卓有linux没有的功能. Ashmem模块在内核层面上实现,在运行时库和应用程序框架层提供了访问接口.在运行时库层提供的是C++接口,在应 ...

  6. swift中Double转String

    swift上手有好几天了.发现swift除了本身的几个基本类型转换,一些比较特殊的数值类型转换需要“桥接”到Objective-C来进行- 代码当然也很简单- var numString = &quo ...

  7. hive将数据导致本地磁盘

    hive -e "select * from wyp" >> local/wyp.txt   其中我更喜欢弄好临时表,然后交互式查询时让相关人员自己去按逻辑处理数据,最 ...

  8. HDU 1028 HDU 1398 (母函数)

    题意:输入一个n  给出其所有组合数 如: 4 = 4;  4 = 3 + 1;  4 = 2 + 2;  4 = 2 + 1 + 1;  4 = 1 + 1 + 1 + 1; 重复不算 母函数入门题 ...

  9. Linux下MySQL主从同步故障:"Slave_SQL_Running:No"的解决方法

    故障现象: 进入slave服务器,运行: mysql> show slave status\G          .......              Relay_Log_File: loc ...

  10. thinkphp调整框架核心目录think的位置

    thinkphp的核心目录即框架文件可以放在项目之外的目录,这点手册上有提到,放在项目之外的地方可以方便其他项目共用一个框架文件. 在入口文件的index.php中,在导入框架目录这一行,可以直接修改 ...