G
Guest
part of my application has a "Notepad" similar function with a separate
"Find" form.
-- how do I keep the Find form open yet have it pass data back to the Main
form to do repetitive searches -- llike Notepad ??
I've tried both "Show()" (which doesn't work) and "ShowDialog() (which works
fine but I don't know how to make it do repetitive "Next" searches).
It seems I need to do the searching from the Find form -- but I can't figure
out how to access the richtextbox form on the main form.
"Find" form.
-- how do I keep the Find form open yet have it pass data back to the Main
form to do repetitive searches -- llike Notepad ??
I've tried both "Show()" (which doesn't work) and "ShowDialog() (which works
fine but I don't know how to make it do repetitive "Next" searches).
It seems I need to do the searching from the Find form -- but I can't figure
out how to access the richtextbox form on the main form.