![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |