Bruce J Mack

Show:

What's happening?

  • Header control crashing the designer

    I added this to the bottom of the ctor to fix it: fillBrush2 = new LinearGradientBrush( new Point( 0, this.Height / 2 ), new Point( 0, this.Height ), fillColor2_1, fillColor2_2 ); textBrushNormal = new SolidBrush( fontColor1 ); textBrushMouseOn = new SolidBrush( fontColor2 ); Then at runtime I clicked on the header control and got an null reference error. I didn't know a header should...

    2008-03-02 20:22:12 UTC in Cloud Toolkit.Net

  • If CloudForm is a Mdi child & click title bar it offsets

    If CloudForm is a Mdi child & you click the title bar the cloud form shifts down and right 100 or 200 pixels and stays down there as you drag the form around public partial class Form1 : Form { Cloud_Toolkit_044.CloudForm formDoc; public Form1() { InitializeComponent(); // set in designer partial class //this.IsMdiContainer = true;.

    2008-03-02 16:07:01 UTC in Cloud Toolkit.Net

About Me

  • 2005-01-05 (5 years ago)
  • 1190640
  • acecalihan (My Site)
  • Bruce J Mack

Send me a message