Hi All - I have a form with 20-30 labels on it that I am using to trigger some other events when the label is double-clicked. It all worked fine until someone asked how a barcode scan could work along side double clicking the label directly on the computer screen. I am trying to wrap my head around this but cannot figure out exactly what I need to make this happen. So for now, I have tried creating a textbox to allow input of a barcode scan. If the scanned barcode in the text field is (in my case) "Test 1 Warning" on LostFocus then I am calling my label doubleclick event like this:
Trying to create this as if I was physically doubleclicking the label. I can get somewhat where I want to be, but my code will not run from my Label DoubleClick event. So my question is, how can I enter something to a textbox and have that mimic the physical doubleclick event?Code:Test1_Warning_DoubleClick(Nothing, Nothing)
Thanks




Reply With Quote
