Click here to Skip to main content
15,921,276 members
Home / Discussions / C#
   

C#

 
GeneralRe: Rotate and Resize a Rectangle Pin
Madmanxxx31-Mar-09 21:32
Madmanxxx31-Mar-09 21:32 
GeneralRe: Rotate and Resize a Rectangle Pin
musefan31-Mar-09 21:46
musefan31-Mar-09 21:46 
GeneralRe: Rotate and Resize a Rectangle Pin
Madmanxxx31-Mar-09 22:25
Madmanxxx31-Mar-09 22:25 
Questioncreate enum at run time Pin
a.hamidy30-Mar-09 23:13
a.hamidy30-Mar-09 23:13 
AnswerRe: create enum at run time Pin
musefan30-Mar-09 23:18
musefan30-Mar-09 23:18 
GeneralRe: create enum at run time Pin
a.hamidy31-Mar-09 0:14
a.hamidy31-Mar-09 0:14 
GeneralRe: create enum at run time Pin
musefan31-Mar-09 0:19
musefan31-Mar-09 0:19 
AnswerRe: create enum at run time Pin
Mustafa Ismail Mustafa30-Mar-09 23:37
Mustafa Ismail Mustafa30-Mar-09 23:37 
You can't.

The enum has to be created before hand, but you can save the values to the database and parse them at run time by using Enum.Parse(). Please note that you ought to use "Enum" and not "enum", the first is a type the second is a keyword

If the post was helpful, please vote!



Why won't the worm just leave me be?


GeneralRe: create enum at run time Pin
a.hamidy31-Mar-09 0:16
a.hamidy31-Mar-09 0:16 
GeneralRe: create enum at run time Pin
Mustafa Ismail Mustafa31-Mar-09 0:50
Mustafa Ismail Mustafa31-Mar-09 0:50 
AnswerRe: create enum at run time Pin
PIEBALDconsult31-Mar-09 7:28
mvePIEBALDconsult31-Mar-09 7:28 
QuestionRe-painting a PictureBox? Pin
Megidolaon30-Mar-09 23:05
Megidolaon30-Mar-09 23:05 
AnswerRe: Re-painting a PictureBox? Pin
DaveyM6930-Mar-09 23:14
professionalDaveyM6930-Mar-09 23:14 
AnswerRe: Re-painting a PictureBox? Pin
musefan30-Mar-09 23:16
musefan30-Mar-09 23:16 
GeneralRe: Re-painting a PictureBox? Pin
Megidolaon1-Apr-09 21:13
Megidolaon1-Apr-09 21:13 
QuestionSave Paint Event of Custom Control Pin
yesu prakash30-Mar-09 23:03
yesu prakash30-Mar-09 23:03 
AnswerRe: Save Paint Event of Custom Control Pin
erfi30-Mar-09 23:27
erfi30-Mar-09 23:27 
AnswerRe: Save Paint Event of Custom Control Pin
benjymous30-Mar-09 23:35
benjymous30-Mar-09 23:35 
GeneralRe: Save Paint Event of Custom Control Pin
yesu prakash31-Mar-09 0:00
yesu prakash31-Mar-09 0:00 
Questiondrag & drop problem of list view Pin
yogesh_softworld12330-Mar-09 22:37
yogesh_softworld12330-Mar-09 22:37 
AnswerRe: drag & drop problem of list view Pin
Eddy Vluggen30-Mar-09 22:51
professionalEddy Vluggen30-Mar-09 22:51 
GeneralRe: drag & drop problem of list view Pin
yogesh_softworld12330-Mar-09 23:50
yogesh_softworld12330-Mar-09 23:50 
GeneralRe: drag & drop problem of list view Pin
Eddy Vluggen31-Mar-09 0:05
professionalEddy Vluggen31-Mar-09 0:05 
AnswerAttempt to bump post. Pin
Pete O'Hanlon30-Mar-09 23:01
mvePete O'Hanlon30-Mar-09 23:01 
RantRe: drag & drop problem of list view Pin
musefan30-Mar-09 23:14
musefan30-Mar-09 23:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.