| Thread | Last Post | Replies |
|
| Proportional Resizing Controls | 15 Jan 2007 12:23 GMT | 2 |
Does anybody have a recommendation for proportional resizing components that automatically resize UI components as the user changes the size of the screen? TIA
|
| VS Deleting user control designer code | 15 Jan 2007 10:24 GMT | 2 |
I have the following problem with VS: VS randomly deletes the designer code in a form for user controls when compiling - all the code is gone except for the declaration of the control. How do I fix this? any help is much appreciated.
|
| LicenseProvider only for controls? | 15 Jan 2007 07:57 GMT | 2 |
Does anyone know if the attribute LicenseProvider can only be used for controls? I wonder as in every tutorial they mention and use controls. Is it required to derive your own class from System.Windows.Forms.Control if you want to use LicenseProvider?
|
| [issue] overidding onPaint textbox to make lines causes problems | 15 Jan 2007 01:44 GMT | 3 |
hi when i run this class i made here , this is what it looks like without text - > http://gidsfiles.googlepages.com/LinedTextBox_1.jpg WITH TEXT (heres the issue) - http://gidsfiles.googlepages.com/LinedTextBox_withText.jpg
|
| User control form designer code being deleted | 15 Jan 2007 01:13 GMT | 1 |
I have the following problem with VS: VS randomly deletes the designer code in a form for user controls when compiling - all the code is gone except for the declaration of the control. How do I fix this? any help is much appreciated.
|
| UserControl and TextChanged event | 15 Jan 2007 01:03 GMT | 1 |
Anyone know why the TextChanged event on the UserControl object is public but EditorBrowsable is EditorBrowsable.Never and Browsable is false? In Intellisense you can't see the TextChanged event but I can still to UserControl1.TextChanged += <subscribing method>. I get an error ...
|
| hiding columns in a datagrid maintaining the mapping | 15 Jan 2007 00:58 GMT | 3 |
Is it possible? I'd like to view a datagrid not showing the "id" field of my entries... but I need that field when I select an entry! What can I do? Many thanks, Giuseppe
|
| Hide a property from a property grid at runtime. | 14 Jan 2007 17:47 GMT | 1 |
I am looking for a way to hide a property I created on a user control from a property grid at runtime but allow it to be seen at design time. Any ideas? I tried setting the category of the property to 'Design' and that does not
|
| GroupBox client area? | 13 Jan 2007 18:59 GMT | 2 |
I am trying to create GroupBox controls and add controls to those dynamically, but how do I find the *real* "client" rectangle area of a GroupBox control so I can position child controls correctly?
|
| webbrowser control DocumentText not updating | 11 Jan 2007 18:55 GMT | 1 |
I am creating an application to help design trouble tickets for my work. I have a webbrowser control to show a preview of the completed ticket. in Form1_Load, I am setting webbrowser.DocumentText to the basic text layout I want to have. The webbrowser control shows this
|
| Command to refresh the properties window and form? | 10 Jan 2007 10:26 GMT | 1 |
I have a control where the user can use smart tags at design time to update something. This has an effect of changing a property on the parent control. The properties window does not notice this property change and the form design code also does not change.
|
| Inheriting from Controls, overriding Events | 08 Jan 2007 20:12 GMT | 1 |
I am creating 2 controls (inheriting from ComboBox one, and the other from TextBox.. public class MyCombo:ComboBox public class MyText:TextBox
|
| List of "Must Have" .NET third-party components/librarires | 06 Jan 2007 09:12 GMT | 4 |
I will be creating programs in C# for database applications and I would like to put up a list of "must have" shopping list of reliable and solid .NET third-party components/libraries that can facilitate the work. Powerful reporting is
|
| VB2005 ListView Control ? | 05 Jan 2007 08:57 GMT | 5 |
I'm trying to dynamically change the width of my subitems in the listview control. I have item column hidden (width = 0) and subitem 1 expands to my size required (actually twice the size). My subitem 2 or last time is a text column what I am populating with rows of data that ...
|
| ListView Grid Line Issue | 05 Jan 2007 04:21 GMT | 1 |
Hey everyone. I'm having an issue with the ListView (VB2005) control when I scroll the listview up (clicking a page at a time) the grid lines seem to loose the correct spacing causing a white out effect on the screen. Has anyone else seen this issue?
|