CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    10

    CommonDialogControl


    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.


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: CommonDialogControl

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured