Getting Debug informations
Sat, 6 May 2006 10:39:40 +0200
Hello
is there a way for having very simple informations in the Output window at
design-time? Generally, I use Debug.WriteLine("Something") but it works at
runtime only. Is there an alternative way for reading infos at designtime?
Thanks
John
...
|
Custom Forms Designer Context Menus
Wed, 3 May 2006 06:33:07 -0700
Hi,
Another question about Custom Forms Designers...
I would like to be able to add context menus to my controls, so if the user
clicks on any of the controls on the design surface, a popup menu appears. I
have tried to work with the MenuCommandService, and can add the verb and
handler, but cannot seem ...
|
UndoEngine doesn't work with string property over 200 charaters
Fri, 28 Apr 2006 09:56:02 -0700
We are implementing our new editor using .NET Framework 1.1 Desinger
Interfaces. Everything goes well except the control's string property Redo.
The UndoEngine cannot handle the control's string property value which is
over 200 charaters (ex: Text Box's text value). When I try to redo the undone
Text pro ...
|
Need CodeDomSerializer?
27 Apr 2006 18:59:45 -0700
Hi ,
I have a user control using custom class as property,
Custom Class,
public class myMarginBound : System.Drawing.Printing.Margins
{
public myMarginBound()
{
}
}
User control,
public class UserControl1 : System.Windows.Forms.UserControl
{
............ ...
|
Collection Editor - Add Button - Customize new item names?
Thu, 27 Apr 2006 12:54:24 +0200
Hi,
I have a component that has a collection of child components. The user
selects the type of child component he wants to create in the context menu
that pops up after clicking Add button.
Is it possible to customize the item names that appear on that menu?
Currently, type name is used, but I would li ...
|
How to trap when a property is changed by the developer in design
Wed, 26 Apr 2006 12:22:02 -0700
Can anyone tell me how to code my designer so that when a property is changed
by a developer in the property list for a control I've designed, I get a
message, events or sub/function called in the designer?
I know how to do this for ASP.NET controls, it's real easy there.
Example : I have a textbox contr ...
|
User defined type collection editing and constructor order...
Mon, 24 Apr 2006 17:18:48 +0200
Hi,
I'm developing a component that contains a collection of user-defined
objects, that aren't components themselves.
Each of these objects keeps a reference to their container (the
component), that is passed as a parameter to constructor.
The problem is that, in generated code, collection ...
|
|
|
How to track current index in the textbox string
Mon, 24 Apr 2006 06:51:24 -0700
Hi All
I have developed a custom user control for onscreen Keyboard functionality.
When user clicks any button then it should act accordingly and add the
appropriate character into the string or do the appropriate action(Delete,
Backspace etc).
Now if user sets cursor in the middle of the string in textbox ...
|
ExtenderProviders
18 Apr 2006 13:05:45 -0700
Hello,
I have created an extenderprovider 'MyExtenderProvider' to extend a
property 'NewProperty'. In the property grid, the property is
displayed as:
NewProperty on MyExtenderProvider
How do you I remove the 'on MyExtenderProvider' portion?
Thanks for any help.
Steve
...
|
Mob-ocracy and the Fall of the Republic
Mon, 17 Apr 2006 23:17:37 +0100
Are we fools? Or are we slaves? As in the film Gladiator, are we as a nation
going from free men to slaves? Would we restore the Republic? Are we even still
living in a Republic? Or a mob-ocracy? And where is our representation in
government? Frank concludes that We have gone from civilized law to "jungle law"
...
|