NETLink`
NETLink`

DoNETModeless

DoNETModeless[form]

displays the specified .NET form in the foreground and then returns.

Details and Options

  • To use DoNETModeless, you first need to load .NET/Link using Needs["NETLink`"].
  • The following options can be given:
  • FormStartPositionCenterthe position in which the window will be displayed
    ActivateWindowTruewhether to make the window visible
    ShareFrontEndFalsewhether the front end in addition to the kernel should be shared with .NET
  • Using DoNETModeless displays a form that can interact with the Wolfram Language while it is active, but it will not interfere with normal use of the Wolfram Language via the notebook front end.