private void getURL(string filename) { var MyIni = new IniFile(filename); tBURL.Text = MyIni.Read("URL", "InternetShortcut"); }