Click here to Skip to main content
15,917,633 members
Home / Discussions / C#
   

C#

 
AnswerRe: Unable to figure out a proper subject line. Sorry. :( Pin
Łukasz Nowakowski24-May-10 0:51
Łukasz Nowakowski24-May-10 0:51 
AnswerRe: Unable to figure out a proper subject line. Sorry. :( Pin
Abhinav S24-May-10 1:40
Abhinav S24-May-10 1:40 
AnswerRe: Unable to figure out a proper subject line. Sorry. :( Pin
Kunal Chowdhury «IN»24-May-10 2:38
professionalKunal Chowdhury «IN»24-May-10 2:38 
AnswerRe: Unable to figure out a proper subject line. Sorry. :( Pin
Luc Pattyn24-May-10 4:49
sitebuilderLuc Pattyn24-May-10 4:49 
GeneralRe: Unable to figure out a proper subject line. Sorry. :( Pin
dashingsidds24-May-10 18:31
dashingsidds24-May-10 18:31 
GeneralRe: Unable to figure out a proper subject line. Sorry. :( Pin
Luc Pattyn24-May-10 18:40
sitebuilderLuc Pattyn24-May-10 18:40 
GeneralRe: Unable to figure out a proper subject line. Sorry. :( Pin
dashingsidds24-May-10 18:58
dashingsidds24-May-10 18:58 
GeneralRe: Unable to figure out a proper subject line. Sorry. :( Pin
Luc Pattyn24-May-10 19:05
sitebuilderLuc Pattyn24-May-10 19:05 
dashingsidds wrote:
So Luc you are saying there is no way i can refer the methods ...


That is not what I said; you can refer everything that is public as long as you know all the types required to access it: the type that contains the method, the parameter types and the return type.

If I sell you a graphics package and deliver one DLL, you can use it by adding a reference to it in your project, and referring to whatever is public.
When I release a version 2, I may have split the DLL in seven DLLs; as long as one of them still has the original name and makes the original types available, for you nothing has changed. How things are organized amongst those seven DLLs is of no concern of yours. What I should not do, is migrate a public type from the original DLL to some other DLL though; if I did that, you would need a reference to access that type.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: Unable to figure out a proper subject line. Sorry. :( Pin
dashingsidds24-May-10 19:23
dashingsidds24-May-10 19:23 
QuestionUsing Handler to Track Progress Pin
EvanSaunders23-May-10 22:16
EvanSaunders23-May-10 22:16 
AnswerRe: Using Handler to Track Progress Pin
Łukasz Nowakowski23-May-10 22:30
Łukasz Nowakowski23-May-10 22:30 
GeneralRe: Using Handler to Track Progress Pin
EvanSaunders23-May-10 22:32
EvanSaunders23-May-10 22:32 
AnswerRe: Using Handler to Track Progress Pin
Łukasz Nowakowski23-May-10 22:39
Łukasz Nowakowski23-May-10 22:39 
GeneralRe: Using Handler to Track Progress Pin
EvanSaunders23-May-10 22:57
EvanSaunders23-May-10 22:57 
GeneralRe: Using Handler to Track Progress Pin
Łukasz Nowakowski23-May-10 22:59
Łukasz Nowakowski23-May-10 22:59 
QuestionMicrosoft Surface Pin
Łukasz Nowakowski23-May-10 20:59
Łukasz Nowakowski23-May-10 20:59 
QuestionGraphs in C# - Windows application Pin
KaurGurpreet23-May-10 20:46
KaurGurpreet23-May-10 20:46 
AnswerRe: Graphs in C# - Windows application Pin
Abhinav S23-May-10 20:50
Abhinav S23-May-10 20:50 
AnswerRe: Graphs in C# - Windows application Pin
Gaurav Dudeja India24-May-10 1:04
Gaurav Dudeja India24-May-10 1:04 
AnswerRe: Graphs in C# - Windows application Pin
Ravi Bhavnani24-May-10 14:42
professionalRavi Bhavnani24-May-10 14:42 
Questiongeting error message "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." for code given below its aaper after end of function Pin
MS_TJ23-May-10 20:31
MS_TJ23-May-10 20:31 
AnswerRe: geting error message "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." for code given below its aaper after end of function Pin
Dave Kreskowiak24-May-10 4:30
mveDave Kreskowiak24-May-10 4:30 
AnswerRe: geting error message "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." for code given below its aaper after end of function Pin
Bernhard Hiller25-May-10 3:58
Bernhard Hiller25-May-10 3:58 
GeneralRe: geting error message "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." for code given below its aaper after end of function Pin
MS_TJ25-May-10 6:43
MS_TJ25-May-10 6:43 
QuestionCan not open 'User Management' in the request database. Login failed. Pin
Make Up Forever23-May-10 20:03
Make Up Forever23-May-10 20:03 

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.