Results 1 to 2 of 2

Thread: Windows Font-Selection dialog

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Posts
    1

    Post

    Can anybody explain to me how i can open the windows font-Selction dialog to be able to choose any Font and ist atributes to be used in my own application. I am competly stuck with this.

  2. #2
    Hyperactive Member onerrorgoto's Avatar
    Join Date
    Aug 1999
    Location
    Sweden
    Posts
    330

    Post

    Use the commondialog component and show it like this

    private sub command1_click()
    commondialog1.showfont
    end sub

    ------------------
    On Error Goto Bed :0)
    [email protected]


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width