markSaunders
Programmer
my vb project contains some lines of code that add items to a toolbar etc. the lines are similar to <br><br>frm.imlImages.ListImages.Add , "first", LoadPicture("icons\16x16\first.bmp"<br><br>and as you note the path is relative to the path of the project. if i double-click the project from Explorer and run in VB - no probs.<br><br>if i open VB and us File> 1> (i.e. last project opened) then VB claims that the files do not exist in the path specified!<br><br>this only seems to be a problem at design time - has anyone else come across something similar?