|
|
|
date: Wed, 14 May 2008 12:27:00 -0700,
group: microsoft.public.vstudio.extensibility
back
Re: Shell Questions for new RAD Application using XML Front End
Hello Alexander,
I see your response to me in the last thread. I am sorry that a URL was
broken due to the Newsgroup system:
http://bloggingabout.net/blogs/perikles/archive/2006/11/25/Using-the-Windows-Forms-designer-as-your-custom-Design-editor.-_2800_Part-I_2900_.aspx
Although these links are back to 2003 or 2005, VS 2008 still uses them in
the new VS Shell technology. There is a good article walking through how to
create your own tools IDE with VS Shell isolated mode: (Page 1~4)
http://code-magazine.com/article.aspx?quickid=0710032&page=1
In page 4, the VS packages referred by the section ¡°Adding a Package to
Your IDE¡± are the same as what we did in the past.
Regarding your specific requests of the browser, would you please introduce
more details of its features? I discussed it in my team and I am sorry that
we cannot understand ¡°check to make sure an Assembly.Class.Method is valid
for an element value.¡±. What are the objects when you said ¡°use the GUI
designer to display the objects I create from the XML.¡±?, and did you mean
¡°web control¡± or winform control¡± by ¡°.NET controls¡±? Would you let me
know how you are going to use these controls in the designer, so that we are
able to share our suggestions with you? A demo XML will be appreciated. If
these information cannot be easily provided in newsgroup, pease don¡¯t
hesitate to contact me directly through my mailbox: jialge@microsoft.com
Thanks,
Jialiang Ge (jialge@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
"Alexander Wykel" <awykel@nospam.nospam> wrote in message
news:06003A6A-BE8C-4FDF-92CA-6202069AE8DC@microsoft.com...
>I would like to write an extensibility extension for my product that
> basically is a browser to an XML front end. I want to use the features in
> Visual Studio Extensibility, but extend them to do things like check to
> make sure an Assembly.Class.Method is valid for an element value. In other
> words I have elements that take an argument of the form
> 'AssemblyName.ClassName.MethodName' I want to use extensibility to verify
> this is a valid reference in the XML document.
>
> Additionally, I would like to use the GUI designer to display the objects
> I
> create from the XML. Would this cause any problems, I plan on using .NET
> controls in the designer. I know there are limitations on what you can put
> in an extensibility package but I am not sure so I wanted to double check
> with you guys.
>
> Also I looked at the Isolation Deployment package and it requires
> knowledge
> of C++ which I do not have. Would I be able to write the Standard,
> Professional, and Team editions in managed .NET C# code?
>
> Re posted this twice diffrenct threads: Last thread
>
> http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?&query=wykel&lang=en&cr=US&guid=&sloc=en-us&dg=microsoft.public.platformsdk.shell&p=1&tid=f0173545-e9c0-4993-a457-b769d666be1e&mid=aa222da6-bf82-4fac-9457-2589113979b1
> --
> Alexander L. Wykel
> AW Software Works
>
date: Thu, 15 May 2008 15:13:22 +0800
author: Jialiang Ge [MSFT]
|
|