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

how to get .net designer frame articles?

I'm studying the designer in .net frame, and met many new things such as
System.Windows.Forms.DesignerFrame,
System.Windows.Forms.FormDocumentDesigner, but I can't find anything about
it in MSDN. Do you know how to get the article about them, how does the .net
Frame Designer work, and how to develop a new Designer like Form Designer of
VS.net?

Any responsibility is welcome. Thank you.
Nov 16 '05 #1
1 2917
Hi,

..NET forms uses instance of type FormDocumentDesigner as a root designer.
Unfortuanately this class declared in System.Designer.dll assembly, as many
others, is decalred as internal and cannot be used. For us the framework
exposes DocumentDesigner class which is supposed to be used for writing root
designers for forms. And it seems to work fine except for one little small
thing the makes it usless in many scenarios. This class doesn't support
design of main menu objects. It supports context menus only. Why they
decided to do that I don't know. One can find some reasons for that, but I
personally think it's not fair.
Anyways, you can find some good articles in the official windows forms site
http://www.windowsforms.net/Articles...131&tabindex=2

--
HTH
Stoitcho Goutsev (100) [C# MVP]
"°Ë´óɽÈË" <zh**********@hotmail.com> wrote in message
news:ew**************@TK2MSFTNGP09.phx.gbl...
I'm studying the designer in .net frame, and met many new things such as
System.Windows.Forms.DesignerFrame,
System.Windows.Forms.FormDocumentDesigner, but I can't find anything about
it in MSDN. Do you know how to get the article about them, how does the ..net Frame Designer work, and how to develop a new Designer like Form Designer of VS.net?

Any responsibility is welcome. Thank you.

Nov 16 '05 #2

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

Similar topics

1
by: Boniface Frederic | last post by:
Hello, I have frame displaying the last posted messages. I set <meta http-equiv="refresh" content="5"/> to automatically refresh the frame every 5s My problem is; if I scroll the frame to see...
0
by: Ward Bekker | last post by:
Hi, I am researching if it is possible to incorporate the web forms designer that is used by visual studio in another application. Hosting the WIN forms designer is already possible (see...
4
by: Fre | last post by:
Hi, i made script with an alert window that should show me the location of the page in frame CONTENT (..../artikels.aspx). But it don't work, i got an error: 'top.frames.1.frames' is empty or nog...
5
by: Frame | last post by:
I'm looking for tutorials or articles considering HTML Frames and how to handle them with Javascript. E.g. samples how Frames can exchange information, can a Frame instruct other Frame to update...
3
by: Gabe | last post by:
Hi all, I was wondering if there is a way that I can set a single frame of a gif file to a picture box programatically? thanks,
2
by: Philippe Meunier | last post by:
Hi, I would like to code kind of Form designer. I would like it to act like the VB.NET designer and the problem I am actually facing is about the drag & drop of controls on the form. I add them...
5
by: Shane Story | last post by:
I can seem to get the dimensions of a frame in a multiframe tiff. After selecting activeframe, the Width/Height is still really much larger than the page's actual dimensions. When I split a...
3
by: Phill. W | last post by:
(VB.Net 2003) I have a UserControl that exposes a number of public properties. When using this control on a.n.other Form, how can(?) I prevent the Forms Designer from adding code into...
42
by: smerf | last post by:
Using javascript, is there a way to trap an external page inside a frame? I've seen scripts to break out of frames, but nothing to keep a page trapped in a frame.
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: 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
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...
0
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...

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.