473,795 Members | 3,002 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1818
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**********@c om.msn_swapwrot e in message
news:O3******** *****@TK2MSFTNG P06.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.netNoS pamMwrote in
message news:Ou******** ******@TK2MSFTN GP03.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**********@c om.msn_swapwrot e in message
news:O3******** *****@TK2MSFTNG P06.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**********@c om.msn_swapwrot e in message
news:uU******** ******@TK2MSFTN GP06.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.netNoS pamMwrote in
message news:Ou******** ******@TK2MSFTN GP03.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**********@c om.msn_swapwrot e in message
news:O3******* ******@TK2MSFTN GP06.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.xm l 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**********@c om.msn_swapwrot e in message
news:uU******** ******@TK2MSFTN GP06.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.netNoS pamMwrote in
message news:Ou******** ******@TK2MSFTN GP03.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**********@c om.msn_swapwrot e in message
news:O3******* ******@TK2MSFTN GP06.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.xm l 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
2427
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 various ToolBox collections within. I've been able to create a new ToolBoxTab but I am not able to add any items to this tab.
5
2469
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 Visual Studio .NET 2003 toolbox and I've got some serious problems with it. Problem looks like this:
0
949
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. I didn't ever work with designers, but I think it's no necesary to create one in this case, the Items property what I'm talkin is a item colleccion class that inherits from System.Collections.CollectionBase, so i just declare Items property as...
0
3158
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 to the toolstrip via the properties panel. Ive add a public property "ToolStripItems" to my control and it shows up in the designer, but when i click the "..." button to edit the collection i get the following dialog: "Value cannot be null....
3
2372
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. Shift-F7 does not work. What do I have to do in order to get a /designer/ window? Thanks Tin
1
2413
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 have a newer problem which seems to come from the fact that the assembly which contains my "SimpleComponentToolboxItem" must be already referenced
8
2114
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 Server2003 and also SharePoint Portal Server Product. Whenever I try to learn the details of what the SharePoint services have to offer for asp.net developers all roads lead to a video, recorded in 2003 that has to do with "asp.net" and sharepoint....
1
2800
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 and due dates. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Timeline-WorkPrint</title> <html> <head> ...
2
2024
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 control. Then when I build and run the control I find that the LineWidthComboBox quite often appears with 2 copies of the item list. I.e. 8 entries instead of 4. This usually only happens after I have run the application and can happen even...
0
10439
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10215
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
10165
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
10001
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...
1
7541
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6783
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
5437
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...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3727
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.