Name

FindText

Synopsis

Displays the Find common dialog box:

Public Declare Function FindText Lib "comdlg32.dll" Alias "FindTextA " _
		(pFindreplace As FINDREPLACE) As Long

Parameters

pFindreplace

A pointer to a FINDREPLACE structure

Return Value

Returns 0 if there is an error, the Close button on the title bar was clicked, or the Cancel button was clicked. Otherwise, returns a nonzero value.

Get Subclassing and Hooking with Visual Basic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.