Derek Hart
2009-08-01 00:02:56 UTC
I have a usercontrol that has 4 textboxes on it, and the usercontrol gets
added to a flowlayoutpanel. It looks just like a datagrid. I am trapping
keystrokes and don't know how to move to the next usercontrol, just like
arrows would do in a grid. The keydown code is on the textboxes, so I would
need to find the parent, which is the usercontrol, and then find the next
usercontrol. Please help with any code, or pseudo code.
added to a flowlayoutpanel. It looks just like a datagrid. I am trapping
keystrokes and don't know how to move to the next usercontrol, just like
arrows would do in a grid. The keydown code is on the textboxes, so I would
need to find the parent, which is the usercontrol, and then find the next
usercontrol. Please help with any code, or pseudo code.