A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Starting Outlook Programing



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 10th 07, 12:22 PM posted to microsoft.public.outlook.program_addins
JP
external usenet poster
 
Posts: 30
Default Starting Outlook Programing

Hi. I need to program an aplication with Outlook. Where books I can search
to start?. Can I develop this kind of aplications with VB .NET or I must to
use another system?.

Thanks.


Ads
  #2  
Old April 10th 07, 03:47 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Starting Outlook Programing

Please do not multi-post, pick one group.

Depending on where the code you want will run you use different languages:

Outlook form - you can only use VBScript code embedded in the form.

Outlook VBA code - only VBA.

COM addin or standalone application - whatever you want to use, .NET
languages or C++ or VB 6 or Delphi, or whatever.

Start looking at www.outlookcode.com for lots of code samples and links to
books on Outlook development. For a beginner I'd recommend Sue Mosher's
Jumpstart book as the best.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"JP" wrote in message
...
Hi. I need to program an aplication with Outlook. Where books I can search
to start?. Can I develop this kind of aplications with VB .NET or I must
to
use another system?.

Thanks.



  #3  
Old April 10th 07, 05:09 PM posted to microsoft.public.outlook.program_addins
JP
external usenet poster
 
Posts: 30
Default Starting Outlook Programing

OK. I can develop forms and add in it fields conected to an SQL server?


"Ken Slovak - [MVP - Outlook]" escribió en el mensaje
...
Please do not multi-post, pick one group.

Depending on where the code you want will run you use different languages:

Outlook form - you can only use VBScript code embedded in the form.

Outlook VBA code - only VBA.

COM addin or standalone application - whatever you want to use, .NET
languages or C++ or VB 6 or Delphi, or whatever.

Start looking at www.outlookcode.com for lots of code samples and links to
books on Outlook development. For a beginner I'd recommend Sue Mosher's
Jumpstart book as the best.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"JP" wrote in message
...
Hi. I need to program an aplication with Outlook. Where books I can

search
to start?. Can I develop this kind of aplications with VB .NET or I must
to
use another system?.

Thanks.





  #4  
Old April 10th 07, 08:56 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Starting Outlook Programing

You can if you add controls to hold the data and add code to connect to the
SQL Server and download data from it and populate the controls.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"JP" wrote in message
...
OK. I can develop forms and add in it fields conected to an SQL server?


  #5  
Old April 11th 07, 05:19 PM posted to microsoft.public.outlook.program_addins
JP
external usenet poster
 
Posts: 30
Default Starting Outlook Programing

Thanks. I must use outlook forms to do that or I can use VB .NET?. How can I
create an outlook form?. Thanks a lot.



"Ken Slovak - [MVP - Outlook]" escribió en el mensaje
...
You can if you add controls to hold the data and add code to connect to

the
SQL Server and download data from it and populate the controls.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"JP" wrote in message
...
OK. I can develop forms and add in it fields conected to an SQL server?




  #6  
Old April 11th 07, 06:05 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Starting Outlook Programing

Outlook forms only use VBScript code, as I mentioned. If you write a COM
addin you can use .NET but then you can't use a custom form, it would be a
System.Windows.Form. It's up to you.

As I also mentioned, go to www.outlookcode.com. There's lots of information
on custom forms, COM addins, .NET and lots of other stuff.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"JP" wrote in message
...
Thanks. I must use outlook forms to do that or I can use VB .NET?. How can
I
create an outlook form?. Thanks a lot.


  #7  
Old April 12th 07, 11:47 AM posted to microsoft.public.outlook.program_addins
JP
external usenet poster
 
Posts: 30
Default Starting Outlook Programing

Thanks.

"Ken Slovak - [MVP - Outlook]" escribió en el mensaje
...
Outlook forms only use VBScript code, as I mentioned. If you write a COM
addin you can use .NET but then you can't use a custom form, it would be a
System.Windows.Form. It's up to you.

As I also mentioned, go to www.outlookcode.com. There's lots of

information
on custom forms, COM addins, .NET and lots of other stuff.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"JP" wrote in message
...
Thanks. I must use outlook forms to do that or I can use VB .NET?. How

can
I
create an outlook form?. Thanks a lot.




 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Starting Outlook programing. JP Outlook and VBA 2 April 11th 07 05:20 PM
Starting to Outlook Programing JP Outlook - Using Forms 1 April 10th 07 04:31 PM
Outlook not starting wooonelly Outlook - Installation 1 December 7th 06 10:01 PM
Starting Outlook [email protected] Outlook - General Queries 4 July 7th 06 05:21 PM
starting outlook macca Outlook - Installation 2 June 4th 06 11:58 PM


All times are GMT +1. The time now is 12:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.