CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2014
    Posts
    26

    [RESOLVED] Making my project file larger

    Does anyone know how to make my project file size to increase? I made a new program but it is not a very large file.

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Making my project file larger

    Why would you want it to be large? Normally the goal should be to keep it as small as possible while still giving the functionality needed.

    As for how to make it larger that is simple. You add more code and/or resources.
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Aug 2016
    Posts
    23

    Re: Making my project file larger

    Developers always try to write short and simple code. Because simple and short code is easy to understand but if you wish to increase the size of the program, then you can add more functionality or GUI features in the program.
    Claire

  4. #4
    Join Date
    Aug 2014
    Posts
    26

    Re: Making my project file larger

    Thank You.

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

Featured