![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| Windows Vista Business | Outlook Custom Form We have a custom form that is working on XP but not in vista. The modeless.dialog com object is not found. Where can I find that com object so I can put it on my machine Here's the code ' --- the following code had been automatically added to ensure all required COM objects are installed. function COMExists(name) ' checks whether a specific COM object is installed on ' your local machine set cwsh = CreateObject("WScript.Shell") on error resume next dummy = cwsh.RegRead("HKCR\" & name & "\") if err.number<>0 then COMExists = false else COMExists = true end if end function if not COMExists("modeless.dialog") then msg="COM-Object ""modeless.dialog"" is required. This object is currently not installed on your system." & vbCr msg = msg & "Install the MODELESS component from CD" & vbCr MsgBox msg, vbExclamation |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Sending/Receiving Custom outlook Form | Microsoft Office | |||
| Custom form printing in Vista now possible... | Vista print fax & scan | |||
| RE: Mail received in unreadable form in Outlook | Vista General | |||
| Vista 64-Bit Custom Form for printer | Vista print fax & scan | |||
| Importing data form outlook | Vista mail | |||