Click here to Skip to main content
15,902,445 members
Home / Discussions / C#
   

C#

 
Questiondatabase connection Pin
fijian6-Jun-07 14:41
fijian6-Jun-07 14:41 
AnswerRe: database connection Pin
Harini N K6-Jun-07 18:36
Harini N K6-Jun-07 18:36 
QuestionHello Is theres away to convert GraphicsPath to Image ? Pin
Epsilone36-Jun-07 12:58
Epsilone36-Jun-07 12:58 
AnswerRe: Hello Is theres away to convert GraphicsPath to Image ? Pin
Christian Graus6-Jun-07 13:39
protectorChristian Graus6-Jun-07 13:39 
QuestionBrowsing a .dll file. Pin
Ylno6-Jun-07 12:21
Ylno6-Jun-07 12:21 
AnswerRe: Browsing a .dll file. Pin
Christian Graus6-Jun-07 12:36
protectorChristian Graus6-Jun-07 12:36 
GeneralRe: Browsing a .dll file. Pin
Ylno6-Jun-07 12:44
Ylno6-Jun-07 12:44 
GeneralRe: Browsing a .dll file. Pin
Christian Graus6-Jun-07 13:43
protectorChristian Graus6-Jun-07 13:43 
Ylno wrote:
Does this mean basically that these files have usable code within but not are not in themselves excecutable?


Some dlls just contain resources. Most contain code, but no way to execute that code, nothing that can run without being called. So, they contain typically libraries that you reference and call from your main program.

Ylno wrote:
Are the .dlls be written in C ?


Yes, in this case.

Ylno wrote:
if so would that mean that their code could be viewed in a C compiler?


No, C# and VB.NET are different to C, C compiles down to machine code and cannot be decompiled to readable code, at least not in the way that .NET code can.



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Browsing a .dll file. Pin
Ylno7-Jun-07 12:00
Ylno7-Jun-07 12:00 
QuestionHow to Open file which length is 2^32 bytes Pin
Hesham Yassin6-Jun-07 11:10
Hesham Yassin6-Jun-07 11:10 
AnswerRe: How to Open file which length is 2^32 bytes Pin
Guffa6-Jun-07 11:39
Guffa6-Jun-07 11:39 
AnswerRe: How to Open file which length is 2^32 bytes Pin
Dave Kreskowiak6-Jun-07 11:47
mveDave Kreskowiak6-Jun-07 11:47 
AnswerRe: How to Open file which length is 2^32 bytes Pin
Judah Gabriel Himango6-Jun-07 12:47
sponsorJudah Gabriel Himango6-Jun-07 12:47 
QuestionRe: How to Open file which length is 2^32 bytes Pin
Hesham Yassin7-Jun-07 0:39
Hesham Yassin7-Jun-07 0:39 
QuestionIs it true there is no text parsing in C#? Pin
jblouir6-Jun-07 11:00
jblouir6-Jun-07 11:00 
AnswerRe: Is it true there is no text parsing in C#? Pin
Christian Graus6-Jun-07 11:39
protectorChristian Graus6-Jun-07 11:39 
GeneralRe: Is it true there is no text parsing in C#? Pin
Dave Kreskowiak6-Jun-07 11:46
mveDave Kreskowiak6-Jun-07 11:46 
GeneralRe: Is it true there is no text parsing in C#? Pin
Christian Graus6-Jun-07 12:15
protectorChristian Graus6-Jun-07 12:15 
AnswerRe: Is it true there is no text parsing in C#? Pin
Dave Kreskowiak6-Jun-07 11:44
mveDave Kreskowiak6-Jun-07 11:44 
AnswerRe: Is it true there is no text parsing in C#? Pin
PIEBALDconsult6-Jun-07 13:07
mvePIEBALDconsult6-Jun-07 13:07 
GeneralRe: Is it true there is no text parsing in C#? Pin
jblouir6-Jun-07 14:47
jblouir6-Jun-07 14:47 
GeneralRe: Is it true there is no text parsing in C#? Pin
Ravi Bhavnani6-Jun-07 17:54
professionalRavi Bhavnani6-Jun-07 17:54 
AnswerUpdate, so far so good, just 1 error when running. Pin
jblouir6-Jun-07 14:34
jblouir6-Jun-07 14:34 
GeneralRe: Update, so far so good, just 1 error when running. Pin
Christian Graus6-Jun-07 15:12
protectorChristian Graus6-Jun-07 15:12 
GeneralRe: Update, so far so good, just 1 error when running. Pin
jblouir6-Jun-07 21:38
jblouir6-Jun-07 21:38 

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.