Filtering using common dailog control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ChillUmesh
    New Member
    • Feb 2007
    • 20

    Filtering using common dailog control

    hi,
    i've to filter out files without any extension using common dailog control can any one help me out.
    thnx
  • pureenhanoi
    New Member
    • Mar 2007
    • 175

    #2
    Originally posted by ChillUmesh
    hi,
    i've to filter out files without any extension using common dailog control can any one help me out.
    thnx
    try this:
    Code:
    with commondialoge1
              .Filter = "Text file(*.txt)|*.txt|Word document(*.doc)|*.doc|"
    end with

    Comment

    • vijaydiwakar
      Contributor
      • Feb 2007
      • 579

      #3
      Originally posted by ChillUmesh
      hi,
      i've to filter out files without any extension using common dailog control can any one help me out.
      thnx
      I think its not possible
      if u get the code tell me also

      Comment

      Working...