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

C#

 
GeneralRe: Calling a function without an object Pin
Tamimi - Code8-Apr-07 23:48
Tamimi - Code8-Apr-07 23:48 
GeneralRe: Calling a function without an object Pin
nasambur8-Apr-07 23:53
nasambur8-Apr-07 23:53 
GeneralRe: Calling a function without an object Pin
Tamimi - Code9-Apr-07 0:51
Tamimi - Code9-Apr-07 0:51 
GeneralRe: Calling a function without an object Pin
nasambur9-Apr-07 1:07
nasambur9-Apr-07 1:07 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 1:14
Colin Angus Mackay9-Apr-07 1:14 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 1:04
Colin Angus Mackay9-Apr-07 1:04 
GeneralRe: Calling a function without an object Pin
nasambur9-Apr-07 1:13
nasambur9-Apr-07 1:13 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 1:01
Colin Angus Mackay9-Apr-07 1:01 
nasambur wrote:
i want to include a file, similarly as of #include.


C# has no need of that funtionality.

If you want to be able to use classes, structs, etc. from other namespaces without having to refer to it fully each time use add the appropriate using directive at the top of the class file.

You may also have to add a reference to the appropriate assembly that contains the code. To do this, right-click on the project you wish to add the reference to and select "Add Reference...". The dialog contains various tabs that indicate where the assemby is.


Upcoming events:
* Edinburgh: Web Security Conference Day for Windows Developers (12th April)
* Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 0:57
Colin Angus Mackay9-Apr-07 0:57 
Questiongraph control Pin
Enter the Dragon8-Apr-07 19:48
Enter the Dragon8-Apr-07 19:48 
AnswerRe: graph control Pin
Robert Rohde8-Apr-07 20:50
Robert Rohde8-Apr-07 20:50 
QuestionDateTime format Pin
rachitdamani8-Apr-07 19:35
rachitdamani8-Apr-07 19:35 
AnswerRe: DateTime format Pin
phantanagu8-Apr-07 20:54
phantanagu8-Apr-07 20:54 
GeneralRe: DateTime format Pin
rachitdamani8-Apr-07 21:05
rachitdamani8-Apr-07 21:05 
Questionscreen capturing software Pin
khema8-Apr-07 19:25
khema8-Apr-07 19:25 
QuestionNESTED DATAGRID IN WINDOWS FORM Pin
Faisal Khatri8-Apr-07 19:09
Faisal Khatri8-Apr-07 19:09 
AnswerRe: NESTED DATAGRID IN WINDOWS FORM Pin
phantanagu8-Apr-07 20:48
phantanagu8-Apr-07 20:48 
GeneralRe: NESTED DATAGRID IN WINDOWS FORM Pin
Faisal Khatri8-Apr-07 21:55
Faisal Khatri8-Apr-07 21:55 
AnswerRe: NESTED DATAGRID IN WINDOWS FORM Pin
Vinay Dornala8-Apr-07 23:16
Vinay Dornala8-Apr-07 23:16 
GeneralRe: NESTED DATAGRID IN WINDOWS FORM Pin
Faisal Khatri9-Apr-07 19:57
Faisal Khatri9-Apr-07 19:57 
QuestionBainding only images to combobox Pin
Sivaprasad C8-Apr-07 18:33
Sivaprasad C8-Apr-07 18:33 
QuestionSending message to another process Pin
aljodav8-Apr-07 17:40
aljodav8-Apr-07 17:40 
AnswerRe: Sending message to another process Pin
Sathesh Sakthivel8-Apr-07 17:49
Sathesh Sakthivel8-Apr-07 17:49 
GeneralRe: Sending message to another process Pin
aljodav8-Apr-07 19:29
aljodav8-Apr-07 19:29 
GeneralRe: Sending message to another process Pin
aljodav8-Apr-07 19:48
aljodav8-Apr-07 19:48 

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.