473,378 Members | 1,375 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

convert app to vb.net

I have an outlook application that I'm thinking about converting to VB.NET.
Would it be easier to convert the code over or just re-write the application?
thanks
Nov 21 '05 #1
5 1361
Hi
if you have your program with vb script over outlook , then you have to
rewrite a new one if you want to covert it to a .net application
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

Nov 21 '05 #2
Mike,
What is the "outlook application" written in?

Do you mean VBScript behind Custom Forms?
Do you mean VBA modules?
Do you mean a VB6 COM add-in?
Do you mean something else?
For a discussion on selecting development technologies for Exchange Server,
start here:

http://msdn.microsoft.com/library/de...hsel_intro.asp

To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm
For a list of resources on using Outlook from VB.NET & C#:
http://www.microeye.com/resources/res_outlookvsnet.htm

For help & information on programming Outlook (mostly VB6, some VB.NET):
http://www.outlookcode.com/

Some samples of using Outlook with VB.NET:
http://msdn.microsoft.com/office/def...OLOMwVBNET.asp

A sample COM Add-in for Outlook written in VB.NET:
http://msdn.microsoft.com/library/de...hatsNew2k3.asp

Hope this helps
Jay

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:A3**********************************@microsof t.com...
I have an outlook application that I'm thinking about converting to VB.NET.
Would it be easier to convert the code over or just re-write the
application?
thanks

Nov 21 '05 #3
it is a form with several controls and the code behind is vbscript

"Jay B. Harlow [MVP - Outlook]" wrote:
Mike,
What is the "outlook application" written in?

Do you mean VBScript behind Custom Forms?
Do you mean VBA modules?
Do you mean a VB6 COM add-in?
Do you mean something else?
For a discussion on selecting development technologies for Exchange Server,
start here:

http://msdn.microsoft.com/library/de...hsel_intro.asp

To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm
For a list of resources on using Outlook from VB.NET & C#:
http://www.microeye.com/resources/res_outlookvsnet.htm

For help & information on programming Outlook (mostly VB6, some VB.NET):
http://www.outlookcode.com/

Some samples of using Outlook with VB.NET:
http://msdn.microsoft.com/office/def...OLOMwVBNET.asp

A sample COM Add-in for Outlook written in VB.NET:
http://msdn.microsoft.com/library/de...hatsNew2k3.asp

Hope this helps
Jay

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:A3**********************************@microsof t.com...
I have an outlook application that I'm thinking about converting to VB.NET.
Would it be easier to convert the code over or just re-write the
application?
thanks


Nov 21 '05 #4
Mike,
Is this related to the public folder question or is this question a distinct
one (a separate problem)?

As Mohamoss suggested you will need to rewrite it. The links I provided
should help.

Post if you need further help.

Hope this helps
Jay

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:16**********************************@microsof t.com...
it is a form with several controls and the code behind is vbscript

"Jay B. Harlow [MVP - Outlook]" wrote:
Mike,
What is the "outlook application" written in?

Do you mean VBScript behind Custom Forms?
Do you mean VBA modules?
Do you mean a VB6 COM add-in?
Do you mean something else?
For a discussion on selecting development technologies for Exchange
Server,
start here:

http://msdn.microsoft.com/library/de...hsel_intro.asp

To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm
For a list of resources on using Outlook from VB.NET & C#:
http://www.microeye.com/resources/res_outlookvsnet.htm

For help & information on programming Outlook (mostly VB6, some VB.NET):
http://www.outlookcode.com/

Some samples of using Outlook with VB.NET:
http://msdn.microsoft.com/office/def...OLOMwVBNET.asp

A sample COM Add-in for Outlook written in VB.NET:
http://msdn.microsoft.com/library/de...hatsNew2k3.asp

Hope this helps
Jay

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:A3**********************************@microsof t.com...
>I have an outlook application that I'm thinking about converting to
>VB.NET.
> Would it be easier to convert the code over or just re-write the
> application?
>
>
> thanks


Nov 21 '05 #5
the code behind question, which is vbscript and it uses public folders.
I'll look at the links to see if they help

"Jay B. Harlow [MVP - Outlook]" wrote:
Mike,
Is this related to the public folder question or is this question a distinct
one (a separate problem)?

As Mohamoss suggested you will need to rewrite it. The links I provided
should help.

Post if you need further help.

Hope this helps
Jay

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:16**********************************@microsof t.com...
it is a form with several controls and the code behind is vbscript

"Jay B. Harlow [MVP - Outlook]" wrote:
Mike,
What is the "outlook application" written in?

Do you mean VBScript behind Custom Forms?
Do you mean VBA modules?
Do you mean a VB6 COM add-in?
Do you mean something else?
For a discussion on selecting development technologies for Exchange
Server,
start here:

http://msdn.microsoft.com/library/de...hsel_intro.asp

To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm
For a list of resources on using Outlook from VB.NET & C#:
http://www.microeye.com/resources/res_outlookvsnet.htm

For help & information on programming Outlook (mostly VB6, some VB.NET):
http://www.outlookcode.com/

Some samples of using Outlook with VB.NET:
http://msdn.microsoft.com/office/def...OLOMwVBNET.asp

A sample COM Add-in for Outlook written in VB.NET:
http://msdn.microsoft.com/library/de...hatsNew2k3.asp

Hope this helps
Jay

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:A3**********************************@microsof t.com...
>I have an outlook application that I'm thinking about converting to
>VB.NET.
> Would it be easier to convert the code over or just re-write the
> application?
>
>
> thanks


Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Lauren Quantrell | last post by:
I have a stored procedure using Convert where the exact same Convert string works in the SELECT portion of the procedure but fails in the WHERE portion. The entire SP is listed below....
1
by: Logan X via .NET 247 | last post by:
It's official....Convert blows. I ran a number of tests converting a double to an integer usingboth Convert & CType. I *ASSUMED* that CType would piggy-back ontop of Convert, and that performance...
4
by: Eric Lilja | last post by:
Hello, I've made a templated class Option (a child of the abstract base class OptionBase) that stores an option name (in the form someoption=) and the value belonging to that option. The value is...
7
by: whatluo | last post by:
Hi, all I'm now working on a program which will convert dec number to hex and oct and bin respectively, I've checked the clc but with no luck, so can anybody give me a hit how to make this done...
3
by: Convert TextBox.Text to Int32 Problem | last post by:
Need a little help here. I saw some related posts, so here goes... I have some textboxes which are designed for the user to enter a integer value. In "old school C" we just used the atoi function...
7
by: patang | last post by:
I want to convert amount to words. Is there any funciton available? Example: $230.30 Two Hundred Thirty Dollars and 30/100
4
by: Edwin Knoppert | last post by:
In my code i use the text from a textbox and convert it to a double value. I was using Convert.ToDouble() but i'm used to convert comma to dot. This way i can assure the text is correct. However...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
6
by: Ken Fine | last post by:
This is a basic question. What is the difference between casting and using the Convert.ToXXX methods, from the standpoint of the compiler, in terms of performance, and in other ways? e.g. ...
0
Debadatta Mishra
by: Debadatta Mishra | last post by:
Introduction In this article I will provide you an approach to manipulate an image file. This article gives you an insight into some tricks in java so that you can conceal sensitive information...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.