Using the CSV_Include Project > CSV_Include Reference > CSV_Include Functions > CSV_MM_WinPopup

CSV_MM_WinPopup

Display popup window at x and y coordinates relative to top left corner of active monitor.

Syntax

CSV_MM_WinPopup(sWindow, iX, iY, iHideTitleBar)

#sWindow:

Name of page window to display.

#iX:

X offset to display window at relative to left of monitor.

#iY:

Y offset to display window at relative to top of monitor.

#iHideTitleBar :

Return Value

The window number of the window, or -1 if the window cannot be opened.

Note: The entire window is displayed within the borders of a single screen. If iX = -1 and iY = -1, the window is centered on screen.