Click here to Skip to main content
15,923,087 members
Home / Discussions / C#
   

C#

 
QuestionReading PDFs? Pin
Megidolaon18-Aug-08 23:52
Megidolaon18-Aug-08 23:52 
AnswerRe: Reading PDFs? Pin
Christian Graus19-Aug-08 1:19
protectorChristian Graus19-Aug-08 1:19 
AnswerRe: Reading PDFs? Pin
blackjack215019-Aug-08 2:03
blackjack215019-Aug-08 2:03 
GeneralRe: Reading PDFs? Pin
Megidolaon19-Aug-08 3:54
Megidolaon19-Aug-08 3:54 
GeneralRe: Reading PDFs? Pin
blackjack215019-Aug-08 19:07
blackjack215019-Aug-08 19:07 
Questionshowing video Pin
needhi_p18-Aug-08 23:51
needhi_p18-Aug-08 23:51 
AnswerRe: showing video Pin
AhsanS19-Aug-08 0:03
AhsanS19-Aug-08 0:03 
QuestionPrevent parent focus being lost when select child Pin
bassjuh18-Aug-08 23:35
bassjuh18-Aug-08 23:35 
Questionfile path Pin
arkiboys18-Aug-08 23:28
arkiboys18-Aug-08 23:28 
AnswerRe: file path Pin
sumit703418-Aug-08 23:36
sumit703418-Aug-08 23:36 
GeneralRe: file path Pin
arkiboys18-Aug-08 23:40
arkiboys18-Aug-08 23:40 
AnswerRe: file path Pin
AhsanS18-Aug-08 23:37
AhsanS18-Aug-08 23:37 
GeneralRe: file path Pin
arkiboys18-Aug-08 23:42
arkiboys18-Aug-08 23:42 
GeneralRe: file path Pin
AhsanS18-Aug-08 23:46
AhsanS18-Aug-08 23:46 
GeneralRe: file path Pin
arkiboys18-Aug-08 23:51
arkiboys18-Aug-08 23:51 
GeneralRe: file path Pin
AhsanS19-Aug-08 0:01
AhsanS19-Aug-08 0:01 
AnswerRe: file path Pin
bassjuh18-Aug-08 23:54
bassjuh18-Aug-08 23:54 
GeneralRe: file path Pin
arkiboys19-Aug-08 0:11
arkiboys19-Aug-08 0:11 
GeneralRe: file path Pin
sumit703419-Aug-08 0:22
sumit703419-Aug-08 0:22 
GeneralRe: file path Pin
arkiboys19-Aug-08 1:25
arkiboys19-Aug-08 1:25 
GeneralRe: file path Pin
bassjuh19-Aug-08 0:25
bassjuh19-Aug-08 0:25 
GeneralRe: file path Pin
sumit703419-Aug-08 0:30
sumit703419-Aug-08 0:30 
AnswerRe: file path [modified] Pin
Csharp_Raja19-Aug-08 1:17
Csharp_Raja19-Aug-08 1:17 
GeneralRe: file path Pin
arkiboys19-Aug-08 1:33
arkiboys19-Aug-08 1:33 
GeneralRe: file path Pin
Csharp_Raja19-Aug-08 2:16
Csharp_Raja19-Aug-08 2:16 
You have to include "using System.Reflection;" it is available in Class Library as well. you mean to say the color of the code is not changed in the IDE that means you haven’t included the name space.

This is getting the running assembly if it is class library then class library(dll) will be loaded to the running process on the demand , when it executes the code from class library the running assembly will be the class library(dll) .

Thanks
Raja.S

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.