Home All Groups Group Topic Archive Search About
Author
7 Jul 2009 9:37 PM
karim
Hello All,
        lets say that I made a form with bottons that open shortcuts on the
local computer. is it possible to make it so that the user can choose what
shortcut a certain botton on the form would open? and can he change that
later to a different shortcut? this is without using vb at all, everything
right from the form...?

Author
8 Jul 2009 2:17 AM
Family Tree Mike
karim wrote:
> Hello All,
>         lets say that I made a form with bottons that open shortcuts on the
> local computer. is it possible to make it so that the user can choose what
> shortcut a certain botton on the form would open? and can he change that
> later to a different shortcut? this is without using vb at all, everything
> right from the form...?
>

One way would be to configure button text/icon and links via an xml
file.  You could then provide a means by which the user edits the xml
file from your application.

--
Mike
Author
8 Jul 2009 8:26 AM
Cor Ligthert[MVP]
You can probably do this using the My namespace in VB

http://msdn.microsoft.com/en-us/vbasic/ms789188.aspx

Be aware that you should build the methods around your problem of course

Success

Cor


Show quoteHide quote
"karim" <ka***@discussions.microsoft.com> wrote in message
news:1DD85C2C-6733-4F5D-956F-2EF7202D5358@microsoft.com...
> Hello All,
>        lets say that I made a form with bottons that open shortcuts on the
> local computer. is it possible to make it so that the user can choose what
> shortcut a certain botton on the form would open? and can he change that
> later to a different shortcut? this is without using vb at all, everything
> right from the form...?
>