CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: vbw file format

  1. #1
    Join Date
    Jul 1999
    Posts
    2

    vbw file format

    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
    [email protected]


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: vbw file format

    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

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