IntControl 63

Syntax:

IntControl (63, p1, p2, p3, p4)

 

Sets coordinates for AskFileText, AskItemList and AskTextBox windows.

This function sets the window coordinates for the dialog displayed by the next AskFileText, AskItemList, AskTextBox function call. The coordinates will be reset to default values after the Ask[..] function is called. Note: This function is designed to enlarge dialogs. Reducing the size could produce unwanted output.

Coordinates are based on a virtual 1000 x 1000 screen:

p1 = left (upper-x)

p2 = top (upper-y)

p3 = right (lower-x)

p4 = bottom (lower-y)

To explicitly indicate that default values should be used, use:

IntControl(63, 0, 0, 0, 0)

 

Returns 1.