How do I call in the keypress event from my code?

RBCC

Member
Joined
Jan 23, 2004
Messages
14
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
 
Look for the keypress event :D of the control, I dont have any example on how to do it in VB, if you like I can post it in C#
 
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!
 
Back
Top