I'm trying to make a program that will play sounds. Is it possible to import the sounds into the program so I don't have to direct the program towards a file? So I can just write something like

VB Code:
  1. Play snd_car

Instead of:

VB Code:
  1. Play sound(C:\Audio\Sounds\car.wav)

idk know if the "play" or "play sound" commands are real, I'm just using them for the sake of ease.