I have a cursor file in project. I have given the absolute path in code i.e
F:/r.cur
the problem is this is hard-coded path And i Want relative path so that if i move my solution to another system the code should not effect.
please suggest how to set relative path
//current code i am using
p.Cursor = new Cursor("F:/r.cur");
See Question&Answers more detail:os