common dialog

Status
Not open for further replies.
J

Joel Allen

Outlook 2003 SP3

Hi, I use this Microsoft Common Dialog control to select files in my custom

task form. Works great, but on some other computers, it doesn't work and

throws up an error. How come it works on some computers, and some not. I

had to load Visual Studio on my computer to get the control to work, but

most people aren't going to have Visual Studio on their computer. What am I

missing. Do I need to use another control?

Thanks for your help,

Joel
 
What language is your code in?

Are you using the common dialog OCX?

Could this problem be happening on Vista systems?

Vista does not have the common dialog OCX installed by default as part of

the OS installation, unlike say Windows XP, which does have it installed as

part of the VB runtime.

You can either deploy the OCX as part of your installer package, or use the

underlying common dialog DLL in your code instead of the OCX.

"Joel Allen" <joelallen123@hotmail.com> wrote in message

news:OGaIEdMuJHA.3520@TK2MSFTNGP04.phx.gbl...
> Outlook 2003 SP3

> Hi, I use this Microsoft Common Dialog control to select files in my
> custom task form. Works great, but on some other computers, it doesn't
> work and throws up an error. How come it works on some computers, and
> some not. I had to load Visual Studio on my computer to get the control
> to work, but most people aren't going to have Visual Studio on their
> computer. What am I missing. Do I need to use another control?

> Thanks for your help,
> Joel
>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
N VBA to delete duplicates by message-id on common pst for 2 or more emails Outlook VBA and Custom Forms 0
Diane Poremsky Common Outlook Outgoing Server (SMTP) Errors Using Outlook 0
O Outlook 2013 EAS Account and POP Account - Common Sent Folder Using Outlook.com accounts in Outlook 21
N Common mailbox Analyzer Using Outlook 4
M Send via office common email? Exchange Server Administration 2
J Common runtime language? BCM (Business Contact Manager) 1
T Create new common Color Category for all users Outlook VBA and Custom Forms 1
B Re: BCM failed to initialize the common language runtime BCM (Business Contact Manager) 4
U Disable "Always ask before opening" Dialog Using Outlook 3
D.Moore PickFolder dialog "extension" Outlook VBA and Custom Forms 0
Commodore Folders always closed in move/copy items dialog box Using Outlook 3
P IMAP Folders Dialog Box Using Outlook 1
P Suppress dialog box on email check error? Using Outlook 5
S Reminder Dialog Open Button Using Outlook 2
Laurent Duchastel New email setup dialog doesn't allow alias Using Outlook 2
M Dialog called up multiple times when saving emails from macro Outlook VBA and Custom Forms 2
Diane Poremsky Enter Network Password Dialog Keeps Popping Up Using Outlook 0
Diane Poremsky Rules & Alerts Dialog Won't Open Using Outlook 1
moron save as & file location dialog box popup Outlook VBA and Custom Forms 2
N Outlook dialog about retention policy Using Outlook 3
P VBA for Dialog Box when sending Email Using Outlook 8
R Need code to gather value of custom field on addressentry.details dialog box Using Outlook 3
D Contacts as default in Select Names dialog Using Outlook 1
R how do I eliminate allow access dialog box using VBAproject in Out Outlook VBA and Custom Forms 1
J Select Names Dialog Box Outlook VBA and Custom Forms 16
P Open Advanced Search Dialog Outlook VBA and Custom Forms 1
A outlook AdvanceFind dialog Outlook VBA and Custom Forms 5
S how to add my custom items to "Change E-mail Account" dialog Outlook VBA and Custom Forms 1
J Save As dialog box on screen Outlook VBA and Custom Forms 1
H How turn off outlook security warning dialog box from outlook Outlook VBA and Custom Forms 1
R (Outlook2003)Monitor change for "to" "cc" "bcc" on message compose dialog? Outlook VBA and Custom Forms 6
P How to Open File Selector dialog in VBA Outlook VBA and Custom Forms 4
B Browse Dialog Box Outlook VBA and Custom Forms 1
M Outlook2007 and VSTO, handle the Click on the Save Button in the IPM.Note dialog HOWTO? Outlook VBA and Custom Forms 4
B how/what dialog boxes can I display from VBA code Outlook VBA and Custom Forms 1

Similar threads

Back
Top