Results 1 to 4 of 4

Thread: Simple question about Enumerating DD

Threaded View

  1. #1

    Thread Starter
    Lively Member ice & fire's Avatar
    Join Date
    Oct 2001
    Location
    Land of ice & fire
    Posts
    110

    Question Simple question about Enumerating DD

    Just a short and simple Question:

    You use:
    VB Code:
    1. Set dd = dx.DirectDrawCreate("") 'Init with Standard Adapter

    to init DirectDraw, right?

    I now want to fill a listbox with all the possible Graphics Adapters. (Primary Graphics Device, Voodoo 5 5500 3DfX, .....)

    Well, it should then look like:

    VB Code:
    1. Set dd = dx.DirectDrawCreate("MyBloodyAdapter")

    How do I do that?
    Please help me..
    Last edited by ice & fire; Nov 15th, 2001 at 09:19 AM.

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