|
|
|
VB ScriptMaxim Karetnikovlatest articles
VB Script
Dec 15, 2001 You 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.
Dec 1, 2001 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.
Nov 17, 2001 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.
Nov 3, 2001 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.
Oct 25, 2001 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 ...
Oct 5, 2001 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.
Sep 21, 2001 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 ...
Sep 7, 2001 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.
Aug 24, 2001 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 ...
Aug 10, 2001 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.
discussions
VB Script
vb script for bapi SAP.BAPI.1 (5 msgs) Timer Control (1 msgs) Inserting ActiveX Controls in the Web Page (1 msgs) [No Title] (2 msgs) RichTextBox (1 msgs) Chart Control (2 msgs) Document Object's Methods and History Object (1 msgs) Introduction to VBScript (4 msgs) Working with Dates and Time (3 msgs) |
|
|
|
|
|
|
|