Hi, I was wondering where I have to save my images in order to use the loadpicture function?

I dont know what directory to save my images to for the application to source from.
so far I have only come up with this pathetic little code...

Private Sub Command2_Click()
LoadPicture (belfast.jpg)
End Sub

Do i need to display the ".jpg" or how do I go about this?
thanks andy