start exe file from outlook form 
Author Message
 start exe file from outlook form

Hi there !
what code to write to make an outlook form run an exe file ( let say
\\...notepad.exe ) when i click a button from an customize form
thanks
Daniel


Sat, 19 Apr 2003 04:34:59 GMT  
 start exe file from outlook form

Hi!

Try

private sub xxx_click
   shell "notepad.exe"  ' (use full path if it is not notepad, e.g
"c:\myApplications\myexe.exe")
end sub

I hope this is  what you were looking for.

Gernot
MicroStrategy Inc.
www.microstrategy.com


Quote:
> Hi there !
> what code to write to make an outlook form run an exe file ( let say
> \\...notepad.exe ) when i click a button from an customize form
> thanks
> Daniel



Sat, 19 Apr 2003 16:53:13 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Start a VB exe file from Outlook

2. start a program .exe using outlook vba

3. How to Send/Receive emails via a .EXE without starting Outlook

4. starting a .exe from outlook

5. starting a macro from an outlook custom form

6. Start VBA userform from an Outlook form with VB script

7. start excel from outlook-form by VBScript and edit

8. start my exe when windows starts

9. Starting sound program(.exe) automatically when screensaver(.scr) starts

10. Starting sound program (.exe) automatically when screensaver (.scr) starts

11. Start .exe file from VBcode

12. Does anyone know how to start a .exe file in VB Script

 

 
Powered by phpBB® Forum Software