473,804 Members | 3,425 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2191
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******** *****@tk2msftng p13.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@_spamkille r_bobpowell.net > wrote in message
news:OY******** ******@tk2msftn gp13.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******** *****@tk2msftng p13.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******** ******@TK2MSFTN GP11.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@_spamkille r_bobpowell.net > wrote in message
news:OY******** ******@tk2msftn gp13.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******** *****@tk2msftng p13.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
5539
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 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access 2k to word 2k automation yet I get the error "Automation Error" "ClassFactory cannot supply requested class" when on late binding try...
13
3334
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 to rewrite all your code because Microsoft upgraded all their crap and nothing you wrote 10 years earlier works. It doesn't take a rocket scientist to figure out that Microsoft is unreliable. Try opening an Excel 95 spreadsheet you wrote in...
0
3733
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 text boxes how do I stop this and how would I code it to redirect to a thank you page. All with out the help of a web server this has to br ran from the desktop and with in IE with a local directory. Pleas help I am stuck. here is the code! ...
2
1058
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!? gicio
1
4121
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 doc file. On click of a button the the word application com dll is getting activated, but wehn we do this on a Windows Server 2003 machine we are getting the following error.
2
4445
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: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaac11/html/acproPrtDevMode_HV05187912.asp I tried redefining the type declarations in VB.NET using structures: Private Structure str_DEVMODE
52
9997
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 2005, and, since he already has licenses for Office Pro 2002, he wants to upgrade to that. I've been saying that we need to upgrade to Access 2003, not 2002, even if Office is kept at 2002. We are also looking to do a fair amount of...
6
7645
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 that in my home PC I also have Office 2003, but I only have Microsoft Office 11.0 Object Library in it and not Microsoft Office 12.0 Object Library, so the application does not work right.
4
1576
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 getting that bl...dy paint in the ...."wait while Office is configured " message. There is a registry fix for Word I found at http://word2007bible.herbtyson.com/2007/04/15/word-2007-and-word-2003-coexisting/
0
9704
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9571
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10318
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10302
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10069
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9132
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6845
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5505
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3803
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.