| Thread | Last Post | Replies |
|
| Customizing TableLayoutPanel control designer | 31 Jan 2006 18:45 GMT | 1 |
I have to use TableLayoutPanel in a custom designer form. This control comes with a default design time context menu and SmartTag UI which enable users to add rows and columns. I have to disable this feature and provide custom context menu and
|
| Retrieving the original component that extends a property in a converter | 27 Jan 2006 08:38 GMT | 2 |
I have a component that implements IExtenderProvider and add a property, say "ID", to some controls, say a Button. I have added a type converter to this property and this type converter offers a drop down list of possible values, by overriding GetStandardValuesSupported and ...
|
| VS2005 Windows Form Designer - Small vs. Large fonts | 25 Jan 2006 06:30 GMT | 4 |
We have a .NET Windows form project we are working on in VS2005 that is stored in source control. A developer using large fonts on his dev machine creates a form and checks in the files. Another developer using small fonts gets the latest files.
|
| Sharing source code between Vs2003 and Vs2005 IDE | 24 Jan 2006 09:51 GMT | 2 |
Hi to all I'm askyng you a suggestion about the best way to share the same source code between VS2003 and VS2005. The project I'm developing is a controls and components library, and the
|
| Serialization Order for IExtenderProvider Properties | 13 Jan 2006 22:03 GMT | 2 |
I have created a component that implements several properties as an Extender Provider. I store each controls location and dimensions for portrait and landscape screen orientations (for a Tablet PC app). Everything works great except that when the calls to add the extender ...
|
| Extreme 3-Tier Binding Problem | 13 Jan 2006 03:57 GMT | 1 |
In a 3-Tier application, once upon a while comes the need for binding objects or usercontrols from other objects, example binding a usercontrol in the Presentation layer from a Business Layer Object, My problem:
|
| Disable property in design time (as a result of Action) | 13 Jan 2006 01:14 GMT | 1 |
I'm trying to figure out how to disable a certain property of control when a certain event occured (like an action is executed from ActionsList). Thank you. PS: I'm buiding ASP.NET control, but I believe the idea is prety much the
|
| Problem in using word object | 10 Jan 2006 21:12 GMT | 1 |
In my windows application, i added a word object reference. Using word object, i'm doing spell checking. After spell checking, i quited the word object. But still its running in task manager and utilizing 100% in CPU. How to solve this?. I attached the code which i used in my ...
|
| Newbie needs help with designer and a custom user control. | 10 Jan 2006 12:14 GMT | 7 |
I posted this in another group and was directed here to post the quesiton. Seems that there are some smart folks here that can answer this...Here is the post. Any help would be appreciated. I have recently started developing Windows Forms from the web and am trying
|
| Why does the default Deserializer crash on array index expressions? | 09 Jan 2006 20:19 GMT | 3 |
I have some windows forms controls that add their own code to the InitializeComponents() method of the control or form that uses them. Until now, this has gone pretty well as there are numerous examples out there for doing this. My code inserts a method call at the end of the ...
|
| replacement for "EnableDesignMode" function for .net 1.1 | 09 Jan 2006 12:12 GMT | 3 |
I am trying to create a user control that will act as a container for other controls. I have a control with some child controls on it, but one (or more) of the child controls needs to be a content area where the user can drop
|
| Design time ability of Inherited Form in VS2005 (Final Release) | 06 Jan 2006 19:53 GMT | 2 |
I still not understand this behaviour of VS2005 Windows Forms Designer. It is a normal practice that we create a base form and then master form and then final form. I mean let say I create BaseForm.cs which is my base form (just derived form System.Windows.Forms) then I create ...
|
| System.Windows.Forms.Design.Behavior.DropSourceBehavior | 06 Jan 2006 02:58 GMT | 2 |
The type of Drag-and-Drop data in a Windows Forms Designer (eg derived from ControlDesigner) is of type System.Windows.Forms.Design.Behavior.DropSourceBehavior
|