Welcome to HardwareForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Search for files with Logitech Search key

 
   Hardware Problem Solving Community! (Home) -> Keyboards RSS
Next:  Keyboards: XP / Keyboard with wrong characters  
Author Message
Sabine Panislowski

External


Since: Aug 31, 2003
Posts: 1



(Msg. 1) Posted: Sun Aug 31, 2003 5:51 pm
Post subject: Search for files with Logitech Search key
Archived from groups: alt>comp>periphs>keyboard (more info?)

Hello!

I just purchased a Logitech Cordless Keyboard and was very annoyed about the
Search-Key opening the Logitech Websearch. I wanted to configure it to open
the Windows Search for Files and Folders Dialog but this was not possible.
I'm now using a small VBScript to accomplish this. In case other people have
the same problem I include this script here.
Just put the script in a textfile and save it to your harddisk as
"search.vbs". Then simply configure your Search key to call a program and
point it to the scriptfile.

Maybe some people will find this useful Wink

Sabine

'--BEGIN SCRIPT --

'// Invoke Windows Search for Files and Folders Dialog for use with Logitech
Search Key

dim objShell

set objShell = CreateObject("Shell.Application")

objShell.ShellExecute "", "", "", "find", 1
set objShell = nothing

'--END SCRIPT --

 >> Stay informed about: Search for files with Logitech Search key 
Back to top
Login to vote
Display posts from previous:   
   Hardware Problem Solving Community! (Home) -> Keyboards All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]