Jump to content

How to select a directory in vb6

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
does any one know how to select a directory and keep it on the text.text fileld ? i thing common should work but i dont know how

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
You can use the dirlistbox

#3
meco_r

meco_r

    Newbie

  • Members
  • Pip
  • 1 posts
you can also use the shell function (api) SHBrowseForFolder

#4
janu

janu

    Newbie

  • Members
  • PipPip
  • 17 posts
thanks................