unhandled exception in the designer
Wed, 28 May 2008 14:33:33 -0700 (PDT)
Hi,
I am using VS 2008 and .net cf 3.5. I have form which is derived from
other form (BaseForm). BaseForm has just three buttons on it. When
ever I try to open my derived form I get following pop up message.
After hitting OK button, It asks me debug or send/don't send error to
Microsoft. If I click on debug, ...
|
How to use CodeDomSerializer?
Sat, 17 May 2008 07:54:00 -0700 (PDT)
Hi,should the following code generate code dom statements with which i
can genarate the same source code VS generate for a form?
Form value=new MyForm();
DesignerSerializationManager manager=new
DesignerSerializationManager();
manager.CreateSession();
CodeDomSerializer serializer =
(CodeDomSerialize ...
|
RE: SplitContainer failure caused by designer
Thu, 15 May 2008 03:11:57 -0700
You can set
SplitContainer.Panel2MinSize = 369;
at form Load() event.
*** Sent via Developersdex http://www.developersdex.com *** ...
|
Changing the designer DefaultValue for a Property within a Property (Nested Property)
Wed, 7 May 2008 16:38:23 -0700
Hi,
I have an inherited control that derives from a control from a vendor.
Let's call the vendor control VC and my inherited control myVC.
VC has a property Calendar which itself has various other properties such as
BackColor. So to access in code from myVC i would use
this.Calendar.BackColor syntax.
...
|
Reg Composite control in windows appln
Wed, 23 Apr 2008 23:46:47 -0700
I want to build a Composite Control in Windows Application using
C#.net, Inside it I want to have two labels , two textboxes , one
button, one dropdownlistbox. whenever I click on Button I should get
data from database.
how to achive this functionality?
Thanks in Advance for Ur Help.
*** Sent v ...
|
User-control with multiple control containers - design-time issue (mimicing the TabControl)
Wed, 23 Apr 2008 09:29:57 +0200
Hi everybody,
I'm working on a user-control whose behaviour is identical to the
TabControl. That is, there is an area in which the active sub-container
(i.e. TabPage) can be selected plus an area in which users drop controls at
design time.
Browsing the web I found a couple of articles that are geared at en ...
|
All properties and events are grayed out in designer properties wi
Thu, 17 Apr 2008 07:33:01 -0700
I have a form (Form1) that has a DataGridView control on it. I inherited
another form (Form2) from Form1. When I go to change some properties of the
DataGridView control on Form2 I see all DataGridView properties and events
are grayed out in the designer Properties window. Also, I changed the
DataGridView.Mo ...
|
|
|
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Thu, 10 Apr 2008 12:26:12 -0700
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
...
|
Need Help to modify designer output code
Sun, 6 Apr 2008 23:26:26 -0500
Hello,
I'm trying to figure out how to change the lines following " '*** ' of
designer code.
I think I need to hijack the root designer and control designer. Looking for
some examples and/or direction.
below is a sample Form changed by me, to what I would like it to look like.
Thanks,
Schneider
<Gl ...
|
Designer idea #1?
Sat, 5 Apr 2008 16:48:23 -0500
Designer idea #1:
Hello,
I would like to see the Form in the control toolbox. I think there would be
a lot of value. Why should the IDE decide what form to create. I could
create custome Form/Controls with different needs.
I welcome anyones thoughts.
Thanks,
Schneider
...
|