Click here to Skip to main content
15,915,093 members
Home / Discussions / COM
   

COM

 
GeneralRe: Anyone with experience in out-of-proc COM servers? Pin
soptest18-Jul-02 13:17
soptest18-Jul-02 13:17 
AnswerRe: Anyone with experience in out-of-proc COM servers? Pin
Vi222-Jul-02 4:14
Vi222-Jul-02 4:14 
GeneralRe: Anyone with experience in out-of-proc COM servers? Pin
jfugate22-Jul-02 6:30
jfugate22-Jul-02 6:30 
Generalwhy do have to restart to get excel/ word application. every time Pin
pnpfriend18-Jul-02 5:29
pnpfriend18-Jul-02 5:29 
GeneralRe: why do have to restart to get excel/ word application. every time Pin
SHaroz18-Jul-02 5:43
SHaroz18-Jul-02 5:43 
GeneralRe: why do have to restart to get excel/ word application. every time Pin
pnpfriend18-Jul-02 6:04
pnpfriend18-Jul-02 6:04 
GeneralRe: why do have to restart to get excel/ word application. every time Pin
SHaroz18-Jul-02 6:16
SHaroz18-Jul-02 6:16 
GeneralRe: why do have to restart to get excel/ word application. every time Pin
pnpfriend18-Jul-02 6:52
pnpfriend18-Jul-02 6:52 
Thanks for your explaination. You are helping me and I don't know VB either but I think as long as the classes or functions is win32 API, both VB and C++ programmers can use in the same way, ofcourse the syntax will be different.
Anyway..Let's talk about my problem. Let me tell you one thing I just found out. As I told you, I'm using Network. I have
C:\,J:\,I:\,H:\,G:\...etc.
C:\ and G:\ drives is only I can access. It is private. but J:\, I:\ and H:\ are public. All the users can access to those drives. J:\ is a common one. All the users are on J:\ all the time.
My program give me a message "Couldn't create MS Word Application Object ",
<br />
_Application app<br />
if(!app.CreateDispatch("Word.Application"))<br />
{ <br />
  AfxMessageBox("Couldn't create MS Word Application Object ");<br />
  return 1;<br />
}<br />


but not from other running from C:\ and G:\. So can you give me any suggestion what do I need to change or do inorder to let my program run correctly on J:\?oh.. it is only works on my machine.. i mean even I copy my program and paste other users' c:\(machines). still it doesn't work.. the same message is giving me...
GeneralRe: why do have to restart to get excel/ word application. every time Pin
SHaroz18-Jul-02 7:14
SHaroz18-Jul-02 7:14 
GeneralRe: why do have to restart to get excel/ word application. every time Pin
pnpfriend18-Jul-02 8:26
pnpfriend18-Jul-02 8:26 
GeneralRe: why do have to restart to get excel/ word application. every time Pin
soptest18-Jul-02 9:57
soptest18-Jul-02 9:57 
GeneralHELP ME TO FIND AN ERROR Pin
Alex Cramer17-Jul-02 23:59
Alex Cramer17-Jul-02 23:59 
GeneralRe: HELP ME TO FIND AN ERROR Pin
soptest18-Jul-02 8:06
soptest18-Jul-02 8:06 
GeneralRe: HELP ME TO FIND AN ERROR Pin
soptest18-Jul-02 9:38
soptest18-Jul-02 9:38 
GeneralRe: HELP ME TO FIND AN ERROR Pin
Alex Cramer18-Jul-02 15:26
Alex Cramer18-Jul-02 15:26 
GeneralRe: HELP ME TO FIND AN ERROR Pin
Jörgen Sigvardsson21-Jul-02 8:21
Jörgen Sigvardsson21-Jul-02 8:21 
GeneralOdd bug causes my app to hang Pin
MS le Roux16-Jul-02 23:46
MS le Roux16-Jul-02 23:46 
GeneralCustomDraw of a CListCtrl within a Composite Control. Pin
Brian van der Beek16-Jul-02 22:56
Brian van der Beek16-Jul-02 22:56 
GeneralDeskband Pin
Anonymous15-Jul-02 22:49
Anonymous15-Jul-02 22:49 
GeneralRe: Deskband Pin
Shaun Harrington11-Oct-06 4:14
Shaun Harrington11-Oct-06 4:14 
Generalmsword automation Pin
pnpfriend15-Jul-02 11:27
pnpfriend15-Jul-02 11:27 
GeneralPrinting from WebBrowser control Pin
byblostas15-Jul-02 3:01
byblostas15-Jul-02 3:01 
GeneralUrgent!!!, Please, Application into a activex Pin
powerrajesh14-Jul-02 22:45
powerrajesh14-Jul-02 22:45 
GeneralConnecting to IE Events Pin
Alex Cramer14-Jul-02 16:05
Alex Cramer14-Jul-02 16:05 
GeneralRe: Connecting to IE Events Pin
Anonymous15-Jul-02 13:16
Anonymous15-Jul-02 13:16 

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.