PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
is this possible?
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
is this possible?
![]() |
is this possible? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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...? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 "karim" <karim@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...? > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

