Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Functions in COMBOBOX.PRG (and CLIP4WIN.LIB)
------------------------------------------------------------------------------
 CBAddString( )           add a new string to the list box part
 CBCopy( )                copy the edit control part to the clipboard
 CBCut( )                 cut the contents of the edit control part
                          of a combo box to the Windows clipboard
 CBDeleteString( )        deletes a string from the list box part
 CBDir( )                 add a list of filenames to the list box part
 CBFindString( )          find a string in the list box part of a combo box
 CBFindStrExact( )        find a string in the list box part of a combo box
 CBGetCount( )            returns the number of items in the list box part
 CBGetCurSel( )           the position of the currently selected
                          item in the list box part of a combo box
 CBGetDropRect( )         returns the screen co-ordinates of the
                          drop-down rectangle for the list box part
 CBGetDropState( )        .t. if the list box part is dropped down
 CBGetEditSel( )          returns the start and end of the selected
                          part of the edit control part of a combo box
 CBGetLBText( )           returns a line from within the list box part
 CBGetLBTLen( )           returns the length of a line in the list box part
 CBGetText( )             get all the text in the edit control part
 CBInsertString( )        insert a new string in the list box part
 CBLimitText( )           sets the maximum number of characters
                          allowed in the edit control of a combo box
 CBPaste( )               paste the contents of the Windows clipboard into
                          the edit control part of a combo box
 CBResetContent( )        empty the list box and edit control parts
 CBSelectString( )        find a string in the list box part of a
                          combo box, and (if found) select and copy it
                          into the edit control
 CBSetCurSel( )           sets the position of the currently selected
                          item in the list box of a combo box
 CBSetEditSel( )          sets the start and end of the selected part
                          of the edit control part of a combo box
 CBShowDropDown( )        shows/hides the drop-down list box part



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson