string appDir = System.Reflection.Assembly.GetExecutingAssembly().Location; //string sResxPath = @"C:\Users\PC1\Documents\Visual Studio 2008\Projects\Instantsms\Instantsms\contacts.resx"; string sResxPath = System.IO.Path.Combine(appDir, "contacts.resx");
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)