whespecials.blogg.se

Extended seledit.exe
Extended seledit.exe









Oixctrl1.GetActualCount(oixctrl1.SelectionEnd)) Rem indicating the number of characters which areĪbs(oixctrl1.GetActualCount(oixctrl1.SelectionAnchor). Rem ** Each time the selection is changed, update a text field

extended seledit.exe

The following code shows how to use this API. For a discussion on how to set an OixPos object/variable, see Positions. Text can be programmatically selected by setting the SelectionAnchor or SelectionEnd properties to a valid OixPos object or by calling the SelectAll method (see SelectAll) to cause all text in the viewer to be selected. The programmer can identify the text that is selected by looking at the SelectionAnchor and SelectionEnd properties(see SelectionAnchor, and SelectionEnd). Whenever a user changes the currently selected text or selects text for the first time, a SelChange event (see SelChange) will be generated. This also includes the ability to select text. After a document has been loaded into the viewer, the user may scroll through the document in a manner similar to many of the word processing packages available.











Extended seledit.exe