473,387 Members | 1,606 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,387 software developers and data experts.

Extand and access the internat Microsoft Office object structure

Hi!

How to extand and access the internat Office object structure.
Is there any Dev Kit for Microsoft Partners that in not available to
"normal" users?
Something like NOKIA back entrence!?
gicio
Nov 15 '05 #1
3 2165
Using Office objects from .NET applications is very simple.

If you're using a version of office prior to Office XP you can add a
reference to the relavent office COM objects and the framework will create a
PIA (Primary Interop Assembly) for you which can then be used from .NET just
like any other componenet.

Office XP ships a special set of PIA's that are obtainable from MSDN.

This link has some good info...

http://msdn.microsoft.com/library/de...us/dnofftalk/h
tml/office10032002.asp
--
Bob Powell [MVP]
C#, System.Drawing

ANNOUNCING: Well Formed.
The monthy electronic magazine for
Windows Forms and GDI+ engineers
http://www.bobpowell.net/wellformed.htm

Check out the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm
<gi***@web.de> wrote in message news:#X*************@tk2msftngp13.phx.gbl...
Hi!

How to extand and access the internat Office object structure.
Is there any Dev Kit for Microsoft Partners that in not available to
"normal" users?
Something like NOKIA back entrence!?
gicio

Nov 15 '05 #2
Hello!

We are currently struggling with a problem of extending Microsoft PowerPoint
(PP) freehand line functionality.

Here is our objective:
Imagine you have a brush in your hand and you are drawing a line. You can
easily change the thickness of this line while drawing by controlling the
pressure on the paper. So after you drew it the line has many different
thicknesses in it depending on how many times you changed the pressure while
drawing. Back to PP.
We need something like a freehand line, but the output will not just be a
line that has the same thickness on the whole length of it. The thickness
varies depending on some logic (black box) that is implemented by our
algorithm. Image you inherit from "freehand line" object and extend it by
characteristics described in the brush example (different thicknesses
contained by one continuous line). We need something that behaves the same
way when you scale it (zoom) like lines in PP do. That means that the
thickness of line is not affected by scaling, opposite to objects in PP,
which change their shapes while scaling.
We have written our own OLE server, which creates such line, but when we
copy it into PP it becomes an object that does not scale like a line - it
changes its shape while scaling.

We think that one of possible directions could be to find out the structure
and format of all possible object types supported by MS Office (Lines,
Shapes, objects, etc). Examine them and find the one that has the closest
match to our requirements. Then inherit from it, extend it and introduce it
SOMEHOW to PP as a new custom drawing object type/class. We have not found
any information on types and formats or the possibility to extend the
standard graphical office objects types by custom graphical objects. Maybe
if you spent a lot of $$ on MS Certificates and you have a certain level of
support this information and appropriate framework is accessible to you?

We think that this problem requires a real expert in MS Office Area
therefore we post it here.

Any help will be gratefully appreciated.
Cheers,
gicio


"Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> wrote in message
news:OY**************@tk2msftngp13.phx.gbl...
Using Office objects from .NET applications is very simple.

If you're using a version of office prior to Office XP you can add a
reference to the relavent office COM objects and the framework will create a PIA (Primary Interop Assembly) for you which can then be used from .NET just like any other componenet.

Office XP ships a special set of PIA's that are obtainable from MSDN.

This link has some good info...

http://msdn.microsoft.com/library/de...us/dnofftalk/h tml/office10032002.asp
--
Bob Powell [MVP]
C#, System.Drawing

ANNOUNCING: Well Formed.
The monthy electronic magazine for
Windows Forms and GDI+ engineers
http://www.bobpowell.net/wellformed.htm

Check out the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm
<gi***@web.de> wrote in message

news:#X*************@tk2msftngp13.phx.gbl...
Hi!

How to extand and access the internat Office object structure.
Is there any Dev Kit for Microsoft Partners that in not available to
"normal" users?
Something like NOKIA back entrence!?
gicio


Nov 15 '05 #3

Hi!

I see no one can't help me.

whom can I ask at Microsoft?
can you give me some tips? some email addresses of people at Microsoft?

thanks!

regards,

gicio
PS.: You can also email me the information gi***@web.de


