Click here to Skip to main content
15,921,467 members
Home / Discussions / C#
   

C#

 
AnswerRe: Custom Image in MessageBox.Show Pin
Christian Graus6-Jun-07 16:44
protectorChristian Graus6-Jun-07 16:44 
AnswerRe: Custom Image in MessageBox.Show Pin
Ravi Bhavnani6-Jun-07 20:24
professionalRavi Bhavnani6-Jun-07 20:24 
AnswerRe: Custom Image in MessageBox.Show Pin
Chintan.Desai7-Jun-07 0:23
Chintan.Desai7-Jun-07 0:23 
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 
Hello,

sorry, second post tonight, i feel like i'm flooding this board !

This is probably going to sound really stupid: Is a .dll file just a class?
Is it possible to browse the .dll file and see what Methods is provides?


BACKGROUND :

I just saw how to make my computer Beep via P/Inovke using the following code:
        <br />
[DllImport("kernel32.dll")]<br />
        public static extern bool Beep(int freq, int duration);<br />

From what i gather, we need to go via this route because the .NET doesn't provide
functionality for sound. What i'm thinking now is that there must be loads of other things
that the .NET can't do and how would i go about finding out what else is out there? (other than having been a programmer since before the .NET )

I tried adding a reference to the kernel32.dll, with the mind that then i might be able to 'view it's contents' using the object-browser but i got an error.


Thanks ..
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 
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 

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.