RBCC Posted January 24, 2004 Posted January 24, 2004 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub How do I call in the keypress event from the combobox that is on the screen from this code? John Quote
iebidan Posted January 27, 2004 Posted January 27, 2004 Look for the keypress event :D of the control, I don't have any example on how to do it in VB, if you like I can post it in C# Quote Fat kids are harder to kidnap
RBCC Posted January 28, 2004 Author Posted January 28, 2004 Double Subscripted Arrays How do I pass a double Subscripted array to a function and retrurn one? I have a routine called private function fill_array(???) how do I pass a double subscripted array to this function??? and how would return one! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.