Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Orcho
  • Order by date
  1. Orcho

    "*." files... in VB6.0

    Hi, <br> I'm looking for some way to get the list names of files with no extension(*. ). I looked in microsoft site, and I found that there's a bug in VB5 & 6, with the filelistbox control that shows me all the files... <br> <br> Thanks...<br> <br> Orcho<br>
  2. Orcho

    control both textbox with one scrollbar

    Hi!<br> I'm trying to move only one scrollbar in a rich textbox control, and the other textbox have to move just like the first one.<br> I really don't know how to do this. <br> <br> Please Help me. Thanks. Orcho.
  3. Orcho

    which control is to work with the network neighborhood

    I'm trying to use some shared directorys in different PC's. But I don't want to map them as drives. I didn't found any control to do this in VB 5.0.<br> Do you know something about this??<br> Excuse me on my english, but i speek spanish.<br> <br> Thanks, Orcho
  4. Orcho

    Problem on file patterns

    Actually I save the problem whit an Instr command, asking for "R.", in the path string. It works very good.<br> <br> Thanks for all you've done. Orcho
  5. Orcho

    Problem on file patterns

    Here I send you the part of the code where I found the problem, <br> <br> File1.Path = b$<br> File1.Pattern = "*R.QXD" <br> c = File1.ListCount<br> If (c) Then<br> For p = 0 To c - 1<br>...
  6. Orcho

    Problem on file patterns

    I need to use this "*R.xxx" file pattern, but the file list box didn't give me only the files that matched the pattern, it gave me all the files ending with .xxx, so Where is de *R ?, Help me. I'm from argentine and i prefer to read i spanish if it's possible. Thanks.

Part and Inventory Search

Back
Top