I've been reading a lot about using SendMessage to accomplish what I'm trying to do so forgive me if there is other documentation out there pertaining to this.
I have an older CRM application (Surado CRM) that is built with VB6. I'm guessing VB6 because of the ThunderRT6 class names that WinSpy is returning.
I have a small Winform application built that so far sends some key strokes to open up a blank ticket window. Now I'm stuck at trying to taking data from a maskedTextBox in the Winform app and sending it to a ThunderRT6TextBox in the VB6 application.
Is this possible? Is SendMessage a correct appraoch? If so could someone help me out with some pseudo code of sorts?