MAXIMUM number of Forms that can be added in single project in VB 6.0

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jul 2009
Posts: 43
Reputation: mania_comp is an unknown quantity at this point 
Solved Threads: 1
mania_comp mania_comp is offline Offline
Light Poster

MAXIMUM number of Forms that can be added in single project in VB 6.0

 
0
  #1
Aug 25th, 2009
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?
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 12
Reputation: hbmichael is an unknown quantity at this point 
Solved Threads: 1
hbmichael hbmichael is offline Offline
Newbie Poster

Re: MAXIMUM number of Forms that can be added in single project in VB 6.0

 
0
  #2
Aug 25th, 2009
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/libr...8VS.60%29.aspx
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC