VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

First() pure API() Find/Replace dialog

Ark  (13 Submissions)   Windows API Call/Explanation   Visual Basic 3.0   Advanced   Wed 3rd February 2021

Since Bruce McKinney stop his attempts to implement standard Find/Replace dialog into VB apps, all VB programmers use their own dialogs based on modelless windows. Few samples in the Net may work with NT/2000, but crash with w95/98. Here is working code for implementing these dialogs w95/98/2000/NT. Support dialog's keys (Tab, Enter, HotKeys). Include functions for finding/replace text in text controls (TextBox and RTB). Not wide tested yet on all platforms. Plz send comments.

Inputs
String(s) to find(replace with) and start dialog flags (searc direction, match case, help button etc).

Returns
Output string(s) to find(replace with) and output dialog flags, according to user choice.

Rate First() pure API() Find/Replace dialog (5(5 Vote))

Download First() pure API() Find/Replace dialog

First() pure API() Find/Replace dialog Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters