很多人都想着能不能自定义一个TOOLIP,其实微软已经在MSDN的帮助里面提到了此类功能,完全可以使用POPUP对象来实现,参见MSDN地址
ms-help://MS.MSDNQTR.v80.chs/MS.MSDN.v80/MS.WEBDEV.v10.en/dhtml/workshop/author/om/popup_overview.htm
关于popup对象是
popup Object
----------------------------------------------------------------------
A special type of overlapped window typically used for dialog boxes, message boxes, and other temporary windows that appear separate from an application's main window.
使用的方法也挺简单
<SCRIPT LANGUAGE="JScript">
var oPopup = window.createPopup();
var oPopupBody = oPopup.document.body;
oPopupBody.innerHTML = "Display some <B>HTML</B> here.";
oPopup.show(100, 100, 200, 50, document.body);
</SCRIPT>
通过popup对像可以建立如MESSAGEGOX,TOOLTIP及自定义下拉框等,具体的可参见MSDN的帮助文档
分享到:
相关推荐
using Utility.Popup; namespace demo { /// /// Description of MainForm. /// public partial class MainForm { [STAThread] public static void Main(string[] args) { Application....
Right-click on a quoted "OWNER"."OBJECT" would not show the object functions in the popup menu Object popup menu item "Browse" will now display the Object Browser if necessary Tnsnames.ora file with ...
A Standard Test can be invoked from the popup menu when right-clicking on the function or procedure in the Object Browser or in a PL/SQL source: The Test Window now supports Oracle12c implicit results...
A Standard Test can be invoked from the popup menu when right-clicking on the function or procedure in the Object Browser or in a PL/SQL source: The Test Window now supports Oracle12c implicit ...
Using the “SQL Window: Hide Editor” function would incorrectly reposition the vertical splitter The Debugger did not always show correct variable values in local subprograms Object Browser Filter ...
A Standard Test can be invoked from the popup menu when right-clicking on the function or procedure in the Object Browser or in a PL/SQL source: The Test Window now supports Oracle12c implicit results...
A Standard Test can be invoked from the popup menu when right-clicking on the function or procedure in the Object Browser or in a PL/SQL source: The Test Window now supports Oracle12c implicit ...
Using the “SQL Window: Hide Editor” function would incorrectly reposition the vertical splitter The Debugger did not always show correct variable values in local subprograms Object Browser Filter ...
A Standard Test can be invoked from the popup menu when right-clicking on the function or procedure in the Object Browser or in a PL/SQL source: The Test Window now supports Oracle12c implicit ...
POPUP_MESSAGE Edits the selected feature by rolling back to the model state prior to the feature. ACTIONS STANDARD BUTTON/FOLDED UG_MODELING_EDIT_FEATURE_POSITION LABEL Edit P&ositioning... ...
A Standard Test can be invoked from the popup menu when right-clicking on the function or procedure in the Object Browser or in a PL/SQL source: The Test Window now supports Oracle12c implicit ...
* The exact version of the Drag and Drop Component Suite you are using. * The exact version of Delphi or C++ Builder you are using. * The name and exact version of your operating system (e.g. NT4 ...
Sory, but the examples are in Portuguese<END><br>35 , MDForm.zip Demonstrates the creation of Master/Detail form using an RDO connection, also helps understand the object oriented programming ...
Based on API code <END><br>20 , webbrowser.zip Easily build your very own custom web browser,using the web browser object<END><br>21 , StealthSRC.zip StealthMail 2.1 - full SOURCECODE for the ...
1 , TaskBar_v0.5.zip "Form_Taskbar is a control for Visual Basic which, once placed onto a form, makes the form act like the Taskbar (minus the Start Menu)." -- David Newcum<END><br>2 , ...
using the cursor right key * Unicode characters from DBMS_Output were not displayed correctly * Right-clicking on an empty area in the Window List did not show the popup menu * Highlighted search ...
work with the TApplication object properties and events at design time. TRxFolderMonitor component provides notification if any changes matching the filter conditions occur in the specified directory...
32位版本的 PLSQL 正式版。 安装中文包时请注意安装路径是否为PLSQL程序的路径。 安装请查看说明。 June 7, 2019 - Version 13.0.6 released ...Hint popup would not always disappear when using Alt-Tab
64位版本的 PLSQL 正式版,只能运行在64位系统中,需要你安装 64 位的 Oracle11g 或 Oracle12c 客户端。 安装中文包时请注意安装路径是否为PLSQL程序的...Hint popup would not always disappear when using Alt-Tab
------------------------------------ Mask for Windows - PRWin98 v4.00 November 1998 ...------------------------------------ --------------------- ... 'Uninstall Mask' from the Mask popup menu,...