Browse By Tags

  • 27. How to force AutoPIPE to use a specific graphics card?

    Applies To Product(s): AutoPIPE Version(s): ALL; Area: Graphics Date Logged & Current Version Nov 2022 12.08.03.015 Problem: How to force AutoPIPE to use a specific graphics card? Solution: Consider using…
  • Frequent odbc communication link failure

    Product(s): APM Implementation and Performance Management Version(s): 7.x Environment: N\A Area: N/A Subarea: N\A Problem Frequent user disconnects and the following error in the server log…
  • AttachToToolSettings and DetachFromToolSettings in C#

    Hi everybody, I have a form that inherits from Adapter class, with two buttons; at the beginning, my form is being generated with "AttachAsTopLevelForm" ; My form has two buttons; - When clicking button1, I apply this line: this.AttachToToolSettings…
  • .NET - child window rendering problem (WPF)

    Hi, I'm using VB.NET to create Microstation child windows - as WindowContent (DockPanel) or Adapter (Dialog, ToolSettings). In each case the whole window is covered by a single System.Windows.Forms.Integration.ElementHost which in turn contains a WPF…
  • AttachToToolSettings and DetachFromToolSettings in C#

    Hi everybody, I have a form that inherits from Adapter class, with two buttons; at the beginning, my form is being generated with "AttachAsTopLevelForm" ; My form has two buttons; - When clicking button1, I apply this line: this.AttachToToolSettings…
  • Adding 2 forms with AttachToToolSettings style in C#

    Hi everyone, I am trying to add 2 different forms in C# with the "AttachToToolSettings" property on both of them; My bottom interest is applying to both forms the 'dockable' property, to be able to dock each form into Microstation with its dockable…