Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / Design Time / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to add Root Designer support for Custom ContainerControl14 Oct 2004 07:12 GMT2
I'm trying to create custom container control for .Net framework. I want to
associate a Design view for the inherited types. I was trying to use the
built-in UserControl root designer for it, since I want the functions of the
built in designer.
How to change the Window Form font programmatically and maintain the layout intact?13 Oct 2004 10:11 GMT1
How to change the Window Form font programmatically and maintain the layout intact?
Here is a sample below
// IntactForm.cs
// ********** code starts here **********
Doubleclick in Toolbox13 Oct 2004 09:13 GMT4
how can i find out if a user has doublclicked a Item in the Toolbox.
Is there an Event ?
I have a own Designer that works fine if the User Drops a "Control"
on  the "Form" but how can I catch up that he is not droping it ?
Undo/redo for DesignOnly properties12 Oct 2004 11:31 GMT1
I wrote a component with a DesignOnly property. The property is a custom
dictionary (inheriting from DictionaryBase) that has a TypeConverter
to/from string type. Values are saved into and read from resource file
correctly when the containing form is saved/loaded.
Undo Stack of Designer12 Oct 2004 08:45 GMT1
Anyone who knows how can I debug the Undo Stack used by a designer on
component change, add and remove?
Thanks...
AddHandler needed in designer generated code12 Oct 2004 02:26 GMT5
I have a component that implements ISupportInitialize, so the code in
InitializeComponent is something like:
theComponent.BeginInit()
' Set theComponent properties
Form Load Event In Design Time11 Oct 2004 03:14 GMT1
very strange phenomenon happens when designing my forms
i have a base form that i inherit my forms from
but when i open an inherited form in the design time ( not in the run time )
the form load event of the base form is executed
Refreshing in designer07 Oct 2004 15:59 GMT3
I developed a custom component designer, that keeps the name of the
component (Site.Name) in sync with another property, call it property ABC.
This works well.
The problem is that in the properties window, property ABC does not get
Hosting Windows Forms Designers07 Oct 2004 06:36 GMT2
I follow the examples given on Tim Dawson's website  -
http://www.divil.co.uk/net/articles/designers/hosting.asp)
I want to add some control by code.  In fact, when the user add a
textbox, I want to add automaticly a label.  I add some events
GetSavedLicenseKey and SetSavedLicenseKey and differeing versions.06 Oct 2004 22:08 GMT16
We have developed a Licx License Provider.
The problem is that whenever the build version of our Control changes
Applications that were use the control fail because the GetSavedLicenseKey
is retrieving a null value. From our understanding this is because the
Assembly Strong name06 Oct 2004 09:31 GMT1
Would someone tell me what is "strong name of an assembly"?
Tony
Adding Designer Verbs to a Windows Form06 Oct 2004 04:06 GMT1
Anyone know of a way to add designer verbs to a windows form?
Thanks
How to type directly into a TextBox (or Label) at design time?04 Oct 2004 23:36 GMT1
I am developing an application which imitates a form designer.  Basically, I
implemented IDesignerHost and all other required services.
Everything works great, but my customers aren't very happy. They  don't
appreciate the power and beauty of the PropertyGrid. For example, they want
How can I add toolbox controls to myPanel in DesignMode01 Oct 2004 03:22 GMT8
I am trying to write a designer for control derived from
System.Windows.Forms.Panel.
I hooked up a handler for IComponentChangeService.ComponentAdded event
   OnComponentAdded ( object sender, ComponentEventArgs e )
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.