|
-
May 6th, 2006, 02:29 PM
#1
Thread Starter
Frenzied Member
-
May 6th, 2006, 02:42 PM
#2
Re: Project Size!
By "the project" I presume you mean the VBP file, which is just a text file that has a list of things like the files and references for the project - as such the size of it is only determined by the number of files & references etc (as each one is 'written' in the VBP file).
-
May 6th, 2006, 02:46 PM
#3
Re: Project Size!
If you open the project file in a text editor (notepad), you will know the reason
-
May 6th, 2006, 04:08 PM
#4
Re: Project Size!
If you check the size of your Forms *.frx files and add them all up. These files contain any graphics in that Form. Then you will have the total exe size plus the resource file size.
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
-
May 7th, 2006, 04:05 PM
#5
Thread Starter
Frenzied Member
-
May 8th, 2006, 02:33 PM
#6
Re: Project Size!
 Originally Posted by arpan_de
BTW. whenever I open the VBP file, I always find that the first object that shows up is a module & not the main Form which houses the web browser control
No the reason for that is the data saved in the *.vbw (Visual Basic Project Workspace) file. If you delete this file and open you project again you will see that no Form or Module will have default. But you will find that when you close the project the last Form or Module used will be the default next time.
I honestly can't see the need for these *.vbw files.
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|