URGENT!!!!! HELP PLEASE!!!!!!!!!!!
-
can anybody tell me how to incorporate MS Office packeage file into my API??? to be specific, i want my API to be executed when somebody tries to open a specific pre decided file of MS Office package....
-
can anybody tell me how to incorporate MS Office packeage file into my API??? to be specific, i want my API to be executed when somebody tries to open a specific pre decided file of MS Office package....
Or doing it by associating your programm to office in the registry, or doing a message-spy looking at which programm is being called and, if office... then call your as well. But sorry, I can't tell you code.
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
-
Or doing it by associating your programm to office in the registry, or doing a message-spy looking at which programm is being called and, if office... then call your as well. But sorry, I can't tell you code.
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
doing something with office registry will not be feasible for me... can u elaborate on message spy thing???? not exactly code but some referrence ... thanks
-
can anybody tell me how to incorporate MS Office packeage file into my API??? to be specific, i want my API to be executed when somebody tries to open a specific pre decided file of MS Office package....
rishimohan wrote:
URGENT!!!!! HELP PLEASE!!!!!!!!!!!
not a really good description for a question, isn't it ? ;P
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
doing something with office registry will not be feasible for me... can u elaborate on message spy thing???? not exactly code but some referrence ... thanks
If I need to do it I will do it, but at the moment... I can give you (and I have given you) the idea how to go in that way. There are articles and message in forum in this website. And you have google. Use it :) I have read an article that intercepts mesenger and makes some things. I guess is something similar. Look for info about HOOKS, THREADS and MESSAGES RECEPTION you should find something to use
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
-
If I need to do it I will do it, but at the moment... I can give you (and I have given you) the idea how to go in that way. There are articles and message in forum in this website. And you have google. Use it :) I have read an article that intercepts mesenger and makes some things. I guess is something similar. Look for info about HOOKS, THREADS and MESSAGES RECEPTION you should find something to use
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
THANKS ALOT SIR... U SHOWED ME THE RIGHT PATH, NOW I WILL FOLLOW IT UP...