I want to know that what is the MAXIMUM number of Forms that can be added in a single project in VB 6.0
and in VB.NET also.

any ideas?
:)

MS doesn't put a limit on forms but rather total objects.

From Microsoft: A single project can contain up to 32,000 "identifiers" (any nonreserved keyword), which include, but are not limited to, forms, controls, modules, variables, constants, procedures, functions, and objects. Note that the actual number of identifiers is limited to available memory.

Variable names in Visual Basic can be no longer than 255 characters, and the names of forms, controls, modules, and classes cannot be longer than 40 characters. Visual Basic imposes no limit on the actual number of distinct objects in a project.

You can go here for the info:
http://msdn.microsoft.com/en-us/library/aa716295%28VS.60%29.aspx

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.