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 » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , , , , , , , ,

Have "MS Outlook 2007 Programming" book & I'm stuck - Add controls to Control Toolbox





 
 
Thread Tools Display Modes
  #1  
Old April 24th 08, 09:24 PM posted to microsoft.public.outlook.program_forms
Bill Board
external usenet poster
 
Posts: 8
Default Have "MS Outlook 2007 Programming" book & I'm stuck - Add controls to Control Toolbox

On page 97 of the book it states in section 5.2 that before you can use the
controls, such as "info bar" you have to add them to the Control Toolbox. It
states "Right-click the Toolbox, and choose Custom Controls." I must not be
right clicking on the right thing becuase I get no menu of anything. I'm
right clicking on the "Toolbox" the small square window "Toolbox" as shown
on page 101.

Where can I get to add the missing controls?

Thanks,
Bill


Ads
  #2  
Old April 24th 08, 09:37 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Have "MS Outlook 2007 Programming" book & I'm stuck - Add controls to Control Toolbox

If a right-click on the Toolbox in the form design environment is unresponsive, then try this: Use Alt+F11 to get into the VBA environment, and insert a form module there, then display that form's Toolbox. The right-click menu should be more responsive there. And whatever controls you add in VBA will also appear in the control Toolbox in form design.

Note, though, that the Info Bar and other olk* controls are for form regions ONLY. If you try to use them on a legacy custom form, you run a good chance of corrupting the form and all the code behind it.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Bill Board" wrote in message ...
On page 97 of the book it states in section 5.2 that before you can use the
controls, such as "info bar" you have to add them to the Control Toolbox. It
states "Right-click the Toolbox, and choose Custom Controls." I must not be
right clicking on the right thing becuase I get no menu of anything. I'm
right clicking on the "Toolbox" the small square window "Toolbox" as shown
on page 101.

Where can I get to add the missing controls?

Thanks,
Bill


  #3  
Old April 24th 08, 09:48 PM posted to microsoft.public.outlook.program_forms
Bill Board
external usenet poster
 
Posts: 8
Default Have "MS Outlook 2007 Programming" book & I'm stuck - Add controls to Control Toolbox

Yes, I'm going regions. I tried it on another system and it works there.
I'm restarting my system right after this post and see if it helps. If not
I'll try the Alt+F11 thing. Very frustrating.

"Sue Mosher [MVP-Outlook]" wrote in message
...
If a right-click on the Toolbox in the form design environment is
unresponsive, then try this: Use Alt+F11 to get into the VBA environment,
and insert a form module there, then display that form's Toolbox. The
right-click menu should be more responsive there. And whatever controls you
add in VBA will also appear in the control Toolbox in form design.

Note, though, that the Info Bar and other olk* controls are for form regions
ONLY. If you try to use them on a legacy custom form, you run a good chance
of corrupting the form and all the code behind it.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Bill Board" wrote in message
...
On page 97 of the book it states in section 5.2 that before you can use
the
controls, such as "info bar" you have to add them to the Control Toolbox.
It
states "Right-click the Toolbox, and choose Custom Controls." I must not
be
right clicking on the right thing becuase I get no menu of anything. I'm
right clicking on the "Toolbox" the small square window "Toolbox" as shown
on page 101.

Where can I get to add the missing controls?

Thanks,
Bill




  #4  
Old April 24th 08, 10:07 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Have "MS Outlook 2007 Programming" book & I'm stuck - Add controls to Control Toolbox

FWIW, it's not a new problem. I remember it going back to Outlook 2002 and maybe earlier.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Bill Board" wrote in message ...
Yes, I'm going regions. I tried it on another system and it works there.
I'm restarting my system right after this post and see if it helps. If not
I'll try the Alt+F11 thing. Very frustrating.

"Sue Mosher [MVP-Outlook]" wrote in message
...
If a right-click on the Toolbox in the form design environment is
unresponsive, then try this: Use Alt+F11 to get into the VBA environment,
and insert a form module there, then display that form's Toolbox. The
right-click menu should be more responsive there. And whatever controls you
add in VBA will also appear in the control Toolbox in form design.

Note, though, that the Info Bar and other olk* controls are for form regions
ONLY. If you try to use them on a legacy custom form, you run a good chance
of corrupting the form and all the code behind it.

"Bill Board" wrote in message
...
On page 97 of the book it states in section 5.2 that before you can use
the
controls, such as "info bar" you have to add them to the Control Toolbox.
It
states "Right-click the Toolbox, and choose Custom Controls." I must not
be
right clicking on the right thing becuase I get no menu of anything. I'm
right clicking on the "Toolbox" the small square window "Toolbox" as shown
on page 101.

Where can I get to add the missing controls?


 




Thread Tools
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
Outlook 2007 "stuck" in other user's calendar Steve Outlook - General Queries 2 April 20th 08 08:04 AM
Outlook 2007 inbox stuck on "waiting to update"/embedded account i markm75[_2_] Outlook - General Queries 0 January 8th 08 05:26 PM
multi select control not in my control toolbox GolfGal Outlook - Using Forms 4 August 13th 07 10:26 PM
Control with the same behavior as "Type a question for help" or "Find contact" Komarnitsky@gmail.com Add-ins for Outlook 0 March 2nd 07 02:54 PM
error "one or more controls are not properly licensed" Outlook 07 Dwood57 Outlook - Calandaring 0 November 19th 06 07:50 PM


All times are GMT +1. The time now is 07:11 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Remortgages - Credit Cards - Credit Cards - Buy Anything On eBay - Cheap Loan