all groups > dotnet windows forms designtime > may 2004 > threads for may 1 - 7, 2004
Filter by week: 1 2 3 4 5
PictureBox.AllowDrop Property
Posted by Gaz at 5/7/2004 2:11:51 PM
I want to be able to set the PictureBox.AllowDrop property in the designer
but it doesn't appear in the properties list. In the MSDN help files
'AllowDrop' is not even listed as a member of PictureBox! even though
PictureBox is inherited from System.Windows.Forms.Control which has this
property... more >>
TypeConverter fails for constructor with array parameter
Posted by darylcogswell NO[at]SPAM hotmail.com at 5/7/2004 7:08:54 AM
Hi,
I am trying to build a TypeConverter for a class that accepts a String
array as the only parameter in the constructor.
Dim signature as ????
Dim ci As System.Reflection.ConstructorInfo =
dr.GetType().GetConstructor(signature)
Return New InstanceDescriptor(ci, New String() {"a", "b"}, T... more >>
is it possible to prevent control text property autoassignment on creation in the forms designer?
Posted by Bob at 5/6/2004 5:35:16 PM
I have a control whose text property I don't want automatically set on
creation in the forms designer (i.e. "MyUserControl1"), I want this left
blank unless the user specifically puts in a value. Is this possible? I
thought about using a custom serializer, but the only thing I could come up
with... more >>
Design time property collection persistence
Posted by Marina at 5/6/2004 9:31:08 AM
Hi, no matter what I do I can't seem to get this to work. I've read every
post I can find on this, and none of the solutions help.
Basically, I have a collection of objects, that I'd like for users to be
able to add at design time using the collection editor. Here is the code for
the type and ... more >>
Other options than Cristal
Posted by MajorTom at 5/5/2004 11:33:55 PM
Hi,
I want to kwon any other options, opinions, experience, for reports design
and integration with windows form .NET
How many tools are there, which one is the best ? humm
Who have the better integration with the ADO.NET dataset and memory objects
?
Thanks in advance
MajorTom
multi... more >>
Combobox DataSource property at design time
Posted by Vasyl at 5/5/2004 5:25:53 PM
Hi all,
I've created a combobox column style for the datagrid control. It works fine
except of editing properties in the Visual Studio designer .
In particular I want to change the property DataSource at design time.
Have following code:
public class DataGridComboBoxColumn : DataGridColum... more >>
Setting up TypeConverter attribute dynamically.
Posted by Oleg Slyusarchuk at 5/5/2004 9:37:58 AM
Please, help with the following.
I have a property "UserName".
When user names are available, I use TypeEditor: derived from
StringConverter with
public override TypeConverter.StandardValuesCollection
GetStandardValues(ITypeDescriptorContext context)
implemented, so I'm able to select ... more >>
SQL 2000 Reporting Services
Posted by MajorTom at 5/4/2004 8:10:07 PM
Is this a good solution for the reports of a desktop application using SQL
Server ?
Is for easy deployment of any simple application ?
Please I need to decide for a report designer for windows forms applications
using VS.NET, I'm not satisfied with CristalReports.
Is this SQL 2000 RS the... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Property Change not recognized
Posted by Dennes Oliveira via .NET 247 at 5/4/2004 11:45:06 AM
Hi !
I created a personalized uitypeeditor with a modal dialog to edit a personalized collection in my component.
The problem is that when I use this dialog to edit the collection it appears that visual studio don't notice that something has changed. Visual Studio doesn't put the "*" mark on t... more >>
Password Property
Posted by Dennes Oliveira via .NET 247 at 5/4/2004 11:10:24 AM
Hi !
I created a windows control with one password property. I would like that the password appear as "*" when typed in property window.
I tryed to create a TypeEditor for the password property and overrides the paintValue method, but this doesn't work. I have to problems in result : The "*" a... more >>
How to make component not to apear in toolbox?
Posted by Oleg Slyusarchuk at 5/3/2004 2:16:35 PM
I have a component that is a part of a control
How make this component NOT be shown in toolbox?
P.S.
I know there is an attribute, I found it once, now I've spent more than 2
hours trying to figure it out.
Sorry, if it too simple
... more >>
newby - where is statusbar control
Posted by CheshireCat at 5/3/2004 9:49:23 AM
Is there a palette statusbar control in vs .net please? I'm using demo
version of professional and don't seem to be able to find it.
thanks
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.672 / Virus Database: 434 - Releas... more >>
|