Search the web
Sign In
New User? Sign Up
codesnips · Code Snippets
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
[C#] Browsing and Selecting a Folder   Message List  
Reply | Forward Message #31 of 48 |
using System;
using System.Windows.Forms.Design;
 
public class MainClass
{
 public static void Main(string [] arg)
 {
  FolderNameEditor ed = new FolderNameEditor();
  string name = "";
  string folderName = (string)ed.EditValue(null, name);
  
  Console.WriteLine(folderName);
 }
 
}


Tue Mar 18, 2003 8:37 am

laghari78
Online Now Online Now
Send Email Send Email

Forward
Message #31 of 48 |
Expand Messages Author Sort by Date

using System; using System.Windows.Forms.Design; public class MainClass { public static void Main(string [] arg) { FolderNameEditor ed = new...
Nauman Leghari
laghari78
Online Now Send Email
Mar 18, 2003
8:42 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help