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

C#

 
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 
AnswerRe: Browsing a .dll file. Pin
Christian Graus6-Jun-07 12:36
protectorChristian Graus6-Jun-07 12:36 
Ylno wrote:
sorry, second post tonight, i feel like i'm flooding this board !


LOL - that's hardly flooding.

Ylno wrote:
From what i gather, we need to go via this route because the .NET doesn't provide
functionality for sound


Not entirely true, I thought .NET 2.0 had some sound functionality, to play wave files at least. And you can play most file formats with the media player control. It *is* true that p/invoke is the way to call APIs that give you things .NET does not.


Ylno wrote:
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.


You can only do that with .NET dlls. p/invoke is for dlls that are not.

A dll is a bunch of code without an entry point, basically. www.pinvoke.net[^] provides signatures for calling lots of Win32 API methods and probably comes close to giving you a complete list of what's in those dlls, and what they are called.

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
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 
AnswerUpdate, so far so good, just 1 error when running. Pin
jblouir6-Jun-07 14:34
jblouir6-Jun-07 14:34 

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.