Results 1 to 3 of 3

Thread: [RESOLVED] Localizable property - access/set through code.

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Resolved [RESOLVED] Localizable property - access/set through code.

    Hi, guys,

    I am able to access many of the forms properties through code, so that I can set them without issue; however, I am unable to access the Localizable property through code. Any way I can access this property through code, so that I can set it's true/false property without having to do it within the properties window?

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Localizable property - access/set through code.

    Why would you want to? It's a design setting... it's used by the compiler to determine whether the form can be localized or not. I don't think it's something designed to be changed at run time and I can't think of a reason to change it at run time either.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Localizable property - access/set through code.

    It isn't a property. It's in the Properties window for convenience but the Form class has no Localizable property. It's much like the Locked "property" in that regard.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width