Click here to Skip to main content
15,905,781 members
Home / Discussions / C#
   

C#

 
GeneralRe: KeyUp Event Pin
Stefan Troschuetz19-Oct-04 9:19
Stefan Troschuetz19-Oct-04 9:19 
GeneralPlease explain code! Pin
Brakanjan18-Oct-04 23:00
Brakanjan18-Oct-04 23:00 
GeneralRe: Please explain code! Pin
J4amieC18-Oct-04 23:43
J4amieC18-Oct-04 23:43 
QuestionHow can i create a handle for mouse events... Pin
Kiran Satish18-Oct-04 20:52
Kiran Satish18-Oct-04 20:52 
AnswerRe: How can i create a handle for mouse events... Pin
exhaulted19-Oct-04 4:50
exhaulted19-Oct-04 4:50 
GeneralRe: How can i create a handle for mouse events... Pin
Kiran Satish19-Oct-04 6:49
Kiran Satish19-Oct-04 6:49 
GeneralRe: How can i create a handle for mouse events... Pin
Kiran Satish19-Oct-04 13:45
Kiran Satish19-Oct-04 13:45 
GeneralRe: Ntier app Pin
Colin Angus Mackay18-Oct-04 20:46
Colin Angus Mackay18-Oct-04 20:46 
GeneralRe: Ntier app Pin
StephenMcAllister19-Oct-04 9:43
StephenMcAllister19-Oct-04 9:43 
GeneralRe: Ntier app Pin
Colin Angus Mackay19-Oct-04 10:54
Colin Angus Mackay19-Oct-04 10:54 
GeneralRe: Ntier app Pin
StephenMcAllister19-Oct-04 16:25
StephenMcAllister19-Oct-04 16:25 
GeneralLaunching a program by double clicking file, file loading problem Pin
Azrael_ImAFingDemon18-Oct-04 18:48
Azrael_ImAFingDemon18-Oct-04 18:48 
GeneralRe: Launching a program by double clicking file, file loading problem Pin
Yulianto.18-Oct-04 19:20
Yulianto.18-Oct-04 19:20 
GeneralRe: Launching a program by double clicking file, file loading problem Pin
sreejith ss nair18-Oct-04 19:23
sreejith ss nair18-Oct-04 19:23 
GeneralRe: Launching a program by double clicking file, file loading problem Pin
Azrael_ImAFingDemon18-Oct-04 19:49
Azrael_ImAFingDemon18-Oct-04 19:49 
GeneralRe: Launching a program by double clicking file, file loading problem Pin
Stefan Troschuetz18-Oct-04 22:19
Stefan Troschuetz18-Oct-04 22:19 
GeneralRe: Launching a program by double clicking file, file loading problem Pin
J4amieC18-Oct-04 22:31
J4amieC18-Oct-04 22:31 
Generalnamespace vs reference Pin
CocciaStella18-Oct-04 18:00
CocciaStella18-Oct-04 18:00 
GeneralRe: namespace vs reference Pin
Stanciu Vlad18-Oct-04 19:11
Stanciu Vlad18-Oct-04 19:11 
GeneralRe: namespace vs reference Pin
CocciaStella19-Oct-04 19:18
CocciaStella19-Oct-04 19:18 
GeneralRe: namespace vs reference Pin
sreejith ss nair18-Oct-04 19:15
sreejith ss nair18-Oct-04 19:15 
GeneralRe: namespace vs reference Pin
Colin Angus Mackay18-Oct-04 22:41
Colin Angus Mackay18-Oct-04 22:41 
sreejith ss nair wrote:
Suppose if you want to use this then explicitly you need to use the keyword 'using' to get that .dll there in that perticular .cs file.

Thats not true. I can add an assembly as a reference and use the classes within it without ever using a using in the cs file. For example, say I want to use a MyClass in MyAssembly within a namespace called MyNamespace. I add the reference to MyAssembly and then I can throughout the code put things like MyNamespace.MyClass mc = new MyNamespace.MyClass();

sreejith ss nair wrote:
if you want to use an external .dll then microsoft strictly ensure that the reference must be there in your application

That's also not true. See the various Load methods in System.Assembly[^] which allow you to load an an assembly at runtime that wasn't referenced at compile time.




Do you want to know more?


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.
GeneralRe: namespace vs reference Pin
sreejith ss nair18-Oct-04 22:53
sreejith ss nair18-Oct-04 22:53 
GeneralRe: namespace vs reference Pin
Colin Angus Mackay18-Oct-04 23:34
Colin Angus Mackay18-Oct-04 23:34 
GeneralRe: namespace vs reference Pin
sreejith ss nair18-Oct-04 23:42
sreejith ss nair18-Oct-04 23:42 

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.