New Post: .Net
Awesome library, does this support startup args?Example, normally id do this: Imports Microsoft.Win32.RegistryIf Microsoft.Win32.Registry.ClassesRoot.OpenSubKey("ps2\shell\open\command", True)...
View ArticleNew Post: .Net
Hi dragonrose.Yes. startup arguments is automatically appended when setting the ShellOpenCommand property of the ApplicationAssociation class.
View ArticleNew Post: Can I use this in VB
Can I use this in VB because I am making a app in Visual Basic and I need to do File Association.Is it possible?
View ArticleNew Post: Association for the current user HKEY_CURRENT_USER
Is is possible to manage the associations for the current user only? I.e. HKEY_CURRENT_USER\Software\Classes BTW. codeplex is shutting down. Do you plan to move the project elsewhere (github)?
View ArticleNew Post: Association for the current user HKEY_CURRENT_USER
I've added support for specifying AssociationLocation.CurrentUser if/when you need that. New package uploaded to nuget. I do plan to move the project. Not decided where yet. If just Microsoft would...
View ArticleNew Post: UnauthorizedException while registering a file association
Hi, Thank you for your library. I'm having some trouble trying to run your demo code to register an app. When I run the code I get an UnauthorizedException even if my app is being run as administrator....
View ArticleNew Post: UnauthorizedException while registering a file association
Hi. Do you have some more information for me? Do you get the exception within the call to RegisterFileAssociation? Do you try to register an already existing extension or is this a new extension?
View ArticleNew Post: UnauthorizedException while registering a file association
Yes I get the exception within the call to RegisterFileAssociation I'm trying to set my app as the default app for .txt so yes it's an already existing extension. Thank you for your reply.
View Article