Is there any way to specify a monitor to center a window gadget on? Currently the created window is centered between both monitors, so it crosses over and it doesn't look good (at all).
Basically, that's what I have thus far. If anyone has any ideas I'd greatly appreciate if you posted them.
Global frmMakePak:TGadget = CreateWindow( "MakePak", (GadgetWidth(Desktop())-512)/2, (GadgetHeight(Desktop())-200)/2, 512, 256, Null, WINDOW_TITLEBAR )
Basically, that's what I have thus far. If anyone has any ideas I'd greatly appreciate if you posted them.