Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MsgBox ? "how to insure that it is on same monitor as"
#14
kentatkoylia Wrote:Gintaras,

I have message boxes that 'pop-up' to reveal information about items in a ListBox. Is there a way to insure that this ALWAYS pops up on the same monitor as the ListBox? I mean, can you make this a 'child' of the listbox?

Thanks!

Using function ListDialog()? How do you make it show on a certain monitor? If you use the _monitor variable, then mes() message box also should be on the same monitor because both functions support it. If you use an owner window, let it be the same for both functions.

If you want that the message box would be owned by the list box, I see these ways:
1. Use a custom dialog, not ListDialog().
2. Show the message box in another thread.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)