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 / April 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
extender controls07 Apr 2005 22:48 GMT1
I have a panel that acts as an extender provider. I only want to extend
properties if the control is parented by the panel. I implemented CanExtend
to do this; however when the control is first outside the panel and it is
then dragged in the CanExtend methods does not seem to be ...
Disappearing Controls when the designer loads a form.07 Apr 2005 02:05 GMT3
I am using Visual Studio 2003 (C#) with the .NET Framework 1.1 SP1.
I suspect that I have encountered a bug in Visual Studio.  I have  three
user controls (EditorGrid, EditableGrid, and ReadOnlyGrid) which inherit from
Abstract Grid. AbstractGrid Inherits from TitledFrame and ...
Design Time event generation and method content06 Apr 2005 14:47 GMT1
I'm trying to figure out how to create a control which can add or edit
code during drag&drop operation. I know how to handle CreateTransaction
method and add the control but I have no idea how to add event code
content during this operation.
How to implement an OpenFileDialog in a Component's DesignTime property?06 Apr 2005 04:55 GMT1
The PictureBox component has a desingtime "Image" property. You can click
and open an OpenFileDialog to select the path of an image. How is this
being done? Also, you can only browse for the file and cannot type in the
path. Is there a way to allow a manual input as well as browse ...
Designer changes size of childcontrols during build06 Apr 2005 04:48 GMT1
i got this control i'm creating
it exists of a containercontrol wich manages some child containercontrols
(kinda like the tabcontrol --> tabpages)
when i add pages all works fine but when i add controls to these
design time wizard05 Apr 2005 22:22 GMT1
How do I display a wizard when a component is dropped on the form the way
DataSet does?
The wizard needs to be displayed before adding the component to the designer
so that the user can choose some options for the component.
User Controls04 Apr 2005 18:41 GMT2
I've taken a button component and extended it's functionality by adding a
couple small methods and properties.  This control is contained within my
project tree and has been used on various locations of my form.  Now, I want
to add another property to the control.  In doing so I had ...
Serialization Interception04 Apr 2005 09:58 GMT1
I'd like to modify the standard output of the generated code.
Let's say, I'm changing a TextBox's text property to "SomeValue", and I'd like to get something like this in InitializeComponents():
myTextbox.text = GetTextualValue("SomeValue");
and not:
Pages: 1 2 March, 2005
 
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.