| Thread | Last Post | Replies |
|
| Password Property | 11 May 2004 11:58 GMT | 2 |
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 : ...
|
| newby - where is statusbar control | 11 May 2004 11:57 GMT | 2 |
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 ---
|
| Having a Custom ScrollBar for Controls possible in .NET ? | 11 May 2004 11:56 GMT | 3 |
I want to customize the look & feel of scroll bar which appears for controls like Textbox, ListBox, ComboBox etc. Is there any way to achive this in .NET I could not see any direct ways to replace the default scrollbar with my own Thank Prashanth
|
| "Unspecified Error" dragging dataset to form. | 10 May 2004 21:22 GMT | 1 |
One of my WinForms projects has recently stopped letting me add data sets to forms or components through the visual designer. When trying to drag a dataset onto the designer I get "Unspecified Error", but no additional information.
|
| TypeConverter fails for constructor with array parameter | 09 May 2004 17:07 GMT | 1 |
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 =
|
| PictureBox.AllowDrop Property | 08 May 2004 21:01 GMT | 2 |
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 ...
|
| is it possible to prevent control text property autoassignment on creation in the forms designer? | 08 May 2004 04:57 GMT | 3 |
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 ...
|
| Property Change not recognized | 07 May 2004 09:27 GMT | 2 |
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 "*" ...
|
| Design time property collection persistence | 06 May 2004 20:19 GMT | 1 |
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
|
| Setting up TypeConverter attribute dynamically. | 06 May 2004 16:15 GMT | 2 |
Please, help with the following. I have a property "UserName". When user names are available, I use TypeEditor: derived from StringConverter with
|
| Other options than Cristal | 06 May 2004 09:17 GMT | 2 |
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
|
| SQL 2000 Reporting Services | 05 May 2004 22:43 GMT | 1 |
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
|
| How to make component not to apear in toolbox? | 04 May 2004 14:57 GMT | 3 |
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
|
| extended property and Modal UI Type Editor | 03 May 2004 01:16 GMT | 1 |
is it possible to use a custom UI type editor for an extended property ? my component A , add an extended property to a textBox control for example, and i want to "edit" this property with a custom editor. thanks --------------------------------
|