Re: Microsoft and Trust Take 2
- From: "mayayana" <mayaXXyana1a@xxxxxxxxxxxxxxxx>
- Date: Fri, 4 Apr 2008 23:23:05 -0400
TheWhat is IMAPI? An Outlook interface? And what's
wrong with VB access to Shell?
IMAPI is an interface used for burning CDs in windows XP. It's a com
interface but not the kind that VB6 likes so VB cannot call it directly.
same with the shell, there are a lot of com interfaces that VB cannotcall.
There are a lot of shell functions that VB can call (eg ShellExecute) butI see. Thanks. I'd never heard of IMAPI
these are not the com interfaces.
before. I still don't get the Shell part, though.
VB needs typelibs, but .Net needs Interop
and "unsafe" code, as I understand it. I would
think that, just as with Java, the Shell is pretty
much the last thing that .Net should be used for.
My last project was an Explorer Bar/BHO
combination. It works fine, written in VB, has no
dependencies, is compatible with Win95 up, and
weighs in at about 2/3 MB for everything including
an uninstaller, help file, etc. As I understand it,
I could do something like that in .Net but it's not
native and it's not recommended because there's
a risk of two plugins being installed with different
..Net versions, so that one might malfunction.
.
- Follow-Ups:
- Re: Microsoft and Trust Take 2
- From: Michael C
- Re: Microsoft and Trust Take 2
- References:
- Microsoft and Trust Take 2
- From: Michael C
- Re: Microsoft and Trust Take 2
- From: Wolfgang Enzinger
- Re: Microsoft and Trust Take 2
- From: Michael C
- Re: Microsoft and Trust Take 2
- From: Tony Proctor
- Re: Microsoft and Trust Take 2
- From: Michael C
- Re: Microsoft and Trust Take 2
- From: Wolfgang Enzinger
- Re: Microsoft and Trust Take 2
- From: Paul Clement
- Re: Microsoft and Trust Take 2
- From: Wolfgang Enzinger
- Re: Microsoft and Trust Take 2
- From: Paul Clement
- Re: Microsoft and Trust Take 2
- From: Karl E. Peterson
- Re: Microsoft and Trust Take 2
- From: Michael C
- Re: Microsoft and Trust Take 2
- From: mayayana
- Re: Microsoft and Trust Take 2
- From: Michael C
- Microsoft and Trust Take 2
- Prev by Date: Re: References To Microsoft Office Applications
- Next by Date: Re: Microsoft and trust
- Previous by thread: Re: Microsoft and Trust Take 2
- Next by thread: Re: Microsoft and Trust Take 2
- Index(es):
Relevant Pages
|