473,385 Members | 1,465 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.

Sharepoint Designer/ Expression Web Designer : adding item in toolbox ?

Hi

As we ship some controls with one of our application that targets web
designers, we want to add items in the toolbox of the two products.

With VS 2005, it is quite easy, but what about this two products ?

We was able to add our controls in the standards group, by modifying the
standard.xml file located in Program Files\Office12\1033, but this looks
like much a trick than a supported operation.

I'd appreciate any help,
Steve
May 30 '07 #1
4 1792
You can make the third party controls render in EW or SD, but you cannot add
them to the toolbox, as the list is hard coded. Dumb? Perhaps, but I give
the benefit of the doubt they never saw people using their hammer to beat in
screws. End users often take a product beyond where it was designed to go.

To render the third party controls, place them in the GAC. Perhaps the next
version will allow you do actually place them in the toolbox.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
"Steve B." <st**********@com.msn_swapwrote in message
news:O3*************@TK2MSFTNGP06.phx.gbl...
Hi

As we ship some controls with one of our application that targets web
designers, we want to add items in the toolbox of the two products.

With VS 2005, it is quite easy, but what about this two products ?

We was able to add our controls in the standards group, by modifying the
standard.xml file located in Program Files\Office12\1033, but this looks
like much a trick than a supported operation.

I'd appreciate any help,
Steve

May 30 '07 #2
Actually, we provide to our customer a CMS like application and we want to
let them use the web designer or their choice.
The application clearly separate web designers from developpers. We can't
ask web designer to use Visual Studio (but we allow it of course), even if
VS can be greatly customized.

Controls assemblies are installed in GAC by the SDK setup and render
correctly in the designer (with the property grid editable as required). The
only lack is that web designer must add by hand the html tag of our control,
which is not as simple as what we want to achieve.
So what our options ?

Thanks
Steve
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:Ou**************@TK2MSFTNGP03.phx.gbl...
You can make the third party controls render in EW or SD, but you cannot
add them to the toolbox, as the list is hard coded. Dumb? Perhaps, but I
give the benefit of the doubt they never saw people using their hammer to
beat in screws. End users often take a product beyond where it was
designed to go.

To render the third party controls, place them in the GAC. Perhaps the
next version will allow you do actually place them in the toolbox.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
"Steve B." <st**********@com.msn_swapwrote in message
news:O3*************@TK2MSFTNGP06.phx.gbl...
>Hi

As we ship some controls with one of our application that targets web
designers, we want to add items in the toolbox of the two products.

With VS 2005, it is quite easy, but what about this two products ?

We was able to add our controls in the standards group, by modifying the
standard.xml file located in Program Files\Office12\1033, but this looks
like much a trick than a supported operation.

I'd appreciate any help,
Steve


May 30 '07 #3
Your option is to create a EW add-in to insert the code into the page for
the user.
--
Mike - FrontPage MVP '97 - '02
Expression Tools & Addin
http://www.j-moves.com
http://www.panemanager.com
FrontPage Tools & Addin
http://www.jbots.com
E-Commerce
http://www.candypress.com

"Steve B." <st**********@com.msn_swapwrote in message
news:uU**************@TK2MSFTNGP06.phx.gbl...
Actually, we provide to our customer a CMS like application and we want to
let them use the web designer or their choice.
The application clearly separate web designers from developpers. We can't
ask web designer to use Visual Studio (but we allow it of course), even if
VS can be greatly customized.

Controls assemblies are installed in GAC by the SDK setup and render
correctly in the designer (with the property grid editable as required).
The only lack is that web designer must add by hand the html tag of our
control, which is not as simple as what we want to achieve.
So what our options ?

Thanks
Steve
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:Ou**************@TK2MSFTNGP03.phx.gbl...
>You can make the third party controls render in EW or SD, but you cannot
add them to the toolbox, as the list is hard coded. Dumb? Perhaps, but I
give the benefit of the doubt they never saw people using their hammer to
beat in screws. End users often take a product beyond where it was
designed to go.

To render the third party controls, place them in the GAC. Perhaps the
next version will allow you do actually place them in the toolbox.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

*********************************************** *
Think outside the box!
*********************************************** *
"Steve B." <st**********@com.msn_swapwrote in message
news:O3*************@TK2MSFTNGP06.phx.gbl...
>>Hi

