Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PIPECOM of SpriggsySpriggs
#2
Quote:It seems to me that there are no alternatives from within QB64.

Try _OpenFileDialog you can navigate your computer just like Windows File Explorer.

EDIT: Here is demo
Code: (Select All)
_ScreenMove 400, 400
title$ = "Select File for Viewing"
path$ = _CWD$ ' use the Current Working Directory
fPattern$ = "*.bas|*.txt"
fPattermDescrip$ = "Files that are viewable"
_Delay .2 ' let window set itself up then call OpenFile...   yep!
selectedPathedFileName$ = _OpenFileDialog$(title$, path$, fPattern$, fPattermDescrip$)
Print selectedPathedFileName$
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Messages In This Thread
PIPECOM of SpriggsySpriggs - by krovit - 08-23-2025, 10:14 AM
RE: PIPECOM of SpriggsySpriggs - by bplus - 08-23-2025, 11:40 AM
RE: PIPECOM of SpriggsySpriggs - by aadityap0901 - 08-23-2025, 03:55 PM
RE: PIPECOM of SpriggsySpriggs - by krovit - 08-25-2025, 12:20 AM
RE: PIPECOM of SpriggsySpriggs - by SMcNeill - 08-25-2025, 12:53 AM
RE: PIPECOM of SpriggsySpriggs - by krovit - 08-26-2025, 12:08 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Lightbulb New Pipecom Update SpriggsySpriggs 10 1,117 12-11-2025, 04:28 PM
Last Post: SpriggsySpriggs

Forum Jump:


Users browsing this thread: 1 Guest(s)