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 TouchToneTommy 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: *

  1. bjwade62

    Sorting a listview by clicking different column headers

    That works for text but not numbers such as dates and file sizes. Any other suggestions? Thanks for replying, Bernie
  2. bjwade62

    Sorting a listview by clicking different column headers

    I can't seem to find a way to sort a listview based on which column header is clicked. For instance when I click on a column header that is assigned to file names I want it to sort alphabetically, and when I click on a different column header I want it to sort by date. Another column header for...
  3. bjwade62

    scrolling two listviews at the same time

    Hmmm... That might work with a listbox control but I'm using a listview control. Thanks anyway, Bernie
  4. bjwade62

    scrolling two listviews at the same time

    Anyone know how to scroll through the contents of two listviews at the same time with only one scroll bar? Synced.
  5. bjwade62

    Wrapping text in a tooltip

    I've tried chr(10) and chr(13) that doesn't work. Thanks anyway.
  6. bjwade62

    Wrapping text in a tooltip

    Does anyone know if it's possible to create a tooltip that has more than one line of text? Wrap somehow? Thanks.
  7. bjwade62

    Long path don't work in Novell's VBFLINFO sample

    Thanks. That worked great.
  8. bjwade62

    Long path don't work in Novell's VBFLINFO sample

    I'm using VBFLINFO from Novell (see below) with no modifications other than using my server and a file on it. There seems to be some sort of limit to the "Full file name including path:". I can type as many characters as I want but it doesn't like longer file names. Shorter (less...
  9. bjwade62

    Getting the name of a server with VB

    I'm trying to get the full path of a file on a server. It's on a mapped drive ie j:\0000\arch\0000-a1.dwg. I want to get something similar to \\servername\vol1:\projects\0000\arch\0000-a1.dwg. We have sevral offices with J:\drives. I want to find which server the file is on (with code). Thanks...
  10. bjwade62

    Getting the name of a server with VB

    Does anyone know how to get the name of a server with code?
  11. bjwade62

    The enter key and the DirListBox

    Worked Great! Thanks alot!
  12. bjwade62

    The enter key and the DirListBox

    I want to be able to select a folder in the dirlistbox, then hit the enter key and have it open the folder. I've tried the keydown event but no luck. Can anyone help? Thanks, Bernie
  13. bjwade62

    Getting the "start in" property of a lnk file using VB - Impossible?

    Excellent! I can't tell you how many places I posted this question. None of the answers worked ecxept yours. Thanks tons strongm! and thanks again, Bernie
  14. bjwade62

    Getting the "start in" property of a lnk file using VB - Impossible?

    Can anyone tell me how to retrieve the "start in" value of an lnk (shortcut) file? I've posted this on different VB sites but no one seems to be able to give me an answer. Must be impossible or very difficult? Thanks for you time, Bernie

Part and Inventory Search

Back
Top