As we ship some controls with one of our application that targets web
designers, we want to add items in the toolbox of the two products.

With VS 2005, it is quite easy, but what about this two products ?

We was able to add our controls in the standards group, by modifying the
standard.xml file located in Program Files\Office12\1033, but this looks
like much a trick than a supported operation.

I'd appreciate any help,
Steve



May 30 '07 #4
To elaborate on Mike's answer create an add-in write its own toolbar or add
to a menu. The Toolbox is not currently extensible and adding extensibility
to the toolbox was not on the version 2 feature list presented at Mix 07.
They did say they hare not looked down version 2 yet. They were actively
soliciting requests for future version features at Mix. See the Expression
Web recording over at http://sessions.visitmix.com for more info

--
Cheryl D Wise
MS MVP FrontPage
http://by-expression.com
Author: Foundations of Microsoft Expression Web: The Basics and Beyond
"Steve B." <st**********@com.msn_swapwrote in message
news:uU**************@TK2MSFTNGP06.phx.gbl...
Actually, we provide to our customer a CMS like application and we want to
let them use the web designer or their choice.
The application clearly separate web designers from developpers. We can't
ask web designer to use Visual Studio (but we allow it of course), even if
VS can be greatly customized.

Controls assemblies are installed in GAC by the SDK setup and render
correctly in the designer (with the property grid editable as required).
The only lack is that web designer must add by hand the html tag of our
control, which is not as simple as what we want to achieve.
So what our options ?

Thanks
Steve
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:Ou**************@TK2MSFTNGP03.phx.gbl...
>You can make the third party controls render in EW or SD, but you cannot
add them to the toolbox, as the list is hard coded. Dumb? Perhaps, but I
give the benefit of the doubt they never saw people using their hammer to
beat in screws. End users often take a product beyond where it was
designed to go.

To render the third party controls, place them in the GAC. Perhaps the
next version will allow you do actually place them in the toolbox.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

*********************************************** *
Think outside the box!
*********************************************** *
"Steve B." <st**********@com.msn_swapwrote in message
news:O3*************@TK2MSFTNGP06.phx.gbl...
>>Hi

As we ship some controls with one of our application that targets web
designers, we want to add items in the toolbox of the two products.

With VS 2005, it is quite easy, but what about this two products ?

We was able to add our controls in the standards group, by modifying the
standard.xml file located in Program Files\Office12\1033, but this looks
like much a trick than a supported operation.

I'd appreciate any help,
Steve


Jun 1 '07 #5

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

Similar topics

0
by: Fred Chen | last post by:
Hi, I've created a custom component and I am trying to add this component to my toolbox through an installer. I've read previous posts and msdn documentation on using the DTE object and the...
5
by: Slawomir Piotrowski | last post by:
Hello, I'm writing C# code and executing it using InstallUtilLib.dll from custom action during an installation process. It works fine. I've written some code to add an item (component) to...
0
by: Andrés Giraldo | last post by:
Hi! I'm trying to creat a custom TabStrip Control, everything's ok but I want that in design time the developer creates each tab of the items property by a designer on the property tool box. ...
0
by: Mark Ingram | last post by:
Hi, ive got a custom control, it basically has a label and a toolstrip. i can add my control to the toolbox and add it to a form, but i'd really like to be able to let the end developer add items...
3
by: Tin Gherdanarra | last post by:
A colleague gave me a project where there was a /designer/ window for database connectivity (drag&drop from the toolbox), but I can't find out how to get a /designer/ window in my own project....
1
by: Jedufa | last post by:
following of thread: "Adding namespaces to code behind automatically" Hello, I had quite the same problem and got further in the right direction with your suggestions, thanks. Nevertheless, I...
8
by: GaryDean | last post by:
I was advised by a Microsoft speaker at a local .Net conference that "SharePoint" had a lot to offer for asp.net developers. I've spent a few hours hunting down links on Sharepoint Services in...
1
by: doublestack | last post by:
I have a html file with javascript and am loading information into it with a xml file stored within sharepoint. I am having problems getting the dates to appear correctly, specifically, start date...
2
by: steve | last post by:
I have the very simple derived class below but when I drag the class from the toolbox on to one of my UserControls VS designer extracts the information and puts it into its resource database for the...
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
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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.