I hope its not too difficult. I bet it is :(
LMK, thanks!
Darth :rolleyes:
Printable View
I hope its not too difficult. I bet it is :(
LMK, thanks!
Darth :rolleyes:
No it is easy.
Code:Shell apppath, vbNormalFocus
Whey!! Nice going Nucleus, it works a treat :)
Itys good hear isn't it? :D
Darth :D
It is a very cool forum that is for sure. I haven't heard of any other sites like it.
There probably aren't any as good as this :)
Hey While I am here, you know about menus? Well, I want to user to be able to choose wheher they want the music playing or not. When they click the item in the menu it will show a tick next to it if its playing and no tick if its not. Well I got it to tick by putting
Private Sub mnuMusic_Click()
mnuMusic.Checked = True
End Sub
but when they click it again, of coure it doesn't uncheck it. Is there an easy way of doing this? Or is it a case of fumbling around to get it working? Ta!
Darth ;)
Oh, this sdeemed to have worked :)
If mnuMusic.Checked = True Then
mnuMusic.Checked = False
MMControl1.Enabled = False
Else
mnuMusic.Checked = True
MMControl1.Enabled = True
End If
Thanks, if there is an easier way then LMK :P
Darth