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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chribi

  1. chribi

    Display file path in a textbox.....almost there...!!

    Hey Daniel Sorry about being rude, was certainly not my intension. Think was so happy having found this site that I didnt really think about copyright issues when posting it here. Will definately be considerate of this when posting/using code in fut. Thanks anyway for ur help. CHris
  2. chribi

    Display file path in a textbox.....almost there...!!

    Hey Rick, tried that one too, no luck. Thx again.
  3. chribi

    Display file path in a textbox.....almost there...!!

    Hey Daniel got it working, great. here is ur star for the web page and helping me with this. the web page u gave me really has got some cool stuff. even managed to open the file, which is displayed in the text box, with the shellexecute code from that page. here's the code...
  4. chribi

    Display file path in a textbox.....almost there...!!

    Daniel, thx much for reply. Actually i found a code which works better. Now u might laugh at me but i cant get the filename displayed. Here is what i have: Have a command button (cmdOpFileDbox) with click event: Private Sub cmdOpFileDbox_Click() Dim RetVal As Long Dim FileName As String...
  5. chribi

    Display file path in a textbox.....almost there...!!

    Hi all! On a form i have a button that opens the "windows open file dialog box" and after selecting a file path I want to store that filepath in a textbox on that form. Opening the "windows open file dialog box" with below code works (i found it here in one of the forums)...

Part and Inventory Search

Back
Top