|
How to set the zindex of the back and home buttons?
I’m new to SD scripting. I’m just trying to make a simple app.
I have a module that creates an Host window.
hWndHost = (int)module.CreateHostWindow();
That is fine however how do I set the zindex of the back and home buttons to be above this window?
|