|
-
Dec 19th, 2002, 05:58 AM
#1
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.
-
Dec 20th, 2002, 02:34 AM
#2
No Star Wars fans here?
-
Dec 20th, 2002, 01:55 PM
#3
New Member
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.
-
Dec 20th, 2002, 02:14 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|