• Disabling Windows [x] close button

    Is it possible to actutally remove the windows [x] (close) button in XM so a users has to close down microstation using a custom button? Thanks John
  • How to assign version # to mdl native code program

    I have converted several programs from pure "mdl" to native code. One of the features of pure mdl was the #pragma Version 1:0:0 to assign a version. However, since the native code programs no longer any any .mc code, is there a way to assign…
  • Custom extension

    We use a custom extension that replaces the .dgn for our sheet files. We are finally upgrading to XM and we would like our custom extension to be listed as an option in the "files of type" filter on the open dialog. in previous versions, once you typed…
  • Fokus on C# Dialog

    Hello, I have a c# addon dialog. I like to have an event, if the dialog changes to active (dialog has blue title), or if the mouse is doing something else inside the MicroStation and the dialog changes to deactive (dialog has grey title). The…
  • Re: mdlElement_display

    Dear Jon, Still line element not highlighting. I am not declared msTransientElmP as global variable you suggested code has implemented. Actual problem is when i picking a first point and second point, it not drawn any line between the points.…