Search Result

Collapse
2 results in 0.0024 seconds.
Keywords
Members
Tags
discussion
  •  

  • maheshwag
    started a topic A Bug Related To Form Constructor

    A Bug Related To Form Constructor

    Passing a reference to the Form Constructor is it a Bug?

    e.g.

    Code:
    Form4 form4
    Public Form1(Form4 form4)
    {
     this.form4=form4;
     InitializeComponent();
    
    }
    it's cause a "Overload Method Error".
    See more | Go to post
    Last edited by Niheel; Jun 19 '11, 04:21 PM.

  • TheSmileyCoder
    started a topic What do you use for Fonts in Access?

    What do you use for Fonts in Access?

    Hi all

    This is not a question, its more of a call to discussion.


    I myself am just so tired of always seing Arial and Times New Roman fonts everywhere. So I started looking for some new fonts and have decided on using 3 fonts. One for labels, one for textboxes and one for buttons.

    For my labels: [Gloucester MT Extra Condensed] Size 12
    For my textboxes: [Trebuchet MS] size 10
    For my buttons:...
    See more | Go to post
Working...