I am trying to code my MCI multimedia control so it will play the file
that is loaded in the same folder as my VB program. I want to be
able to burn the program on to a disk and the file will play in my program.

I can't use a path because my program will be graded on another computer.

Here is the code that I am using:

MMControl1.Notify = False
MMControl1.Wait = True
MMControl1.Shareable = False
MMControl1.DeviceType = "AVIVideo"
MMControl1.FileName = What code would go here to make this work the way I described?
MMControl1.AutoEnable = True
' Open the MCI WaveAudio device.
MMControl1.Command = "Open"
'MMControl1.Command = "Play"