|
-
Mar 13th, 2002, 10:23 AM
#1
Thread Starter
Fanatic Member
The Shell in outlook
Is there is a way to use the VB SHELL in out.
i.e: x=SHELL("c:\winnt\system32\calc.exe").
This sentence gives an error if u put it on outlook
-
Mar 13th, 2002, 11:38 AM
#2
Fanatic Member
Where in outlook are you putting it?
Is it a custom menu button.. or is it in a macrooooo...
Seahag
-
Mar 13th, 2002, 11:52 AM
#3
Thread Starter
Fanatic Member
I have a commandbutton and on the script i type the shell. This button is on the task form ( a page on that form)
-
Mar 13th, 2002, 11:56 AM
#4
Fanatic Member
OOK.. I still dont know what u mean.
But
Try this
VB Code:
SHELL "c:\winnt\system32\calc.exe"
-
Mar 13th, 2002, 01:24 PM
#5
Thread Starter
Fanatic Member
Originally posted by SeaHag
OOK.. I still dont know what u mean.
But
Try this
VB Code:
SHELL "c:\winnt\system32\calc.exe"
Suppose you call the task form of outlook. You can change this form a make visible=true some pages where you can use as vb form. The problem is that you can only use VB SCRIPT CODE or macro (with vbe). If i used macro there is not problem; i can use the shell as vb does, but i need to use vb script code to run an .exe file.
-
Mar 13th, 2002, 01:32 PM
#6
Fanatic Member
ooo vbscript, thats what confused me.
I dont know how vbscript works with outlook. sorry.
Seahag
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|