i just started api. im makeing a media player. and i was looking threw the win api viewer. i saw the const that would make winmm.dll goto the end of the sound file. so i but in the code. but it dosent work.

parksie told me "You're using mciSendString so you need to send a string, not a numeric value"
then he went somewhere becuase hes not on the post race thing anymore.
code:
Module:

Public Const MCI_SEEK_TO_END = &H200&

Form:

i = mciSendString(MCI_SEEK_TO_END, 0&, 0&, 0&)

to me it should work. but it dosent. can some one help me. plz!!!