Click here to Skip to main content
15,884,353 members
Home / Discussions / COM
   

COM

 
QuestionUsing COM component in Java application Pin
Will888888811-Aug-06 10:11
Will888888811-Aug-06 10:11 
AnswerRe: Using COM component in Java application Pin
Milton Karimbekallil15-Aug-06 18:32
Milton Karimbekallil15-Aug-06 18:32 
GeneralRe: Using COM component in Java application Pin
Will888888831-Aug-06 4:50
Will888888831-Aug-06 4:50 
AnswerJCom (Java-COM Bridge) Pin
Andre xxxxxxx21-Aug-06 8:51
Andre xxxxxxx21-Aug-06 8:51 
GeneralRe: JCom (Java-COM Bridge) Pin
Will888888831-Aug-06 4:50
Will888888831-Aug-06 4:50 
Question[Help] MFC ypelib wrappers for MSXML5 Pin
oaks, rbt9-Aug-06 10:12
oaks, rbt9-Aug-06 10:12 
QuestionDetecting video play Pin
pavan g9-Aug-06 2:00
pavan g9-Aug-06 2:00 
QuestionMapi Outlook express simple solution needed Pin
htel7-Aug-06 15:43
htel7-Aug-06 15:43 
Hi, I am trying to write a program to access messages from outlook express. I have downloaded 4 programs with source code which all work but will not compile on Bloodshed C++ Visual c++(4) nor visual studio 2005.

Is is possible to load mapi32.dll on any of these three compilers? I have writen programs to access the parrallel port / and usb ports no problem but can't find anything simple to start using mapi. MFC will not work either.

Alternatively what should I buy to make sure it will be possible to access outlook? (I have spent nearly 50 hours so far trying all combinations and no joy)

Is there an equivalent to this for mapi32.dll:

HMODULE myDll;
myDll = LoadLibrary("K8055D.DLL");
myOpenDevice = (tOpenDevice)GetProcAddress(myDll,"OpenDevice");
tWriteAllDigital myWriteAllDigital;
myWriteAllDigital = (tWriteAllDigital)GetProcAddress(myDll,"WriteAllDigital");


int j = myOpenDevice(0);
myWriteAllDigital(255-data);

if (data == 0) FreeLibrary(myDll);

Many thanks
QuestionCOM Pin
getsuha6-Aug-06 22:43
getsuha6-Aug-06 22:43 
AnswerRe: COM Pin
sunit510-Aug-06 23:30
sunit510-Aug-06 23:30 
QuestionBuilding an Office2K COM addin with VC++/ATL Pin
xollo5-Aug-06 3:57
xollo5-Aug-06 3:57 
AnswerRe: Building an Office2K COM addin with VC++/ATL Pin
sudeesh8-Aug-06 18:06
sudeesh8-Aug-06 18:06 
AnswerRe: Building an Office2K COM addin with VC++/ATL [modified] Pin
sudeesh8-Aug-06 18:06
sudeesh8-Aug-06 18:06 
QuestionHelp~~~ Pin
HuizhiZhao4-Aug-06 19:39
HuizhiZhao4-Aug-06 19:39 
AnswerRe: Help~~~ Pin
anu_885-Aug-06 1:44
anu_885-Aug-06 1:44 
GeneralRe: Help~~~ Pin
HuizhiZhao6-Aug-06 15:34
HuizhiZhao6-Aug-06 15:34 
AnswerRe: Help~~~ Pin
Michael Dunn5-Aug-06 11:17
sitebuilderMichael Dunn5-Aug-06 11:17 
GeneralRe: Help~~~ Pin
HuizhiZhao6-Aug-06 15:34
HuizhiZhao6-Aug-06 15:34 
AnswerRe: Help~~~ Pin
Jörgen Sigvardsson5-Aug-06 13:28
Jörgen Sigvardsson5-Aug-06 13:28 
GeneralRe: Help~~~ Pin
HuizhiZhao6-Aug-06 15:35
HuizhiZhao6-Aug-06 15:35 
Questionnewbee trying to create GUID programetically Pin
harsha_12343-Aug-06 21:17
harsha_12343-Aug-06 21:17 
AnswerRe: newbee trying to create GUID programetically [modified] Pin
Jonathan [Darka]3-Aug-06 21:39
professionalJonathan [Darka]3-Aug-06 21:39 
Questionhow can i handling IHTMLElement event,about reuseing webbrowser Pin
O_O_O3-Aug-06 15:42
O_O_O3-Aug-06 15:42 
QuestionProblem releasing an object from memory in IE Pin
gvsunil2-Aug-06 23:31
gvsunil2-Aug-06 23:31 
AnswerRe: Problem releasing an object from memory in IE Pin
Mike Dimmick6-Aug-06 23:29
Mike Dimmick6-Aug-06 23:29 

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.