SaveFileDialog

There are 1 entries for the tag SaveFileDialog
Silverlight3: SaveFileDialog (with surprise…)

Piccolo quiz: Cosa c’è che non va nel codice che vedete qui sotto? (5 secondi per rispondere…) 1: private void Button_Click(object sender, System.Windows.RoutedEventArgs e) 2: { 3: SaveFileDialog sfd = new SaveFileDialog(); 4: sfd.Filter = "All Files (*.*)|*.*|Text Files (*.txt)|*.txt"; 5: sfd.FilterIndex = 2; 6: ...

posted @ domenica 5 aprile 2009 11:27 | Feedback (1)