Hello, I recently made a simple program that uses the winsock control to get logs from another program, my program puts the logs i recieve in a multiline textbox. I wanna know if there was a way to search for string(s)/keyword(s) in the multiline textbox and send a command back when it finds it. I'm still new to coding.
Example.
If Text1.text Contains "Stopped Recorder" then
'action im gonna do
end if
If Text1.text Contains "Recording paused" then
'action im gonna do.
There are 3 strings I wanna look for. Me = Outside, Me = Inside, Me = Queued
Thanks!


Reply With Quote




Bookmarks