how can i Enable the F2 or f3 in my keyboard when i press the F1 in my keyboard??
btw this is my code
i want to enable the F2 when i press F1......I've got an error when i press the F2 first before the F1....sorry for my stupidity it is because i'm a newbie in vb6
If KeyCode = vbKeyF1 Then
search_click
If KeyCode = vbKeyF2 Then
delete_click
End If