I have an embedded file I need to reference. The file is a .dot (word Template). The Program is a form where the user fills out a form and it generates a Doc file with the values inserted. I'm embedding the template because it needs a location to call the file from and since it will be deployed.. it cant be from a static directory. excuse me if this is making little sense I been up all night (its 6a and class at 9:35a) trying to figure this out. If you know of a way to include the file and give the app. a relative path that works too, however, when I tried that in the past, once I "publish" the app it runs it from a \Documents and settings\local files\ path, its a setup not a flat exe.