Outlook VBA project convert to VS.Net 2003

M

Mark S.

I prototyped an Outlook VBA project with the intention of
converting it to a COM Add-In using VS.Net 2003.

I have not been able to find anything regarding
Userforms... The one I did find only shows how to re-
build from scratch.

Is there an 'import' mechanism for Userforms in Visual
Studio .Net 2003?
 
S

Sue Mosher [MVP-Outlook]

AFAIK no. But if you create the form as a Windows form in VB.Net, you should
be able to reuse at least some of the code.
 
M

Mark S.

I was afraid of that! I'm thinking of installing VS
V6.0... Seems most of the examples I've found were
written for that version of Visual Basic.

Can VS6 co-exist with VS.Net 2003? Thought it better to
ask then to break my current installation.
 
S

Sue Mosher [MVP-Outlook]

Yes, they can definitely coexist.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top