|
|
|
|
|
VB ScriptMaxim KaretnikovLatest ArticlesYou can integrate the applets into your programs and directly use their capabilities from your script. It's very much like the ActiveX object integration model. There are some differences, such as the events that ActiveX provides, but there are also a lot of similarities. RTF stands for rich text format; it was designed to create portable formatted documents that can be displayed on different systems.Creating a functional, even fancy, word processor based on the Rich Textbox control is quite simple. MS Calendar Control is a very convenient visual tool to display or choose a date including year, month, calendar day, and day of week.It is visible both at design time and at run time. Popup Menu control is used to create a popup menu when the user clicks a link, named control or image link with the mouse on a Web page. This control is used mostly for navigational purposes. The Timer control belongs to the type of control that is not visually oriented. The timer control is not intended to be something the user sees; it is a building block for your scripts. Any action that should occur after a precisely specified interval can be implemented with a timer and ... The Chart control works just like a chart in Excel or Lotos. You provide a matrix of numeric values, and a chart gives the graphical relationship between these values. Animated Button and Preloader controls Microsoft has made available a number of controls that you can use in your own VBScript HTML pages. Keep in mind that in order for these controls to work, it's up to the client (your reader) to install them on his or her machine. These controls are freely distributable and can ... Attributes for ActiveX objects Some of the attributes for ActiveX objects aren't new to HTML. For instance, the ALIGN, BORDER,HEIGHT, HSPACE, VSPACE, and WIDTH attributes are used with the <IMG> tag. However, because the <OBJECT> tag is part of an advanced specification, it supports the advanced alignments and spacing techniques. Inserting ActiveX Controls in the Web Page Each ActiveX control has a set of properties and methods that can be set and reacted to. They are programmed just like any other object on the Web page. You set the properties of the control, and then your script reacts to messages sent by the user interacting with the objects ... Custom Controls in VBScript. Brief of ActiveX controls An ActiveX control is different from a VBX or DLL because the control is registered with the operating system when it is installed. After an ActiveX control is registered, it can be used as a component by any application developed, using any one of many different development environments, including VBScript. |
|
|
|