Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to add context menu handlers in registry for custom application, please help??? Pin
BoneSoft22-Jul-06 5:41
BoneSoft22-Jul-06 5:41 
QuestionAccessing other system using C#.net? Pin
rohita22-Jul-06 1:07
rohita22-Jul-06 1:07 
AnswerRe: Accessing other system using C#.net? Pin
Rizwan Bashir22-Jul-06 3:43
Rizwan Bashir22-Jul-06 3:43 
GeneralRe: Accessing other system using C#.net? Pin
rohita23-Jul-06 19:52
rohita23-Jul-06 19:52 
QuestionDetermining if a file can be opened Pin
Colin Angus Mackay22-Jul-06 1:03
Colin Angus Mackay22-Jul-06 1:03 
AnswerRe: Determining if a file can be opened Pin
Not Active22-Jul-06 2:15
mentorNot Active22-Jul-06 2:15 
QuestionCall to unmanaged dll function Pin
Aslam Bari22-Jul-06 0:36
Aslam Bari22-Jul-06 0:36 
AnswerRe: Call to unmanaged dll function Pin
mav.northwind23-Jul-06 4:04
mav.northwind23-Jul-06 4:04 
Not sure where this acdb17.dll is coming from, but the EntryPoint is looking really strange.
In most cases you can simply p/invoke functions from Win32 DLLs by just declaring the static method with the same name as the function in the DLL.
The EntryPoint attribute is only neccessary if you want to (or have to) name you function differently.
So I'd suggest trying:
[DllImport("acdb17.dll")]
extern static private IntPtr acdbGetPreviewBitmap(string filename);


Does it work then?

Regards,
mav

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

QuestionSearch Results (Win Forms 2.0) Pin
TAREQ F ABUZUHRI22-Jul-06 0:20
TAREQ F ABUZUHRI22-Jul-06 0:20 
AnswerRe: Search Results (Win Forms 2.0) Pin
Sean8922-Jul-06 10:23
Sean8922-Jul-06 10:23 
QuestionGetPathDependency Pin
TAREQ F ABUZUHRI22-Jul-06 0:20
TAREQ F ABUZUHRI22-Jul-06 0:20 
QuestionHypothetical situation that I wouldn't know exactly how to handle Pin
TAREQ F ABUZUHRI22-Jul-06 0:19
TAREQ F ABUZUHRI22-Jul-06 0:19 
AnswerRe: Hypothetical situation that I wouldn't know exactly how to handle Pin
Nader Elshehabi22-Jul-06 2:24
Nader Elshehabi22-Jul-06 2:24 
AnswerRe: Hypothetical situation that I wouldn't know exactly how to handle Pin
InOut.NET22-Jul-06 2:36
InOut.NET22-Jul-06 2:36 
QuestionHow do I manage the checkonClick/uncheck on a menu item Pin
TAREQ F ABUZUHRI22-Jul-06 0:18
TAREQ F ABUZUHRI22-Jul-06 0:18 
AnswerRe: How do I manage the checkonClick/uncheck on a menu item Pin
Aslam Bari22-Jul-06 0:31
Aslam Bari22-Jul-06 0:31 
QuestionHow To Read SoapMessage From Websphere MQ Pin
TAREQ F ABUZUHRI22-Jul-06 0:18
TAREQ F ABUZUHRI22-Jul-06 0:18 
Questionremovegroup, currently there is no ogroup object) Pin
TAREQ F ABUZUHRI22-Jul-06 0:16
TAREQ F ABUZUHRI22-Jul-06 0:16 
AnswerRe: removegroup, currently there is no ogroup object) Pin
InOut.NET22-Jul-06 3:04
InOut.NET22-Jul-06 3:04 
Questionremovegroup, currently there is no ogroup object Pin
TAREQ F ABUZUHRI22-Jul-06 0:15
TAREQ F ABUZUHRI22-Jul-06 0:15 
QuestionGraphicsPath [modified] Pin
-Yoyosh-21-Jul-06 23:53
-Yoyosh-21-Jul-06 23:53 
AnswerRe: GraphicsPath Pin
mav.northwind22-Jul-06 6:42
mav.northwind22-Jul-06 6:42 
Questiondll comparison Pin
Ananthalvan21-Jul-06 23:20
Ananthalvan21-Jul-06 23:20 
AnswerRe: dll comparison Pin
Nader Elshehabi22-Jul-06 2:12
Nader Elshehabi22-Jul-06 2:12 
GeneralRe: dll comparison Pin
Ananthalvan25-Jul-06 4:46
Ananthalvan25-Jul-06 4:46 

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.