all groups > dotnet windows forms designtime > march 2005 > threads for march 1 - 7, 2005
Filter by week: 1 2 3 4 5
Nested Complex Properties Designer Problem
Posted by ?eljko Margeta via .NET 247 at 3/7/2005 11:01:40 AM
Hi,
I am having a realy annoying problem=2E I'm creating a custom=
control, which uses a complex property named GradientColor=2E=
GradientColor class is consisted of an (int) Angle, (AlphaColor)=
BeginColor and (AlphaColor) EndColor=2E
On the other hand, AlphaColor is another class that co... more >>
Beginner Project on Inherited Forms
Posted by Roger Stenson at 3/7/2005 12:22:28 AM
Hi All
I would be grateful for help with this learning problem
I am trying to adopt the use of Inherited forms guided by the Simple
walkthrough in the VB Help file
I have designed & built a mulitpurpose base form class which has a number
of controls and a 'New' routine requiring three param... more >>
DefaultValue with Dynamic value ?
Posted by azerty at 3/6/2005 2:00:19 PM
Hello
With
[DefaultValue("My string")]
I can say to IDE :
this defaultValue property is"My string", So it is not necessary to save the
value in InitializeComponent method if this property equal "My string"
Perfect, But I want to specify a dynamic value
Example : If Prop1 equal the v... more >>
how to force windows forms designer to generate code...
Posted by Dan I at 3/5/2005 8:43:22 PM
Hello again.
I was wondering if any of you have experienced the following behavior. I
wrote a custom type editor and a custom collection editor. Both work as
expected. The problem lies with the collection editor.
If I launch the collection editor via the property grid, the editor comes
u... more >>
Correctly detecting and handling Drag & Drop on a ParentControlDes
Posted by Robin Sanner at 3/4/2005 8:47:08 AM
I previously didn't submit this under the MSDN account sign-on. Here is the
question again.
I have a UserControl that is acting as a container for other controls. This
UserControl has a custom designer inheriting from ParentControlDesigner.
During design time I want to detect that a contr... more >>
Cut/Copy/Paste in own Form designer ?
Posted by Bragadiru at 3/3/2005 5:58:42 PM
hi,
I'm implementing my own "Form Designer" and now want to add Cut/Copy/Paste
features for regular controls (textboxes, labels, comboboxes,...). How can I
do it ?
Thanks for any advice.
... more >>
user control design time integration
Posted by Dan I at 3/3/2005 4:20:13 PM
Hello experts.
I have a class called VisualAspect. This class stores information about
how to draw things (backcolor, forecolor, font, ...). This class is
complete with a TypeConverter (which returns a constructor based
InstanceDescriptor), DefaultValue attributes on every public property, ... more >>
upload a page into FTP in VB.NET
Posted by Skumar at 3/2/2005 10:03:57 AM
hi
to all
i'm working in VB.NET
i need upload a page using receivers FTP info
URL
username
password
i need upload the page into receivers FTP using above information.
i need u'r help.
hoping of help.
with regards
skumar
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|