Outlook VBA project convert to VS.Net 2003

  • Thread starter Thread starter Mark S.
  • Start date Start date
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?
 
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.
 
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.
 
Yes, they can definitely coexist.

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