30-03-2008, 04:33 AM
Can someone give me a code so that in frmMirage when a admin presses F1 a admin panel will open.
I can can code and design the panel from there
I can can code and design the panel from there
Admin Panel [Its All Good]
|
30-03-2008, 04:33 AM
Can someone give me a code so that in frmMirage when a admin presses F1 a admin panel will open.
I can can code and design the panel from there
30-03-2008, 04:46 AM
Make the admin panel a form named frmAdmin.
Then add use this into frmMirage code: Code: Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer)
30-03-2008, 05:12 AM
Dosnt Work Highlights first line and says
Compile Error: Ambiguous name detected:Form_KeyUp
30-03-2008, 07:24 AM
Its All Good Thanks For The Help
|
« Next Oldest | Next Newest »
|