<gi***@web.de> wrote in message
news:ek**************@TK2MSFTNGP11.phx.gbl...
Hello!

We are currently struggling with a problem of extending Microsoft PowerPoint (PP) freehand line functionality.

Here is our objective:
Imagine you have a brush in your hand and you are drawing a line. You can
easily change the thickness of this line while drawing by controlling the
pressure on the paper. So after you drew it the line has many different
thicknesses in it depending on how many times you changed the pressure while drawing. Back to PP.
We need something like a freehand line, but the output will not just be a
line that has the same thickness on the whole length of it. The thickness
varies depending on some logic (black box) that is implemented by our
algorithm. Image you inherit from "freehand line" object and extend it by
characteristics described in the brush example (different thicknesses
contained by one continuous line). We need something that behaves the same
way when you scale it (zoom) like lines in PP do. That means that the
thickness of line is not affected by scaling, opposite to objects in PP,
which change their shapes while scaling.
We have written our own OLE server, which creates such line, but when we
copy it into PP it becomes an object that does not scale like a line - it
changes its shape while scaling.

We think that one of possible directions could be to find out the structure and format of all possible object types supported by MS Office (Lines,
Shapes, objects, etc). Examine them and find the one that has the closest
match to our requirements. Then inherit from it, extend it and introduce it SOMEHOW to PP as a new custom drawing object type/class. We have not found any information on types and formats or the possibility to extend the
standard graphical office objects types by custom graphical objects. Maybe
if you spent a lot of $$ on MS Certificates and you have a certain level of support this information and appropriate framework is accessible to you?

We think that this problem requires a real expert in MS Office Area
therefore we post it here.

Any help will be gratefully appreciated.
Cheers,
gicio


"Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> wrote in message
news:OY**************@tk2msftngp13.phx.gbl...
Using Office objects from .NET applications is very simple.

If you're using a version of office prior to Office XP you can add a
reference to the relavent office COM objects and the framework will create
a
PIA (Primary Interop Assembly) for you which can then be used from .NET

just
like any other componenet.

Office XP ships a special set of PIA's that are obtainable from MSDN.

This link has some good info...

http://msdn.microsoft.com/library/de...us/dnofftalk/h
tml/office10032002.asp
--
Bob Powell [MVP]
C#, System.Drawing

ANNOUNCING: Well Formed.
The monthy electronic magazine for
Windows Forms and GDI+ engineers
http://www.bobpowell.net/wellformed.htm

Check out the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm
<gi***@web.de> wrote in message

news:#X*************@tk2msftngp13.phx.gbl... Hi!

How to extand and access the internat Office object structure.
Is there any Dev Kit for Microsoft Partners that in not available to
"normal" users?
Something like NOKIA back entrence!?
gicio



Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Cheval | last post by:
Has anyone had any problems with inter-office automation between MS Word and MS Access in Office 2003? I have recently installed office 2003 in a new folder and have left the older office 2000...
13
by: BigDaDDY | last post by:
Um yeah....In case you haven't figured it out, Microsoft sucks. I'm going to be kicked back in my chair eating popcorn and watching football 10 years from now, while all you clowns are scrambling...
0
by: TheCoder | last post by:
I am making a D-base with web conectivity for my class project. I have everything working but the subit button sends the data to the correct fields but afterwards it wants to reproduce new blank...
2
by: | last post by:
Hi! How to extand and access the internat Office object structure. Is there any Dev Kit for Microsoft Partners that in not available to "normal" users? Something like NOKIA back entrence!? ...
1
by: Deepankar Raizada | last post by:
Hi In one of our ASP.NET Application web form we are using the Microsoft.Office.Interop.Word COM DLL. We need to read some word documents and create rtf files and merge them together into one...
2
by: veerleverbr | last post by:
Hi, Can anyone give me sample code on how to use de info in PrtDevMode en PrtDevNames of Access from within VB.NET? This is how it's done in VB6:...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
6
by: Excel 009 | last post by:
Hi, In my office I have Office 2003 on the PC. I created an Access application which has a component reference to Microsoft Office 12.0 Object Library. The problem that I am having now it...
4
by: grant | last post by:
I've just installed Office 2007 and am coming to terms with the drastically different menu structure! One problem I have is alternating between different version of Office applications and...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: 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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.