cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering UI API event in C#

Former Member
0 Kudos

I am considering using UI API via C# for building add-ons. I am able to create new menus, submenus etc, but I have trouble with filtering menuevents.

All the samples have been written in Visual Basic and in this area the approach in C# is very different (unlike the DI API, for instance, which is very easy to work with in C#).

Is there anyone out there using UI API with C# that could spare a few lines of sample code ?

Henry

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There's a C# sample using event handling on the SMB-Portal (SDK6.2, but should be OK to get the "how to").

The sample(s) can be downloaded in the SMB-Portal, if you can access it. Check under menu item "Solution Development/Software Development Kit".

If you have an SDK development license you should be able to access it. If you have the license, but cannot access it, please contact your partner manager.

Claudia Loff

Answers (1)

Answers (1)

Former Member
0 Kudos

I don't have information for C#, but if your problem is only with menu events, and not with all events, then make sure you do not add a form number to that particular filter. There was an earlier discussion about this on this list.

That might not be you point of failure, but I thought I would at least mention it.