Hi,

Simple winform problem / bug

path = System.Environment.CurrentDirectory;
string sep = Path.DirectorySeparatorChar.ToString();
conpath = path + string.Format("{0}configure.xml",sep);
DialogResult result;
result = MessageBox.Show(this, conpath, "Wibble", MessageBoxButtons.OK);
                
Should this diplay the full conpath with .xml on the end? or should it
be truncated to exclude .xml?

Using mono-1.9.1

TTFN

Paul                    
-- 
Sie können mich aufreizen und wirklich heiß machen!

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Mono-winforms-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to