Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: Backup/Restore - SQL Compact Edition Pin
Simon_Whale1-Nov-12 0:47
Simon_Whale1-Nov-12 0:47 
GeneralRe: Backup/Restore - SQL Compact Edition Pin
saturnuk1-Nov-12 0:58
saturnuk1-Nov-12 0:58 
GeneralRe: Backup/Restore - SQL Compact Edition Pin
Eddy Vluggen1-Nov-12 1:55
professionalEddy Vluggen1-Nov-12 1:55 
GeneralRe: Backup/Restore - SQL Compact Edition Pin
GrooverFromHolland2-Nov-12 10:46
GrooverFromHolland2-Nov-12 10:46 
QuestionInfragistics Tree With Checkboxes Pin
Kevin Marois31-Oct-12 12:49
professionalKevin Marois31-Oct-12 12:49 
AnswerRe: Infragistics Tree With Checkboxes Pin
Pete O'Hanlon31-Oct-12 13:26
mvePete O'Hanlon31-Oct-12 13:26 
GeneralRe: Infragistics Tree With Checkboxes Pin
Kevin Marois31-Oct-12 13:28
professionalKevin Marois31-Oct-12 13:28 
AnswerRe: Infragistics Tree With Checkboxes Pin
Mycroft Holmes31-Oct-12 16:29
professionalMycroft Holmes31-Oct-12 16:29 
GeneralRe: Infragistics Tree With Checkboxes Pin
Kevin Marois31-Oct-12 18:41
professionalKevin Marois31-Oct-12 18:41 
Question921600 Pin
C-P-User-331-Oct-12 12:47
C-P-User-331-Oct-12 12:47 
AnswerRe: 921600 Pin
Pete O'Hanlon31-Oct-12 13:24
mvePete O'Hanlon31-Oct-12 13:24 
GeneralRe: 921600 Pin
C-P-User-31-Nov-12 7:00
C-P-User-31-Nov-12 7:00 
GeneralRe: 921600 Pin
C-P-User-31-Nov-12 7:08
C-P-User-31-Nov-12 7:08 
GeneralRe: 921600 Pin
Pete O'Hanlon1-Nov-12 7:32
mvePete O'Hanlon1-Nov-12 7:32 
GeneralRe: 921600 Pin
C-P-User-35-Nov-12 6:19
C-P-User-35-Nov-12 6:19 
GeneralRe: 921600 Pin
Pete O'Hanlon5-Nov-12 6:58
mvePete O'Hanlon5-Nov-12 6:58 
GeneralRe: 921600 Pin
C-P-User-35-Nov-12 7:19
C-P-User-35-Nov-12 7:19 
GeneralRe: 921600 Pin
Pete O'Hanlon5-Nov-12 7:27
mvePete O'Hanlon5-Nov-12 7:27 
GeneralRe: 921600 Pin
C-P-User-35-Nov-12 7:48
C-P-User-35-Nov-12 7:48 
GeneralRe: 921600 Pin
C-P-User-35-Nov-12 8:16
C-P-User-35-Nov-12 8:16 
GeneralRe: 921600 Pin
Pete O'Hanlon5-Nov-12 8:30
mvePete O'Hanlon5-Nov-12 8:30 
GeneralRe: 921600 Pin
C-P-User-35-Nov-12 9:25
C-P-User-35-Nov-12 9:25 
GeneralRe: 921600 Pin
C-P-User-35-Nov-12 9:54
C-P-User-35-Nov-12 9:54 
GeneralRe: 921600 Pin
Pete O'Hanlon5-Nov-12 22:54
mvePete O'Hanlon5-Nov-12 22:54 
GeneralRe: 921600 Pin
C-P-User-36-Nov-12 6:34
C-P-User-36-Nov-12 6:34 
Pete O'Hanlon wrote:
Each class there is in a separate namespace.

Okay, so, the fact that all the files have the same line in them, near the top, i.e., this one...
C#
namespace SerialPortPractice_03    // In one file
namespace SerialPortPractice_03    // In the other file

...does not mean that they can see each other.

In other words, there is no "linker" (such as I am accustomed to having) which combines all the labels in different files into the same area in memory (even with the namespace line at the start) to allow one guy to call the other guy whenever he wants.

Am I close ?

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.