473,385 Members | 1,400 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Disable and position office toolbar

23
hello,

i having an ole application open power point and word for editing. having problem of when i activate the document. office toolbar prompt out and overlap with my control and button. how do i control te appereance of the toolbar.

for example, i want the animation scheme to appear but the standard toolbar do not showing out.

and how can control where the toolbar to appear in my form . cant find reference for this. please help.
thanks
Dec 10 '06 #1
1 1475
Austen
23
hello,

i having an ole application open power point and word for editing. having problem of when i activate the document. office toolbar prompt out and overlap with my control and button. how do i control te appereance of the toolbar.

for example, i want the animation scheme to appear but the standard toolbar do not showing out.

and how can control where the toolbar to appear in my form . cant find reference for this. please help.
thanks


i got 1 of the solution for control the vsibility of the toolbar.




Set PointApp = New powerpoint.Application
PoinApp.Presentations.Add msoCTrue
PoinApp.NewPresentation.Add App.Path & "\Slide\Sample slide.ppt"

PoinApp.CommandBars.Item(3).Visible = True
PoinApp.CommandBars.Item(2).Visible = False
PoinApp.CommandBars.Item(1).Visible = False

i run these statement before open the working slide in my application.
is there any other better method for this?

having some limitation of controlling the position of the toolbar.
Dec 11 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Sam Carleton | last post by:
The subject says it all, how do I go about disableing the image toolbar IE throughts up when you hover over an images? I found some code to disable the right menu, but not the toolbar. Sam
8
by: Jaime Rios | last post by:
Hi, I created a COM AddIn for Word that performs the functions that it needs to, but I needed to add the ability for the toolbar created by the COM AddIn to remember it's last position and...
0
by: ibsuzanne | last post by:
hello there, I am having a really diffuclt time positioning the toolbars where I want them in Access 2000. I have a main toolbar open and docked at the top, and I want to open an additional...
2
by: Dntc | last post by:
Hi All Is there anyway to enable/disable the toolbar buttons on the fly as like in MFC which helps centralizing this process?Let's i have a toolbar button ToolbarButtonSave which can be...
2
by: Andre Ranieri | last post by:
I'm retouching our corporate web site that, among other things, allows customers to log in and pay their invoices online. I noticed that on the checkout page, the credit card number textbox...
4
by: Tom | last post by:
I have a C# Web Forms application and would like to disable the Internet Explorer toolbar and menu. How can I do this?
4
by: =?Utf-8?B?U2hhbm5vbiBMIEI=?= | last post by:
Well I must be the only one that cant print in office 2007!! lol.. I cant find the printer icon in office word 07????its nowhere!! i cant even find the file tab!! please help!!! i feel so stupid!!...
21
convexcube
by: convexcube | last post by:
Hi everyone, I am trying to create a single window interface for my database. As I am using Access 2007, I have my document layout options set to tabbed documents without displaying documents tabs...
3
by: vaniKanabathy | last post by:
I had used toolbar to replace button usage in program . I had disable the image button in toolbar but it not displayed in a shaded mode when disabled. How can i do it because i want to differentiate...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.