Announcement

Collapse
No announcement yet.

File Open Dialog Box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • File Open Dialog Box

    How can I put a File Open/File Save As Dialog box into my program?

    I have Petzold's book and tried to check out Poppad for some clues.
    Seems that poppad.pbr is missing from the translated PB version?

    I searched the Forum and found that someone recommended checking
    out the Win32 Help file. Where do I find this?

    ------------------
    Henning
    Henning

  • #2
    There are fully working procedures in your commdlg32.inc

    See your include dir..


    ------------------
    hellobasic

    Comment


    • #3
      Search the BBS for "openfiledialog" and you should find some examples...

      I hope this helps!

      ------------------
      Lance
      PowerBASIC Support
      mailto:[email protected][email protected]</A>
      Lance
      mailto:[email protected]

      Comment


      • #4
        Thanks. I printed the .inc file and looked through it. I'm kinda clueless
        Anybody got a short intro for me?

        ------------------
        Henning
        Henning

        Comment


        • #5
          Thanks Lance,

          got it.

          ------------------
          Henning
          Henning

          Comment

          Working...
          X