VB RezQ - Source Recovery for Visual Basic vbrezq.com
   Home   |   Overview   |   Download   |   Buy Now   |   Support
VB RezQ

Example - Part 4      Previous     Next


Recovery of the Form File, Frmaux.frm

Compare the information recovered by VB RezQ on the right with the original source file on the left.
Comments on differences are shown in red.

    1. VB RezQ does not recover Attribute VB_TemplateDerived as this cannot be determined from the compiled file.






Buy Now

Download Demo

Product Overview

More Information

Recovery Example

FAQ


Original Source File Diff As Recovered by VB RezQ
VERSION 5.00
Begin VB.Form frmAux 
   Caption         =   "Auxiliary Form"
   ClientHeight    =   1485
   ClientLeft      =   1650
   ClientTop       =   1530
   ClientWidth     =   4845
   LinkTopic       =   "Form1"
   ScaleHeight     =   1485
   ScaleWidth      =   4845
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox txtAux 
      Height          =   735
      Left            =   120
      MultiLine       =   -1  'True
      TabIndex        =   0
      Top             =   240
      Width           =   4455
   End
End
Attribute VB_Name = "frmAux"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_TemplateDerived = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

 























<1




VERSION 5.00
Begin VB.Form frmAux
   Caption         =   "Auxiliary Form"
   ClientHeight    =   1485
   ClientLeft      =   1650
   ClientTop       =   1530
   ClientWidth     =   4845
   LinkTopic       =   "Form1"
   ScaleHeight     =   1485
   ScaleWidth      =   4845
   StartUpPosition =   3
   Begin VB.TextBox txtAux
      Height          =   735
      Left            =   120
      MultiLine       =  -1
      TabIndex        =   0
      Top             =   240
      Width           =   4455
   End
End
Attribute VB_Name = "frmAux"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
 
' This form rebuilt by VBRezQ v2.0n.  12-Mar-2001 / 22:07:01
Option Explicit 
 

Copyright © 2004 ThunderPeek Software - All Rights Reserved