| Thread | Last Post | Replies |
|
| Reference & Resource, help needed | 29 Nov 2004 17:50 GMT | 1 |
Being a newbie with Reference/Resource is there a way of embedding the .resource file within a folder of my application instead of having it in the main project /executing assembly area. i.e. if I have a folder pertaining to variables, I would like to have that "variables.resource" ...
|
| Properties of Component in PropertyGrid | 22 Nov 2004 01:19 GMT | 1 |
Hi NG, I built a GUI-Builder with C# and use own components like TableRow-Object as designed-time-components which are derived from Panel. Just like in other IDEs I show the Properties of a TableRow-Object in a Property-Grid. The
|
| Steal winforms drawing code | 20 Nov 2004 23:06 GMT | 1 |
I'm building a couple of designers and I would like to use the same drawing that winforms classes use. I managed to do this: class ButtonComponent
|
| Visual Studio delay in starting application | 19 Nov 2004 09:01 GMT | 1 |
I have a problem with Visual Studio 2002. Now and again, when i start running a VB.NET application, after the build of the exe is complete, it takes a minute or more to actually run the exe (2min 20s on the last count).
|
| switching between two cultures | 17 Nov 2004 16:35 GMT | 1 |
hi I hope to explain myself very well this time My SO: Win XP Spanish My DB: Access 2000 Spanish My Regional Config: Spanish
|
| Windows Forms Designer - selecting controls | 11 Nov 2004 09:51 GMT | 1 |
Can anyone tell me why existing controls on a form loaded into a hosted windows form designer do not display the visual "handles" when selected and yet controls newly added to the form using the designer, do?
|
| selection on designtime | 09 Nov 2004 07:18 GMT | 3 |
Hi NG, I have a Derived Panel with a ControlDesigner: [DesignerAttribute(typeof(TableRowDesigner))] public class TableRow : Panel
|
| Image resources - how can I rebuild them from files? | 09 Nov 2004 06:47 GMT | 6 |
I'm developing an app and using some low-quality bitmaps for desiging my GUI - each bitmap is placed in an Image property or in an ImageList. This means the bitmaps are serialized into the .resx file, right? Can't I add the bitmaps as links to .bmp files in my project, so I could
|
| Custom Designer | 08 Nov 2004 19:08 GMT | 3 |
I want to design a control that needs to have extra "handles" at design time. Basically at design time I want my control to have a line coming off of it that extends beyond the region of my control and ends in a "gripper" handle (probably only when it is selected in the form ...
|
| PropertyGrid and Password Fields. | 05 Nov 2004 18:29 GMT | 1 |
I would like to implement the password field inside the .NET PropertyGrid control. That means if the user types the string value the PropertyGrid displays "*" but captures actual typed string.
|
| IExtenderProvider with DesignOnly property. An error? | 02 Nov 2004 10:26 GMT | 1 |
Hello Group, It looks like an error. To reproduce, create a simple ExtenderProvider component:
|