Hello,
if I want to launch Word I have to write
Set Application=CreateObject("Word.Application")
What a object do I have to create whether I want to start Notepad? Thanx a lot...
Hello,
I'm not completely sure, but I think you should write a method "OnAppMessage". In this procedure describe what your application shall do on Message.
Then you write in the constructor of your object:
Application.OnMessage := OnAppMessage;
Would be nice if you told me whether...
:-I I have one vbscript-file (*.vbs, not for webpage-building) that is very long. Can I divide it into two or more separate files and link them together? I imagine, that in file one is the main-sub that calls subs or functions which are declared/ defined in another file.
Thanx, riccy |-0
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.