Click here to Skip to main content
16,006,531 members
Home / Discussions / C#
   

C#

 
GeneralRe: Copy Constructor Pin
James T. Johnson28-Jul-02 16:01
James T. Johnson28-Jul-02 16:01 
GeneralConfigurationSettings Pin
Steve Severance24-Jul-02 13:12
Steve Severance24-Jul-02 13:12 
GeneralRe: ConfigurationSettings Pin
James T. Johnson24-Jul-02 16:18
James T. Johnson24-Jul-02 16:18 
GeneralRe: ConfigurationSettings Pin
jparsons25-Jul-02 2:45
jparsons25-Jul-02 2:45 
GeneralRe: ConfigurationSettings Pin
James T. Johnson25-Jul-02 2:50
James T. Johnson25-Jul-02 2:50 
GeneralNamespace Hell Pin
stephen woolhead24-Jul-02 13:12
stephen woolhead24-Jul-02 13:12 
GeneralRe: Namespace Hell Pin
James T. Johnson24-Jul-02 16:08
James T. Johnson24-Jul-02 16:08 
GeneralRe: Namespace Hell Pin
stephen woolhead24-Jul-02 22:13
stephen woolhead24-Jul-02 22:13 
Just seemed strange to me that as I was in the namespace MyNameSpace.System and had a using statement for System when I was used System.Diagnostics, that it should resolve to MyNameSpace.System.Diagnostics instead of trying the following

MyNameSpace.System.System.Diagnostics (Current namespace)
System.System.Diagnostics (Using System Statement)
System.Diagnostics (using the global namespace)

Of which the last one would have been resolved.

Is there a way to say that this is the start of the namespace do not append to anything, something like ::System in C++ ?

Thanks

Stephen
GeneralRe: Namespace Hell Pin
James T. Johnson25-Jul-02 0:16
James T. Johnson25-Jul-02 0:16 
GeneralRe: Namespace Hell Pin
jparsons25-Jul-02 2:49
jparsons25-Jul-02 2:49 
GeneralProblems with ListView and columns Pin
Luis Alonso Ramos24-Jul-02 9:53
Luis Alonso Ramos24-Jul-02 9:53 
GeneralRe: Problems with ListView and columns Pin
leppie24-Jul-02 20:44
leppie24-Jul-02 20:44 
GeneralRe: Problems with ListView and columns Pin
Luis Alonso Ramos24-Jul-02 21:01
Luis Alonso Ramos24-Jul-02 21:01 
GeneralRe: Problems with ListView and columns Pin
leppie25-Jul-02 3:28
leppie25-Jul-02 3:28 
GeneralRe: Problems with ListView and columns Pin
Luis Alonso Ramos25-Jul-02 6:49
Luis Alonso Ramos25-Jul-02 6:49 
GeneralRe: Problems with ListView and columns Pin
leppie25-Jul-02 7:29
leppie25-Jul-02 7:29 
GeneralRe: Problems with ListView and columns Pin
Luis Alonso Ramos25-Jul-02 11:04
Luis Alonso Ramos25-Jul-02 11:04 
GeneralRe: Problems with ListView and columns (finally fixed) Pin
Luis Alonso Ramos12-Aug-02 19:36
Luis Alonso Ramos12-Aug-02 19:36 
Generalnotify if tab-key is pressed Pin
Anonymous24-Jul-02 6:19
Anonymous24-Jul-02 6:19 
GeneralRe: notify if tab-key is pressed Pin
Luis Alonso Ramos24-Jul-02 6:32
Luis Alonso Ramos24-Jul-02 6:32 
GeneralRe: notify if tab-key is pressed Pin
Anonymous24-Jul-02 11:11
Anonymous24-Jul-02 11:11 
GeneralRe: notify if tab-key is pressed Pin
Luis Alonso Ramos24-Jul-02 11:41
Luis Alonso Ramos24-Jul-02 11:41 
QuestionHighlighting in RichTextBox? Pin
leppie24-Jul-02 3:58
leppie24-Jul-02 3:58 
AnswerRe: Highlighting in RichTextBox? Pin
jparsons24-Jul-02 4:36
jparsons24-Jul-02 4:36 
GeneralRe: Highlighting in RichTextBox? Pin
leppie24-Jul-02 5:17
leppie24-Jul-02 5:17 

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.