layout configuration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fouldsey
    New Member
    • Jan 2007
    • 3

    #1

    layout configuration

    hello all,

    Iam using visual basic 2005 express edition to create a program to control Lego robots. I have been asked to include a layout configuration tool so that controls locations and labels can be changed. I have no clue where to start with this as this is my first VB project.
    Any help would be much appreciated
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by Fouldsey
    Iam using visual basic 2005 express edition to create a program to control Lego robots. I have been asked to include a layout configuration tool so that controls locations and labels can be changed. I have no clue where to start with this as this is my first VB project.
    Any help would be much appreciated
    Can you try to explain in a bit more detail what you want to achieve on the screen? And what you would like to happen?

    Comment

    • Fouldsey
      New Member
      • Jan 2007
      • 3

      #3
      hello,
      i have already created the basic interface i now need to allow the users to change the size of the buttons and textboxes and also allow them to change the position of them and possibly change the colour scheme

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        Originally posted by Fouldsey
        i have already created the basic interface i now need to allow the users to change the size of the buttons and textboxes and also allow them to change the position of them and possibly change the colour scheme
        Oh! That sounds as though it will be quite a bit of work, though it should not be impossibly difficult.

        On the other hand, I believe I've heard of products (some years ago) which allow you to do that sort of thing fairly easily. It might be worth having a look around at places such as VideoSoft, Resize control, Elastic Window, or searching the web for a relevant search string such as "vb elastic control". (An "elastic" container is what I remember them being called, years back).

        Comment

        • Fouldsey
          New Member
          • Jan 2007
          • 3

          #5
          thanks for the help killer

          Comment

          • Killer42
            Recognized Expert Expert
            • Oct 2006
            • 8429

            #6
            Originally posted by Fouldsey
            thanks for the help killer
            No worries. :)

            Let us know how it turns out.

            Comment

            Working...