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

C#

 
GeneralRe: Class Objects and Equals Operator Pin
budidharma2-Nov-05 2:00
budidharma2-Nov-05 2:00 
GeneralRe: Class Objects and Equals Operator Pin
budidharma2-Nov-05 2:04
budidharma2-Nov-05 2:04 
GeneralRe: Class Objects and Equals Operator Pin
[Marc]3-Nov-05 0:56
[Marc]3-Nov-05 0:56 
GeneralRe: Class Objects and Equals Operator Pin
Febret1-Nov-05 6:39
Febret1-Nov-05 6:39 
AnswerRe: Class Objects and Equals Operator Pin
S. Senthil Kumar1-Nov-05 19:15
S. Senthil Kumar1-Nov-05 19:15 
GeneralRe: Class Objects and Equals Operator Pin
[Marc]3-Nov-05 1:24
[Marc]3-Nov-05 1:24 
QuestionGetting Enum Type from Value Pin
budidharma1-Nov-05 3:10
budidharma1-Nov-05 3:10 
AnswerRe: Getting Enum Type from Value Pin
Libor Tinka1-Nov-05 3:20
Libor Tinka1-Nov-05 3:20 
Its easier than you would expect. Just convert the type:

int i = 0;

Suit suit = (Suit)i; // suit == Suit.Hearts

int index = (int)suit; // index == 0;
AnswerRe: Getting Enum Type from Value Pin
S. Senthil Kumar1-Nov-05 3:22
S. Senthil Kumar1-Nov-05 3:22 
GeneralRe: Getting Enum Type from Value Pin
budidharma1-Nov-05 4:30
budidharma1-Nov-05 4:30 
Questionhow to display brokenrule in a messagebox with yes no button. Yes means continue with brokenRule Pin
lokeshkumble1-Nov-05 2:52
lokeshkumble1-Nov-05 2:52 
AnswerRe: how to display brokenrule in a messagebox with yes no button. Yes means continue with brokenRule Pin
J4amieC1-Nov-05 4:11
J4amieC1-Nov-05 4:11 
GeneralRe: how to display brokenrule in a messagebox with yes no button. Yes means continue with brokenRule Pin
lokeshkumble1-Nov-05 21:14
lokeshkumble1-Nov-05 21:14 
QuestionSystem.Data.Odbc Pin
zaboboa1-Nov-05 2:41
zaboboa1-Nov-05 2:41 
AnswerRe: System.Data.Odbc Pin
S. Senthil Kumar1-Nov-05 3:28
S. Senthil Kumar1-Nov-05 3:28 
GeneralRe: System.Data.Odbc Pin
zaboboa1-Nov-05 3:40
zaboboa1-Nov-05 3:40 
Questiondisplay program file in window form Pin
hongweng1-Nov-05 2:16
hongweng1-Nov-05 2:16 
AnswerRe: display program file in window form Pin
Judah Gabriel Himango1-Nov-05 4:58
sponsorJudah Gabriel Himango1-Nov-05 4:58 
GeneralRe: display program file in window form Pin
hongweng1-Nov-05 17:57
hongweng1-Nov-05 17:57 
Questiondisplay program file in window form Pin
hongweng1-Nov-05 2:16
hongweng1-Nov-05 2:16 
QuestionCould the asp.net run a thread loop on the server? Pin
rushing1-Nov-05 1:01
rushing1-Nov-05 1:01 
AnswerRe: Could the asp.net run a thread loop on the server? Pin
S. Senthil Kumar1-Nov-05 3:40
S. Senthil Kumar1-Nov-05 3:40 
GeneralRe: Could the asp.net run a thread loop on the server? Pin
rushing9-Nov-05 20:26
rushing9-Nov-05 20:26 
Questiona question Pin
hossein yaghmaee31-Oct-05 23:19
hossein yaghmaee31-Oct-05 23:19 
AnswerRe: a question Pin
J4amieC31-Oct-05 23:59
J4amieC31-Oct-05 23:59 

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.