View Single Post

  #4 (permalink)  
Old 09-10-2003
matt1168 matt1168 is offline
Junior Member
Yellow Belt
 
Join Date: Jul 2003
Posts: 14
Send a message via MSN to matt1168
I had the same problem, It seems to be somthing to do with the ole containers align property. If it is set to anything but None it displays toolbars if the olecontainer is placed on the form. I got round this by placeing a Panel on the form and placing the olecontainer into the panel. Again if the panel's align property is set to anything but none you will get the toolbars, but if you set it to none and use the anchor propertys of the panel to handle resizing it should be ok.
Reply With Quote