all groups > dotnet windows forms designtime > august 2006
browsable attribute broken with custom TypeConverter?
Posted by ScottP at 8/31/2006 11:05:20 AM
I am adding some design time support to a class that I need the user to
be able to modify. There are two class properties that I would like not
to display in the property grid. I have marked the property with the
browsable attribute as I have done in the past. But this time, these
propert... more >>
IDE Toolbox Issue
Posted by Techno_Dex at 8/28/2006 2:53:02 PM
I am having a problem with the VS2005 Toolbox and I'm not sure how to
resolve my issues. The two issue I have, are that when the toolbox loads,
half of the icons are all all hosed up. It's like the toolbox gets stuck on
one icon an then load it for every single control from then on down. It... more >>
systray app - help
Posted by Arvi at 8/25/2006 10:35:22 AM
Hello,
Im quite new to c# windows application.
i need to write a application which stays on the systray and listens to the
SQL Table. (when the value is inserted as 0 - done thru Dataset and check it
every2 seconds?) i need to open another application thru command prompt and
pass the parame... more >>
adding designtime support for property of usercontrol (InitializeComponents)
Posted by Robert Ludig at 8/16/2006 9:08:37 AM
I have a very simple UserControl (derived from
System.Windows.Forms.UserControl) that contains several ListViews. The
UserControl exposes a single public property:
public ListView.ColumnHeaderCollection Columns { get {...} };
When I use VS2005 designer's proprtygrid for that UserConrol to ad... more >>
CodeDomDesignerLoader regenerating code for members from base form
Posted by j NO[at]SPAM thewolfweb.com at 8/15/2006 9:29:49 AM
I've derived from CodeDomDesignerLoader in order to generate VB code
for forms that I've designed in a custom designer. My current
implementation of Parse is essentially just the following, which
creates a shell form with a base type specified:
codeCompileUnit = new CodeCompileUnit();
... more >>
Using CodeDomSerializer to save application settings
Posted by Iain Macnab at 8/9/2006 3:14:22 PM
Hi all
I am wanting to use the CodeDomSerializer to serialise my applications
object graph. The object graph is manipulated using the PropertyGrid
component and I want to serialize this to disk and then reconstitute it. I
have managed to use the CodeDomSerializer to serialize the object f... more >>
Designer smart tag crashes Visual Studio 2005
Posted by Abhishek Ghuwalewala at 8/3/2006 4:08:01 PM
In the property grid, if I set a property to an invalid value (which causes
an exception to be thrown), the property grid displays a message box with
"Property value is not valid." message with options to view the details
about the error as well as an OK and Cancel button.
In a designer s... more >>
|