Erik Coleman
August 2nd, 1999, 12:21 PM
Does any one know where I can find any info on the fileformat for the vbw file created in VB. I know this file determines how the IDE was left the last time the project was opened. I loaded this file into notepad and got a list of some of the forms in the project followed by 8 to 10 parameters. I'm curious what these parameters determine.
Any info would be appreciated.
Thanks
erikcoleman@yahoo.com
Chris Eastwood
August 3rd, 1999, 04:35 AM
Hi
I could only find a reference to the VBP file format in the MSDN documentation that comes with VB. It would appear that the VBW file lists the state of the 'code windows' in VB when the project was closed. I would imagine that the first 4 parameters are x,y,x1,y1. In one of my VBW files the next parameter was a 'Z' which I assume means place this VBW file at the front of all other windows when loading (although I have seen a 'C' in this position)
The on-line MSDN at http://msdn.microsoft.com may have more information.
Chris Eastwood
CodeGuru - the website for developers
http://www.codeguru.com/vb