Hello,
I'm currently in the process of converting my old VB6 applications that I have been using to control my Xpression-projects into C#.
As I'm still trying to wrestle myself into the new C#-syntax I did come across some strange behaviour.
It seems I can't reference a textfield as being an XpTextObject. I can reference it as an xpBaseObject but I don't want that because I can't access the Text-property and change the textfield.
Even when I look in the Intellisense it wants me to declare the object as an xpBaseObject
bool.IxpScene.getObjectByName(string Name, out xpBaseObject BaseObject)
So what am I doing something wrong?
*** EDIT ***
Are there actually any C# examples available somewhere? I have the feeling that I'm going to have some other issues in the future as well
Best regards,
Kenneth