Hello everyone
I am making a tool now i am a wpf newbie i am having a little difficulty now
I created a user interface with wpf but I can’t control him
dllpath = @“G:\TEST\bin\Debug\TEST.dll”
Load_dll = (dotnetClass “System.Reflection.Assembly”).Load((dotnetClass “System.Io.File”).ReadAllBytes(dllpath))
show_dll = Load_dll.CreateInstance(“TEST.Window1”)
show_dll.MAX_Window()
I have a progress bar in my Dll. How do I set his value with the mxs command
The following wpf content:
"
</Grid>
"
I thought of using
show_dll.Progress_Test.value = 90
but it doesn’t work