cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
davidjmemmett
Level 2

Automation Interface Problems

Hey,

I'm currently in the process of writing a small GUI in Visual C# using the ISWiAuto15 COM Interface. I am now nearly at the end of the project, but am stuck with not being able to modify shortcuts in any way.

I am traversing over the ISWiComponents collection in the ISWiProject object, then traversing over the ISWiFolders, then finally the ISWiShortcuts collection, I can then change the properties of the shortcut. The problem is that when I build the release, the shortcuts still have their original properties, i.e. none of my changes have been applied.

Please help 😕
Labels (1)
0 Kudos
(1) Reply
davidjmemmett
Level 2

I was targeting the root folder and not drilling down at all! I feel silly!
0 Kudos