Results 1 to 4 of 4

Thread: Star Wars OST - Listing?

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Star Wars OST - Listing?

    I need a listing of the Star Wars tracks from Episodes 4, 5 and 6.

    The thing is, I've just ripped a bunch of SW tracks from a Game CD (Star Wars: X-wing vs Tie Fighter), but I don't know the titles given to them. If I get a listing for it, that would help a lot.

    Thanks.

  2. #2

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    No Star Wars fans here?

  3. #3
    New Member VB_ChickenPower's Avatar
    Join Date
    Nov 2002
    Posts
    8
    I think you would use GetActiveWindow and then compare the result to your form's hWnd property
    eg.
    Code:
    Private Declare Function GetActiveWindow Lib "user32" () As Long
    
    Private Sub Timer1_Timer()
    
     Dim h As Long
     h = GetActiveWindow
     If h = Form1.hWnd Then
      Text1.Text = "Active"
     Else
      Text1.Text = "Not Active"
     End If
     
     
    End Sub
    I hate these Microsoft guys! What a rotten compiler! It only accepts 16,384 local variables in a function!
    This employee should not be allowed to breed.
    Specialist in women and other diseases.
    I sell butter dishes.

  4. #4

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    I wish you could swim, like dolphins can swim.

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