RobG66
RobG66
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
lol me either... I'm just learning as I go.
20 replies
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
uwp is being problematic...
20 replies
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
No description
20 replies
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
it seems like it should be straightfoward, but it gets convoluted easily... 🙂
20 replies
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
have to enumerate win32apps and uwp apps
20 replies
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
but I had issues with getting friendly names for example
20 replies
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
I have looked into reading the registry and the progids
20 replies
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
yes windows
20 replies
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
I have Open, Open With, Open File Location and Properties.. All are working except I am having trouble building the Open With sub menu
20 replies
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
so right click open triggers an even to populate the menu structure based upon the file type (right now, always image, like a png)
20 replies
CC#
Created by RobG66 on 4/30/2025 in #help
Enumerating "Open With" applications and populating a menu
my app displays images.... the file path is in the tag. a dynamic context menu is created, one of the menu items is "Open With" and has sub menu items for each associated app
20 replies
CC#
Created by RobG66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
i used linq to fix it... love linq
38 replies
CC#
Created by RobG66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
I finally found the issue in my code, an index for a combobox was not being created correctly
38 replies
CC#
Created by RobG66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
thank you.. taking a break to rest my brain
38 replies
CC#
Created by RobG66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
my issue must be then how I am retrieving it later
38 replies
CC#
Created by RobG66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
so easy to get confused with nesting
38 replies
CC#
Created by RobG66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
so the json is correct after all
38 replies
CC#
Created by RobG66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
yes, each is under a different scraper
38 replies
CC#
Created by RobG66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
or the serialization is using the wrong reference, but I don't see that in my code
38 replies
CC#
Created by RobG66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
i wanted to avoid as much third party in my program as I could
38 replies