Group:  Microsoft Outlook » microsoft.public.outlook.program_addins
Thread: Starting Outlook Programing

Geek News

Starting Outlook Programing
"JP" <aspento_quitar_para_correo_[ at ]arrakis.es> 4/10/2007 10:22:03 AM
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.


Re: Starting Outlook Programing
"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> 4/10/2007 1:47:45 PM
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" <aspento_quitar_para_correo_[ at ]arrakis.es> wrote in message
news:%23j%23zMJ1eHHA.1252[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text]
> 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.
>
>

Re: Starting Outlook Programing
"JP" <aspento_quitar_para_correo_[ at ]arrakis.es> 4/10/2007 3:09:41 PM
OK. I can develop forms and add in it fields conected to an SQL server?


"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> escribió en el mensaje
news:%23%23EOQb3eHHA.2376[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text]
> 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" <aspento_quitar_para_correo_[ at ]arrakis.es> wrote in message
> news:%23j%23zMJ1eHHA.1252[ at ]TK2MSFTNGP04.phx.gbl...
> > 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.
> >
> >
>


Re: Starting Outlook Programing
"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> 4/10/2007 6:56:42 PM
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" <aspento_quitar_para_correo_[ at ]arrakis.es> wrote in message
news:uUr7B53eHHA.4020[ at ]TK2MSFTNGP05.phx.gbl...
[Quoted Text]
> OK. I can develop forms and add in it fields conected to an SQL server?

Re: Starting Outlook Programing
"JP" <aspento_quitar_para_correo_[ at ]arrakis.es> 4/11/2007 3:19:20 PM
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]" <kenslovak[ at ]mvps.org> escribió en el mensaje
news:OJRmoI6eHHA.588[ at ]TK2MSFTNGP06.phx.gbl...
[Quoted Text]
> 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" <aspento_quitar_para_correo_[ at ]arrakis.es> wrote in message
> news:uUr7B53eHHA.4020[ at ]TK2MSFTNGP05.phx.gbl...
> > OK. I can develop forms and add in it fields conected to an SQL server?
>


Re: Starting Outlook Programing
"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> 4/11/2007 4:05:07 PM
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" <aspento_quitar_para_correo_[ at ]arrakis.es> wrote in message
news:OFVMDjEfHHA.2332[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text]
> 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.

Re: Starting Outlook Programing
"JP" <aspento_quitar_para_correo_[ at ]arrakis.es> 4/12/2007 9:47:38 AM
Thanks.

"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> escribió en el mensaje
news:OtrDzPFfHHA.4552[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text]
> 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" <aspento_quitar_para_correo_[ at ]arrakis.es> wrote in message
> news:OFVMDjEfHHA.2332[ at ]TK2MSFTNGP04.phx.gbl...
> > 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.
>


Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net