all groups > dotnet windows forms designtime > january 2007
Creating an exception viewer control
Posted by John Pouliezos at 1/29/2007 8:59:40 PM
Hi... any ideas on how to get a grip on the winforms control used by the
..net to show the details of an exception ?... more >>
switching between code and winform
Posted by .:Alex:. at 1/29/2007 12:28:26 PM
Hello,
I have this very annoying problem. for example I have a class , a
partial class of a Form. When I modify some code in this class and I switch
to the Form, I have to wait some time to refresh the control. It's very
interesting because I don't modify a param regarding the form...
... more >>
How to cancel this event
Posted by Rob Peterson at 1/23/2007 2:03:03 PM
Hi there,
Does anyone know how to actually "abort" the event (component change)
described in the following link. Apparently it's doable as mentined in the
"Remarks" section but how. Alternatively, it would be better to prevent this
event from being raised in the first place if anyone knows ... more >>
Designer ctor not working
Posted by Mario Vázquez at 1/18/2007 5:48:55 PM
Hi all,
I'm implementing a designer for a usercontrol and it seems that it's not
attached if I use the construtor Designer(type, type) of the attribute. I
must use the overloaded ctor Designer(type) in order to make the things
work.
I don't know if this can be the cause (not being able to ... more >>
How to know when a component is draged on a form?
Posted by Mario Vázquez at 1/17/2007 3:56:41 PM
Hi all,
I'm trying to build a component which takes advantage of other components.
So, when this new component is draged to the form, I would like to insert
other components on the designer and relate them. But only the first time
the component is inserted! to avoid inserting components each ... more >>
Beginner: Please help me!
Posted by Luciano at 1/16/2007 9:24:37 AM
Hello to all !
I'm very very very beginner on buiding windows forms designers. Please,
can anyone help me ? Where do I found informations, samples etc ?
Thanks for all ! (Sorry my english, it is not so good :))
Luciano.... more >>
Is this normal
Posted by Robert Brown at 1/11/2007 6:33:03 PM
Hi there,
Is it normal for form-based events to fire in "InitializeComponent()". I've
got a "DataGridView" on a form and I set its "CellValueChanged" event using
the forms designer. Ok, VS initializes my event in "InitializeComponent()".
However, "InitializeComponent()" later calls
"Compo... more >>
DesignerAttribute problem
Posted by Greco at 1/10/2007 3:00:21 PM
Hi all
I'm working in VB.NET.
I have one solution (controls and components) that contains two
projects: one with the designers (all inherited from ControlDesigner)
and another project with the controls and the components.
Before splitting mu project into two different projects, I was workin... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to save the Form Controls to an XML file
Posted by Carlos Rodriguez at 1/3/2007 8:27:20 PM
Hello Can someone tell me how to save the controls and its properties on a
form to an xml file
I have problems when it come to the Font, Color, Cursor ... properties
heres`s an ex of what I do:
Private Sub SaveCtrlsProp()
Dim cCtrl As Control
Dim cCtrlProperty As PropertyCol... more >>
Description Attribute in Class Library (DLL) ?
Posted by JerryWEC at 1/3/2007 3:53:11 PM
How do you get the description to display in a calling application when =
you use a description attribute on your properties in a class library =
(DLL)?
I'm using the following code in my dll (class library)...
Imports System.ComponentModel
<Description("Operator Name Property."), Category(... more >>
|