Hello RadioAct,
When I tested the behavior on my machine, the panel always displayed
centered on my primary monitor. Regarding your followup questions, in
order to get the number of monitors in your setup, call
GetSystemAttribute (ATTR_NUM_MONITORS, &value);
There are also various other monitor related attributes you can access
with the GetSystemAttribute functions. So I would encourage
opening up the function panel for this function and taking a look at
those. Also, there are various other Monitor functions under User
Interface Library >> Monitors. From the CVI functions, you
can get the color depth of a particular monitor, but to get the screen
size of a monitor, you will have to use a Windows SDK function
call. One I ran across was the
GetSystemMetrics function.
Hope that helps.
Wendy L
LabWindows/CVI Developer Newsletter