Hi,
I am trying make a WYSIWYG Designer with Drag and drop. Something similar to
the ASP.NET desginer which dosent generate code but stores the information
to a database. But I am unable to find where should I start I am unable to
visualize or decide what should I start with.
Can anybody point ...
more >>
Hi all,
I am trying to associate a simple custom designer with an equally simple
windows form. Here is what I have:
public class MyDesigner : DocumentDesigner {
public override DesignerVerbCollection Verbs {
get {
DesignerVerbCollection c = base.Verbs;
c.Add(new DesignerVerb("MYV...
more >>
Hi,
we are using VS .NET 2003 to develop Windows Forms apps with C#... We are
amazed at how slow VS works, even on top-modern computers with 1GB RAM.
Drawing the form, creating new events, saving the project, everything feels
sluggish. Feels like I spend more time waiting than actually working...
more >>
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.
I can add the data sets through code, and they even show u...
more >>