Bitmaps

  • Thread starter Thread starter Dagoberto Aceves
  • Start date Start date
D

Dagoberto Aceves

I was curious, before i go ahead and screw everything up, how do i
include a bitmap into a project without explicitly giving it a path
starting from "C:". I want to include it so that it gets checked in with
VSS, and it doesn't screw other's if they check it out.
 
Dagoberto said:
I was curious, before i go ahead and screw everything up, how do i
include a bitmap into a project without explicitly giving it a path
starting from "C:". I want to include it so that it gets checked in with
VSS, and it doesn't screw other's if they check it out.

Save it next to the EXE. Then do a Application.StatupPath (think that's
the method) to reference the location.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top