Click here to Skip to main content
15,914,221 members
Home / Discussions / C#
   

C#

 
AnswerRe: Datagrid Pin
ednrgc4-Jan-07 2:07
ednrgc4-Jan-07 2:07 
GeneralRe: Datagrid Pin
md_refay4-Jan-07 2:41
md_refay4-Jan-07 2:41 
GeneralRe: Datagrid Pin
Martin#4-Jan-07 2:49
Martin#4-Jan-07 2:49 
GeneralRe: Datagrid Pin
quiteSmart4-Jan-07 3:33
quiteSmart4-Jan-07 3:33 
AnswerRe: Datagrid Pin
Drew McGhie4-Jan-07 5:02
Drew McGhie4-Jan-07 5:02 
QuestionLaunching the Windows ODBC Data Source Administrator Pin
Langers4-Jan-07 0:39
Langers4-Jan-07 0:39 
QuestionProblem with using enum in C# interface Pin
Vitaly Tomilov4-Jan-07 0:01
Vitaly Tomilov4-Jan-07 0:01 
AnswerRe: Problem with using enum in C# interface Pin
Guffa4-Jan-07 1:20
Guffa4-Jan-07 1:20 
I don't know enough C++ to give a definite answer, but this is what I think:

I think that each enum value has to be a unique identifier in C++, while in C# they only have to be unique within the enum. That would account for the need of prepending each value with the name of the enum.


---
Year happy = new Year(2007);

GeneralRe: Problem with using enum in C# interface Pin
Vitaly Tomilov4-Jan-07 1:35
Vitaly Tomilov4-Jan-07 1:35 
GeneralRe: Problem with using enum in C# interface Pin
Pete O'Hanlon4-Jan-07 1:42
mvePete O'Hanlon4-Jan-07 1:42 
GeneralRe: Problem with using enum in C# interface Pin
Vitaly Tomilov4-Jan-07 3:12
Vitaly Tomilov4-Jan-07 3:12 
GeneralRe: Problem with using enum in C# interface Pin
Pete O'Hanlon4-Jan-07 3:47
mvePete O'Hanlon4-Jan-07 3:47 
GeneralRe: Problem with using enum in C# interface Pin
Dan Neely4-Jan-07 4:20
Dan Neely4-Jan-07 4:20 
GeneralRe: Problem with using enum in C# interface Pin
quiteSmart4-Jan-07 2:18
quiteSmart4-Jan-07 2:18 
QuestionDeleting nodes recursivily Pin
Gareth H3-Jan-07 23:55
Gareth H3-Jan-07 23:55 
AnswerRe: Deleting nodes recursivily Pin
Pete O'Hanlon4-Jan-07 1:46
mvePete O'Hanlon4-Jan-07 1:46 
GeneralRe: Deleting nodes recursivily Pin
Gareth H4-Jan-07 2:56
Gareth H4-Jan-07 2:56 
QuestionDataGridView that searches like outlook Pin
robmays3-Jan-07 23:50
robmays3-Jan-07 23:50 
AnswerRe: DataGridView that searches like outlook Pin
Nader Elshehabi4-Jan-07 0:30
Nader Elshehabi4-Jan-07 0:30 
GeneralRe: DataGridView that searches like outlook Pin
robmays4-Jan-07 0:36
robmays4-Jan-07 0:36 
GeneralRe: DataGridView that searches like outlook Pin
Nader Elshehabi4-Jan-07 1:40
Nader Elshehabi4-Jan-07 1:40 
QuestionBest way of Data Sync Pin
fearless stallion3-Jan-07 23:46
fearless stallion3-Jan-07 23:46 
AnswerRe: Best way of Data Sync Pin
Nader Elshehabi4-Jan-07 0:22
Nader Elshehabi4-Jan-07 0:22 
GeneralRe: Best way of Data Sync Pin
fearless stallion4-Jan-07 1:59
fearless stallion4-Jan-07 1:59 
GeneralRe: Best way of Data Sync Pin
Nader Elshehabi4-Jan-07 3:36
Nader Elshehabi4-Jan-07 3:36 

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.