Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
QuestionAccessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 2:11
Programm3r10-Apr-08 2:11 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 2:50
mvePete O'Hanlon10-Apr-08 2:50 
QuestionRe: Accessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 2:54
Programm3r10-Apr-08 2:54 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 3:01
mvePete O'Hanlon10-Apr-08 3:01 
QuestionRe: Accessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 3:12
Programm3r10-Apr-08 3:12 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 4:46
mvePete O'Hanlon10-Apr-08 4:46 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Luc Pattyn10-Apr-08 4:54
sitebuilderLuc Pattyn10-Apr-08 4:54 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Jesse Squire10-Apr-08 3:06
Jesse Squire10-Apr-08 3:06 
Any time that you are accessing something from the base class library, you are accessing code that lives in another namespace. For an explicit example, create a console application and observe the default namespace assigned to your code. Now, add a call to Console.WriteLine and output some text. If you place your mouse pointer over the word Console, you'll notice that it is a class defined in the System namespace. Thus, you have just accessed a class defined in another namespace.

I get the feeling, however, that this is not the question that you meant to ask. You may wish to try rephrasing so that your intended question is a bit more clear.

Hope that helps. Smile | :)

  --Jesse
"... the internet's just a big porn library with some useful articles stuck in." - Rob Rodi

QuestionDataGridView scrolling Problem Pin
Member 464310110-Apr-08 2:03
Member 464310110-Apr-08 2:03 
QuestionConverting Word .doc to image file Pin
kensai10-Apr-08 1:38
kensai10-Apr-08 1:38 
GeneralRe: Converting Word .doc to image file Pin
Christian Graus10-Apr-08 1:42
protectorChristian Graus10-Apr-08 1:42 
GeneralRe: Converting Word .doc to image file Pin
Pete O'Hanlon10-Apr-08 2:01
mvePete O'Hanlon10-Apr-08 2:01 
GeneralPassing Image data between forms Pin
hbez10-Apr-08 1:03
hbez10-Apr-08 1:03 
GeneralRe: Passing Image data between forms Pin
Pete O'Hanlon10-Apr-08 1:13
mvePete O'Hanlon10-Apr-08 1:13 
GeneralRe: Passing Image data between forms Pin
Christian Graus10-Apr-08 1:32
protectorChristian Graus10-Apr-08 1:32 
QuestionHow to form regexp for ommiting hidden folders? Pin
Yoyosch10-Apr-08 0:54
Yoyosch10-Apr-08 0:54 
AnswerRe: How to form regexp for ommiting hidden folders? Pin
Christian Graus10-Apr-08 1:33
protectorChristian Graus10-Apr-08 1:33 
AnswerRe: How to form regexp for ommiting hidden folders? Pin
Pete O'Hanlon10-Apr-08 1:42
mvePete O'Hanlon10-Apr-08 1:42 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Christian Graus10-Apr-08 1:51
protectorChristian Graus10-Apr-08 1:51 
AnswerRe: How to form regexp for ommiting hidden folders? Pin
Yoyosch10-Apr-08 2:05
Yoyosch10-Apr-08 2:05 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Pete O'Hanlon10-Apr-08 2:51
mvePete O'Hanlon10-Apr-08 2:51 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Dave Kreskowiak10-Apr-08 3:52
mveDave Kreskowiak10-Apr-08 3:52 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
mav.northwind10-Apr-08 4:49
mav.northwind10-Apr-08 4:49 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Dave Kreskowiak10-Apr-08 12:26
mveDave Kreskowiak10-Apr-08 12:26 
QuestionHow to turn off edit when exporting to excel from .rdlc Pin
Ni Na10-Apr-08 0:45
Ni Na10-Apr-08 0:45 

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.