Hi,
I'm using the Fluent.dll control, and I want to activate the backstage view from another form, so I would usually do it with this code:
Me.Close()
Dim objWin As New MainWindow()
objWin.MainRibbon.IsBackstageOpen = True
So basically I want to close the form that's open, and activate backstage in the other. For some reason though, this code doesn't work?!
Help! :)
View Complete Post