VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



First() pure API() Find/Replace dialog

by Ark (13 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

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).
Code Returns
Output string(s) to find(replace with) and output dialog flags, according to user choice.

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

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

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

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

No comments have been posted about First() pure API() Find/Replace dialog. Why not be the first to post a comment about First() pure API() Find/Replace dialog.

Post your comment

Subject:
Message:
0/1000 characters