Results 1 to 10 of 10

Thread: CommonDialog control - stop user navigating? [RESOLVED]

Threaded View

  1. #10
    New Member
    Join Date
    Sep 2002
    Location
    china
    Posts
    10
    Dim bi As BROWSEINFO
    bi.ulFlags = BIF_BROWSEFORCOMPUTER
    bi.hOwner = Me.hWnd
    bi.lpszTitle = "select a computer"
    SHBrowseForFolder bi

    do you like this?

    i forget this

    shbrowseforfolder is a api in "shell32.dll"
    Last edited by woodwell; Jan 6th, 2003 at 07:59 PM.

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