Welcome![Sign In][Sign Up]
Location:
Search - API Menu

Search list

[Menu controlCSource_003

Description: C#和本地Windows API操纵系统菜单 基于系统的菜单源码。-C# and the local operating system Windows API menu systems based on the menu source.
Platform: | Size: 11449 | Author: 杨扬 | Hits:

[Communication-MobileTest-Menu

Description: API函数实现MENU,实现APT运行的消息机制
Platform: | Size: 4010491 | Author: wing | Hits:

[Editorvb带图标的菜单,API

Description: 带图标的菜单,API- Belt chart sign menu, API
Platform: | Size: 15417 | Author: | Hits:

[ADO-ODBC用Windows API控制菜单包括如何显示和隐藏菜单项

Description: 用Windows API控制菜单包括如何显示和隐藏菜单项-using Windows API, including how to control the menu display and hidden menu items
Platform: | Size: 1916 | Author: 师明明 | Hits:

[Editorvb带图标的菜单,API

Description: 带图标的菜单,API- Belt chart sign menu, API
Platform: | Size: 15360 | Author: | Hits:

[Database system用Windows API控制菜单包括如何显示和隐藏菜单项

Description: 用Windows API控制菜单包括如何显示和隐藏菜单项-using Windows API, including how to control the menu display and hidden menu items
Platform: | Size: 2048 | Author: 师明明 | Hits:

[BooksVB技巧大全

Description: 介绍: 读写INI文件的四个函数 如何取得计算机名 计算Windows从启动后所运行的总时间 使窗体右上角的X按钮失效删除系统菜单 动态改变及恢复屏幕设置下 制作垂直标题栏的窗体下 用API函数控制光驱的开关 等。-presentations : INI file read and write function of how four computer from the Windows were calculated after commencement of the total running time for the X Window Instructions Failure to delete button menu system and the dynamic change screen settings to resume production of the vertical column headings using the Window API function control drive switches.
Platform: | Size: 408576 | Author: 刘亮 | Hits:

[AI-NN-PR关于tts语音引擎的使用方法

Description: 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注册}   “Read”按钮代码为:   VoTxt.Speak(Memo1.Lines.Text,10) {朗读}   “Stop”按钮代码为:   VoTxt.StopSpeaking {停止朗读}   至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto- TLB.pas document, which will just a VTxtAuto- TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Platform: | Size: 7168 | Author: 章称 | Hits:

[Picture ViewerBitmap_Loa19392010102005

Description: bitmap loader 装入源代码。用户可以使用很好看的菜单装入bitmap。该程序运行的很快,并且100%是WIN32 API。-loader loaded bitmap source code. Users can look good on the menu bitmap loaded. The program runs very fast, and 100% of WIN32 API.
Platform: | Size: 6144 | Author: WMX | Hits:

[Windows Developwindowsapi06

Description: windows API程序设计参考大全第六章的源代码,关于菜单处理-windows API programming reference Daquan Chapter VI of the source code on the treatment menu
Platform: | Size: 390144 | Author: 陈万通 | Hits:

[Menu controlCSource_003

Description: C#和本地Windows API操纵系统菜单 基于系统的菜单源码。-C# and the local operating system Windows API menu systems based on the menu source.
Platform: | Size: 30720 | Author: 杨扬 | Hits:

[Windows Developweigongkaiapispion

Description: 这是使用 Win32 API 编写的一个功能强大的程序。可谓无所不能。 1、编辑和修改任何活动程序的窗口、菜单、工具栏以及其它控制(各种按钮、编辑框、组合框等)。 2、对于某个运行中程序的窗口/控制,你可以: ——将它们Enable/Disable,Show/Hide,销毁(带自定义返回); ——修改它们的图标、口令字符、字体、背景色、位置、大小和标题; 3、编辑某个窗口的菜单、工具栏(enable/disable,销毁,获取和设置其ID等); 4、显示出所有运行的进程、线程、模块(dlls)和窗口清单,并可以kill进程。 5、用模块察看器可以加载和卸载库(dlls),可以注册和注销ocx/dll文件。 6、类似WM_COMMAND的消息可以被发送到某个窗口。 7、任何窗口都可以被拷贝成一幅位图图像(Bitmap),并将图像发到剪贴板。 8、Disable任务管理器(Task Manager)。 9、察看被各个窗口打开的所有文件。从而监视系统中文件的活动。 -This is the use of Win32 API prepared a powerful process. Is omnipotent. One, editing and revising procedures for any activity window, menu, toolbar, and other control (various buttons, edit box, frame composition etc.). 2 for a certain operation procedures window/control, you can :-- they Enable/Disable, Show/Hide destruction (with the custom to return);-- Amend their icon, password characters, fonts, background color, location, size and title ; 3, editing a window menu, toolbar (enable/disable, destroy, access and set up their ID, etc.); 4, showing all running processes, threads, modules (dlls) and the list window and can kill the process. 5, the modules can be inspected for loading and unloading libraries (dlls), it randomly registration and cancellation/dll file. 6, similar
Platform: | Size: 190464 | Author: 郑波 | Hits:

[Button controlHSYmenus

Description: popups.zip 演示右击鼠标弹出菜单 popmenu.zip 演示右击鼠标弹出菜单 nod_popup.zip 定位弹出菜单 custmnu2.zip 画一个定制的动态菜单,使用的是Picturte Box 与PoP Menu的组合 hidemnu2.zip 用Windows API控制菜单,包括如何显示和隐藏菜单项 历史文件.zip 本程序演示了在菜单中如何用注册表实现保存和显示4 个最近打开的文件记录-popups.zip demonstration right-click pop-up menu popmenu.zip demonstration right click mouse Standard pop-up menu nod_popup.zip positioning pop-up menu painting a set custmnu2.zip the dynamic menu system, using the Picturte Box PoP Menu with a combination of W hidemnu2.zip for Windows API control menu, including how to show hidden menu items and historical documents. zip demonstration of the process from the menu how to achieve preservation registry and recently revealed four open file records
Platform: | Size: 18432 | Author: hsy | Hits:

[Other GamesCheatMaster_src

Description: Cheat Master 0.1 For DevHook with src, Real In-Game Search/Modify! -------------------------------------------------------------------------------- Intro ===== This is a prx mod written for DevHook 0.4+, which is used to search and modify/lock data in memory while playing game. HOWTO Install ============= 1. Copy directory CheatMaster to root of your PSP memorystick. 2. Modify /dh/2xx/flash0/kd/pspbtcnf_game.txt, which 2xx means your emulated firmware directory (e.g. 271 for 2.71 firmware directory), add one line: ms0:/CheatMaster/CheatMaster.prx after the line: ms0:/dh/kd/devhook.prx 3. Start game, press [Volume DOWN] + [Note] button to call up the menu. 2006-08-08 v0.1 [+] First public version [+] Search, modify and lock functions [+] Address table, with save/load functions [+] Memory dump functions [o] Memory searching may write results with large amount to disk, so keep at least 10MB free space on memorystick if you want to search values smaller than 256 with auto or byte modeCheat Master 0.1 For DevHook with src, Real In-Game Search/Modify!-------------------------------------------------------------------------------- Intro ===== This i prx's a mod written for DevHook 0.4, which is used to search and modify/lock data in m emory while playing game. HOWTO Install ======= ======= 1. Copy directory CheatMaster to root o f your PSP memorystick. 2. Modify/dh/2xx/flas h0/kd/pspbtcnf_game.txt. 2xx which means your emulated firmware directo ry (e.g. 271 for 2.71 firmware directory) add one line : ms0 :/CheatMaster/CheatMaster.prx after the line : ms0 :/dh/kd/devhook.prx 3. Start game, press [Volume DOWN] [Note] button to call up the menu. 2006-08-08 v0.1 [] First public version [ ] Search, modify and lock functions [] Address table. with save/-Cheat Master 0.1 For DevHook with src, Real In-Game Search/Modify!-------------------------------------------------------------------------------- Intro ===== This i prx's a mod written for DevHook 0.4, which is used to search and modify/lock data in m emory while playing game. HOWTO Install ======= ======= 1. Copy directory CheatMaster to root o f your PSP memorystick. 2. Modify/dh/2xx/flas h0/kd/pspbtcnf_game.txt. 2xx which means your emulated firmware directo ry (e.g. 271 for 2.71 firmware directory) add one line : ms0 :/CheatMaster/CheatMaster.prx after the line : ms0 :/dh/kd/devhook.prx 3. Start game, press [Volume DOWN] [Note] button to call up the menu. 2006-08-08 v0.1 [] First public version [ ] Search, modify and lock functions [] Address table. with save/
Platform: | Size: 10240 | Author: zb | Hits:

[OS programDrawXPMenu

Description: 利用 Windows API 函数,通过画图过程改变系统菜单样式,设置自定义风格的菜单。-use Windows API function, the process of change through painting style menu system, Settings defined style menu.
Platform: | Size: 16384 | Author: 鹤望兰·流 | Hits:

[Delphi/CppBuilderapimemu

Description: 通过api和键盘钩子彻底屏蔽任务栏和开始菜单.txt/?ü齛pi和键盘钩子彻底屏蔽任务栏和开始菜单.txt/通过api和键盘钩子彻底屏蔽任务栏和开始菜单.txt-through api and keyboard hook completely shielding the task bar and start menu. Txt/api and through keyboard hook son completely shielding the task bar and start menu. txt/api and through keyboard hook completely shielding the task bar and start menu . txt/api and through keyboard hook completely shielding the task bar and start menu. txt
Platform: | Size: 1024 | Author: lin | Hits:

[Communication-MobileTest-Menu

Description: API函数实现MENU,实现APT运行的消息机制-API function realize MENU, realize APT running message mechanism
Platform: | Size: 4009984 | Author: wing | Hits:

[Windows DevelopMenu

Description: 带有图表的菜单,利用windows API 编程,使菜单丰富。-Visual Cplus plus windows Menu
Platform: | Size: 835584 | Author: your name | Hits:

[e-languageAPI-menu

Description: 利用API函数为易语言创建的窗口中动态添加菜单-API functions to dynamically add menu in the easy language to create the window
Platform: | Size: 5120 | Author: 小程 | Hits:

[OtherAPI-Menu

Description: create best graphical menu with api
Platform: | Size: 17408 | Author: Bad-Boy | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net