|
-
Dec 30th, 2003, 04:22 AM
#1
Thread Starter
Sleep mode
Let the menu slide down ??[Resolved]
Is there any way I can do to let the menu slide down "instead of clicking with the mouse" . Sounds easy but can't figure it out . Thanks
Last edited by Pirate; Dec 30th, 2003 at 05:15 AM.
-
Dec 30th, 2003, 05:11 AM
#2
Sendkeys
Hi Pirate.
For example, you could use sendkeys to send ALT+F to you own app. to open the Filemenu.
I wish I could think of something witty to put in my sig...
...Currently using VS2013...
-
Dec 30th, 2003, 05:15 AM
#3
Thread Starter
Sleep mode
Thanks . Works good .
-
Dec 30th, 2003, 07:48 AM
#4
Frenzied Member
what sendkey would you do to simulate the clicking of the drop-down arrow on a combo box?
-
Dec 30th, 2003, 08:11 AM
#5
Thread Starter
Sleep mode
Originally posted by thephantom
what sendkey would you do to simulate the clicking of the drop-down arrow on a combo box?
I'm not sure but I've tried different keys (ALT , Enter ..) but didn't work .
-
Dec 30th, 2003, 08:21 AM
#6
combobox drop down is easy
VB Code:
ComboBox1.Focus()
SendKeys.Send("%{DOWN}")
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Dec 31st, 2003, 12:17 AM
#7
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|