Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems in method of opening projects...

Status
Not open for further replies.

markSaunders

Programmer
Jun 23, 2000
196
GB
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 , &quot;first&quot;, LoadPicture(&quot;icons\16x16\first.bmp&quot;)<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&gt; 1&gt; (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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top