Try changing Ctlcontrols.currentPosition.
The total duration can be retreived from currentMedia.duration.
For example do this to start from the middle of a file:
axWindowsMediaPlayer1.Ctlcontrols.currentPosition = (axWindowsMediaPlayer1.currentMedia.duration / 2);