Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Limit to number of edit boxes ?

Limit to number of edit boxes ?

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BeakX
    wrote on last edited by
    #1

    I am currently doing an application which requires a lot of edit boxes, but i have a problem now that i cant add any more edit boxes to my application ! Is there an upper limit to the number of edit boxes in an application ? Is there a way to remove this limit ? What should i do if i do not have enough edit boxes ?

    R T 2 Replies Last reply
    0
    • B BeakX

      I am currently doing an application which requires a lot of edit boxes, but i have a problem now that i cant add any more edit boxes to my application ! Is there an upper limit to the number of edit boxes in an application ? Is there a way to remove this limit ? What should i do if i do not have enough edit boxes ?

      R Offline
      R Offline
      Rage
      wrote on last edited by
      #2

      BeakX wrote:

      a lot of edit boxes

      Are you sure you need all of these (No other design solution?) ? Are you adding them dynamically, or in the resource editor ?

      BeakX wrote:

      Is there an upper limit to the number of edit boxes in an application

      From what I know, only physical problems (memory, disk space if your .exe size exceeds your drive size, :rolleyes:)

      BeakX wrote:

      but i have a problem now that i cant add any more edit boxes to my application !

      How is this happening ? What goes wrong. ~RaGE();

      1 Reply Last reply
      0
      • B BeakX

        I am currently doing an application which requires a lot of edit boxes, but i have a problem now that i cant add any more edit boxes to my application ! Is there an upper limit to the number of edit boxes in an application ? Is there a way to remove this limit ? What should i do if i do not have enough edit boxes ?

        T Offline
        T Offline
        toxcct
        wrote on last edited by
        #3

        if you add your editBoxes at design-time, then you will be limited to (i think, but not sure) 128 256 controls on the same dialog. if you really need those, then, add them at run-time, or even better, factor them into property pages or tabs...


        TOXCCT >>> GEII power
        [toxcct][VisualCalc 2.20][VCalc 3.0 soon...] -- modified at 6:01 Tuesday 7th February, 2006

        R 1 Reply Last reply
        0
        • T toxcct

          if you add your editBoxes at design-time, then you will be limited to (i think, but not sure) 128 256 controls on the same dialog. if you really need those, then, add them at run-time, or even better, factor them into property pages or tabs...


          TOXCCT >>> GEII power
          [toxcct][VisualCalc 2.20][VCalc 3.0 soon...] -- modified at 6:01 Tuesday 7th February, 2006

          R Offline
          R Offline
          Ryan Binns
          wrote on last edited by
          #4

          toxcct wrote:

          if you add your editBoxes at design-time, then you will be limited to (i think, but not sure) 128 controls on the same dialog.

          Close :) 256

          Ryan

          "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

          T 1 Reply Last reply
          0
          • R Ryan Binns

            toxcct wrote:

            if you add your editBoxes at design-time, then you will be limited to (i think, but not sure) 128 controls on the same dialog.

            Close :) 256

            Ryan

            "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

            T Offline
            T Offline
            toxcct
            wrote on last edited by
            #5

            Ryan Binns wrote:

            Close 256

            :doh: i never remember b/w those 2 values... fixed anyway :-D thanks


            TOXCCT >>> GEII power
            [toxcct][VisualCalc 2.20][VCalc 3.0 soon...]

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups