Click to See Complete Forum and Search --> : CommonDialogControl


Arun Mittal
September 25th, 2001, 03:33 AM
Hi,

Is it possible to specify the position of CommonDialog control in VB? We need to position the Save dialog box at the center of the screen.It is coming on the left hand top corner by default.

Is there any way of specifying the time period for which a splash screen should be displayed?

Thanks,
Arun.

John G Duffy
September 25th, 2001, 08:39 AM
The commonDialog box positions itself in the left top corner OF ITS CONTAINER, normally a form.
If you put the CommonDialog box in a frame or picturebox then that becomes its container and you can move the frame or picturebox anywhere you want and the CommonDialog box will move with it.

John G