Click here to Skip to main content
15,880,956 members

Articles by Xmen Real (Articles: 3, Tip/Trick: 1)

Articles: 3, Tip/Trick: 1

RSS Feed

Average article rating: 3.79

Desktop Programming
Win32
8 Jan 2008   Updated: 11 Feb 2008   Rating: 2.80/5    Votes: 9   Popularity: 2.67
Licence: CPOL    Views: 52,283     Bookmarked: 26   Downloaded: 1,028
Please Sign up or sign in to vote.
A MessageBox that works as we want.
Windows Forms
1 Mar 2009   Updated: 10 Mar 2009   Rating: 4.56/5    Votes: 24   Popularity: 6.22
Licence: CPOL    Views: 47,222     Bookmarked: 71   Downloaded: 1,060
Please Sign up or sign in to vote.
An advance rating control for .NET
Web Development
ASP.NET
11 Dec 2009   Updated: 4 Jan 2010   Rating: 4.00/5    Votes: 5   Popularity: 2.80
Licence: CPOL    Views: 37,323     Bookmarked: 21   Downloaded: 926
Please Sign up or sign in to vote.
A control to render the object tag for MediaPlayer

Average blogs rating:

No blogs have been submitted.

Average tips rating: 0.00

30 Dec 2010   Updated: 30 Dec 2010   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,580     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
here is what I do to iterate through enumpublic static ABC(Type enumType){ foreach (Enum e in Enum.GetValues(enumType)) { int tvalue = Convert.ToInt32(e); string tname = e.ToString(); }}

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
CEO
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.