Click here to Skip to main content
15,925,255 members
Home / Discussions / C#
   

C#

 
QuestionStart Menu Pin
MasterSharp31-Oct-07 16:49
MasterSharp31-Oct-07 16:49 
AnswerRe: Start Menu Pin
Abhijit Jana31-Oct-07 19:36
professionalAbhijit Jana31-Oct-07 19:36 
QuestionWebConfig file Pin
C#Coudou31-Oct-07 16:22
C#Coudou31-Oct-07 16:22 
AnswerRe: WebConfig file Pin
sam#31-Oct-07 19:59
sam#31-Oct-07 19:59 
GeneralRe: WebConfig file Pin
C#Coudou31-Oct-07 20:06
C#Coudou31-Oct-07 20:06 
GeneralRe: WebConfig file Pin
sam#31-Oct-07 20:15
sam#31-Oct-07 20:15 
QuestionUsing DLL library in application Pin
wienzzz31-Oct-07 16:06
wienzzz31-Oct-07 16:06 
AnswerRe: Using DLL library in application Pin
mav.northwind31-Oct-07 22:33
mav.northwind31-Oct-07 22:33 
Hi!
Probably you can use functions from the DLL in your C# app using p/invoke, but in order to give the correct function prototypes, you have to know which functions are in there and which parameters they expect.
Some of this information (at least which functions exist) can be retrieved by looking at the DLL using Dependency Walker (part of the platform SDK IIRC).

Regards,
mav

--
Black holes are the places where God divided by 0...

QuestionWeb browser control in C#2.0 Pin
A.Asif31-Oct-07 15:00
A.Asif31-Oct-07 15:00 
AnswerRe: Web browser control in C#2.0 Pin
Ravi Bhavnani31-Oct-07 16:06
professionalRavi Bhavnani31-Oct-07 16:06 
QuestionHow to Hide another application's tray icon? Pin
the_one2003a31-Oct-07 12:54
the_one2003a31-Oct-07 12:54 
AnswerRe: How to Hide another application's tray icon? Pin
Luc Pattyn31-Oct-07 13:06
sitebuilderLuc Pattyn31-Oct-07 13:06 
GeneralRe: How to Hide another application's tray icon? Pin
the_one2003a31-Oct-07 23:37
the_one2003a31-Oct-07 23:37 
AnswerRe: How to Hide another application's tray icon? Pin
sam#31-Oct-07 20:09
sam#31-Oct-07 20:09 
GeneralRe: How to Hide another application's tray icon? Pin
the_one2003a31-Oct-07 23:38
the_one2003a31-Oct-07 23:38 
Questiona reference about first C# release Pin
B.A31-Oct-07 11:40
B.A31-Oct-07 11:40 
AnswerRe: a reference about first C# release Pin
Christian Graus31-Oct-07 12:38
protectorChristian Graus31-Oct-07 12:38 
QuestionConversion of legacy COBOL Pin
busyone131-Oct-07 11:40
busyone131-Oct-07 11:40 
AnswerRe: Conversion of legacy COBOL Pin
Luc Pattyn31-Oct-07 12:15
sitebuilderLuc Pattyn31-Oct-07 12:15 
AnswerRe: Conversion of legacy COBOL Pin
Paul Conrad31-Oct-07 13:55
professionalPaul Conrad31-Oct-07 13:55 
QuestionFormat Strings Pin
mehrdadc4831-Oct-07 10:24
mehrdadc4831-Oct-07 10:24 
AnswerRe: Format Strings Pin
pmarfleet31-Oct-07 10:29
pmarfleet31-Oct-07 10:29 
AnswerRe: Format Strings Pin
Anthony Mushrow31-Oct-07 10:46
professionalAnthony Mushrow31-Oct-07 10:46 
AnswerRe: Format Strings Pin
Luc Pattyn31-Oct-07 11:37
sitebuilderLuc Pattyn31-Oct-07 11:37 
QuestionBinding with BindingSource Pin
~~~Johnny~~~31-Oct-07 10:18
~~~Johnny~~~31-Oct-07 10:18 

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.