Search results for query: *

  1. O

    Having Problem with VS2005 and label.Autosize Behavior

    My appologies. Your are right. I was so into changing the property setting that I did not use the correct meaning for Override in Net. That Worked Pecfectly. Even Though, it should work that other way (changing the value) but no time for that. You gave me a solution and that is what matters...
  2. O

    Having Problem with VS2005 and label.Autosize Behavior

    I'm sure you must know what you said, but if read what I have done already, you can see that I have tried overriding this on the IDE, on the New(), initializecomponent(). Now, Where else can I Override this setting? It you can how me the code, it will be more helpfull than just saying it. BTW...
  3. O

    Having Problem with VS2005 and label.Autosize Behavior

    Sorry, but I Do not Follow, please be more espesific on what should I do.
  4. O

    How can I access Properties or Methods from One User Control Lib in Another Control

    I have a Project (component Lib) that has a Form, Button, Label and Text Control all With New Properties and Methods For Ex: In the Form I added a Method (saveChanges) That Will Perform Some Saving Logic. I have another Control (button) that will Need to call That Method in the form when is...
  5. O

    Having Problem with VS2005 and label.Autosize Behavior

    BTW, When The object is added to a form, it sets the autosize = True. If I Reset it, it gives me the default size I seted on the class. This is how it looks: Partial Class safLblBase Inherits System.Windows.Forms.Label <System.Diagnostics.DebuggerNonUserCode()> _ Public Sub New() MyBase.New()...
  6. O

    Having Problem with VS2005 and label.Autosize Behavior

    That is correct. I have even deleted the class and add it again just to make sure.
  7. O

    Having Problem with VS2005 and label.Autosize Behavior

    I have Tried both. Designer and Code. This Works perfect in VS 2003. I have Tried it. In VS 2005 Does not. This is were I'm working now. I moved my application to 2005 and here is where I found this issue.
  8. O

    Having Problem with VS2005 and label.Autosize Behavior

    I have a component class ( a label) created that use in all my projects. This Label has an specific size, color.... Now (in 2005) when I add it to a project, the Autosize is forced to True automatically and I have to manually change back to False in any project I add it. Does anyone knows or...
Back
Top