ملاحظة
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Using the HTML Help ActiveX control, you can create a pop-up window that appears when a user clicks a specific word, phrase, or graphic in a topic. This example is based on the TextPopup method.
The steps of the process are as follows:
- Write the text for the pop-up window.
- Insert the HTML Help ActiveX control in your HTML file.
- Create a hyperlink to open the pop-up window.
Notes
- You can use this example with both uncompiled HTML files and compiled help (.chm) files.
- This procedure cannot be used to create context-sensitive help topics that users open through an external program.
Related topics