Have you ever desped by loosing your source code of your VB Project.
Now it's possible with a simple piece of the software name VBReZQ
VB RezQ - Source Recovery for Visual Basic
==========================================
Lost your Visual Basic source files?...
...Call VB RezQ to your rescue!
VB RezQ saves you time and effort. Let VB RezQ help you re-write your
program by re-creating your source files from the data that's hidden
inside the compiled file.
RELEASE NOTES - Version 3.3a
============================
VB RezQ provides an accurate framework on which you can rebuild your
VB application. It identifies all the source files, recovers the
project file, the graphical design of each form including the
graphics themselves, references to custom controls and declarations
for API calls. It also identifies all events and subroutines and
embedded resources.
VB RezQ can recover source from all types of 32-bit Visual Basic
executables i.e .exe, .ocx and .dll files created by VB4(32), VB5
and VB6.
Please see the licence agreement (licence.txt) for limitations on the
duplication and distribution of this software and other important
information.
KNOWN LIMITATIONS
VB RezQ produces empty subroutines - it does not recover the source
code within subroutines. For native compiled executables, it can
provide a disassembly of the native x86 code.
The operation of VB RezQ relies on an understanding of the internal
format of compiled Visual Basic executable files. There is no
publicly available definition of this format. A tedious process of
compiling test programs and inspecting the result has allowed much
of it to be deduced. It is unlikely, however, that this testing has
covered every possible aspect and it is to be expected that the
occasional executable will cause problems for VB RezQ.
INSTALLATION
First unZip the distribution file to a temporary folder.
Then run the Setup program which will carry out the installation.
CHANGES IN VB RezQ v3.3a 25-Jun-07
Added full recovery of properties for this commonly used custom control:-
TabbedDialog (TABCTL32.OCX)
Corrected recovery of long/complex string properties in embedded instances of UserControls
Corrected occassional corruption of recovered subroutine names.
Added trapping of any attempt to open a file with an Unicode filename which would cause a runtime error 52.
CHANGES IN PREVIOUS VERSIONS OF VB RezQ
v3.2a 1-Nov-06
Added full recovery of the properties and events for these 2
commonly used custom controls:-
MSFlexGrid (MSFLXGRD.OCX)
SysInfo (SYSINFO.OCX)
Added recovery of Event names only for these custom controls:-
ADO Data (MSADODC.OCX)
Animation, UpDown (COMCT232.OCX)
Animation, DTPicker, FlatScrollBar, MonthView, UpDown (MSCOMCT2.OCX)
CoolBar (COMCT332.OCX)
DataCombo, DataList (MSDATLST.OCX)
DataGrid (MSDATGRD.OCX)
DataRepeater (MSDATREP.OCX)
Gauge (GAUGE32.OCX)
Graph (GRAPH32.OCX)
Grid (GRID32.OCX)
Hierarchical FlexGrid (MSHFLXGD.OCX)
KeyState (KEYSTA32.OCX)
ListView, ProgressBar, Slider, StatusBar, TabStrip, Toolbar, TreeView (COMCTL32.OCX)
Multimedia MCI (MCI32.OCX)
Outline (MSOUTL32.OCX)
Remote Data Connector (MSRDC20.OCX)
SSCheck, SSCommand, SSFrame, SSOption, SSPanel, SSRibbon (THREED32.OCX)
TabbedDialog (TABCTL32.OCX)
WebBrowser (SHDOCVW.DLL)
Added full XP style support.
Corrected Object reference in forms using controls from Forms 2.0.
Corrected poor recovery of MouseIcon property in original VB5 version of these controls:-
DBList, DBCombo, MaskEdBox, RichText
Corrected poor recovery of Font property in original VB5 version of the RichText control
v3.1c 19-Jun-06
Fixed missing text when saving some very large form files with native code disassembly.
v3.1b 4-May-06
Fixed an out-of-range error when saving a recovered resource file.
v3.1a 2-Feb-06
Provided these improvements to the x86 disassembly of native code:-
added identification of blocks of data bytes within the code (computed jump tables);
fixed a failure to comment VB Runtime references for some VB5 projects;
fixed an occasional failure to comment VB Runtime references in projects using APIs.
Corrected the occasional poor recovery of the Font property in VB5 for these controls:-
DBList, DBCombo and MaskEdBox
v3.0a 29-Nov-05
Added x86 disassembly of native code with comments for :-
calls to VB runtime functions
jump destinations
calls to other routines within the application
calls to API routines within DLLs
text strings
Added full recovery of properties and events for these 2
commonly used custom controls:-
PictureClip (PICCLP32.OCX)
RichText (RICHTX32.OCX)
Added reporting of compiler build and locale data, and VB RezQ
Option menu settings to the Progress log.
Added the VB internal name to each filename written to the Progess log.
Added a status bar to the main form.
Improved the recovery of non-english strings for all controls.
Fixed the incomplete recovery of properties of Tabstrip & Toolbar
controls (MSCOMCTL.OCX).
v2.6a 15-Nov-04
Added the saving of Resources direct to a .res file (it no
longer required a helper program).
Added full recovery of the properties and events for these 2
commonly used custom controls:-
MaskEdBox (MSMASK32.OCX)
DBGrid (DBGRID32.OCX)
and also extended recovery for all 22 supported common custom
controls to VB4.
Added separation of Sub declarations for VB4 .bas modules into
their respective modules, improved the recovery of some .vbp settings
and the recovery of custom properties of embedded UserControls.
Added recovery of sufficient properties for WebClass and DataReport
designers to avoid errors when loading into the VB IDE.
v2.5c 10-May-04
Restored the recovery of VB4 code module subroutine declarations
(missing since v2.5a) and corrected the recovery of the parameter
list for the Inet_StateChanged event, the Data parameter for custom
control OLE... events, the .vbp VersionInfo when running under
Windows XP and zero length Menu Captions in VB4.
Improved the accuracy of recovery of the VB_Creatable, VB_Exposed
and VB_PredeclaredID attributes, and added the identification of a
Sub Main routine for VB5/6 Native code and for VB4.
v2.5b 27-Feb-04
Corrected the recovered parameter list for Validate events for a
number of standard controls in VB6.
v2.5a 29-Jan-04
Added full recovery of the properties and events for these 6
commonly used custom controls in VB5 & VB6 :-
AniPushButton (ANIBTN32.OCX),
AutoFill (AUTOFILL.DLL),
Inet (MSINET.OCX),
MSChart (MSCHART.OCX & MSCHART20.OCX versions),
SpinButton (SPIN32.OCX)
Added recovery of subroutine names for control events in VB4.
Minor improvements to the recovery of event names - mainly in
VB5/6 classes - and to the recovery of the Bindings property for
custom controls.
v2.4a 12-May-03
Added full recovery of the properties and events for these 4
commonly used custom controls in VB5 & VB6 :-
MSComm (MSCOMM32.OCX),
Winsock (MSWINSCK.OCX),
DBList and DBCombo (DBLIST32.OCX).
Added full recovery of properties and events for the Forms Designer.
Added recovery of events for other commonly used Designers (.DSR).
v2.3g 28-Apr-03
Increased the number of .FRX references that can be recovered per form.
v2.3f 01-Apr-03
Fixed recovery of DBCS text (e.g. Big 5) when run under Asian language
versions of Windows.
v2.3d 06-Mar-03
Added recovery of all files for very large projects. VB RezQ will
now display a group of up to 125 recovered files at a time. These
files can be saved and then the next group of files recovered.
Added facility to Copy selected text to the Windows clipboard.
Improved recovery of common properties used by Designers (.DSR).
Improved recovery of parameter lists for events having the same name
used by different controls.
Improved detection of subroutines for VB4/32 and VB5/6 p-code projects.
v2.3b 10-Jan-03
Improved robustness to unexpected form encodings.
Improved recovery of DataFormat property of built-in controls.
v2.3a 02-Jan-03
Added full recovery of the properties and events for these 10
commonly used custom controls in VB5 & VB6 :-
Common Dialog (COMDLG32.OCX),
ImageCombo, ImageList, ListView, ProgressBar, Slider, StatusBar,
TabStrip, Toolbar and TreeView (MSCOMCTL.OCX).
Added an Options menu which enables the full recovery of custom
controls to be suppressed.
Improved recovery of control properties with long text values,
and the DataFormat and Bindings properties of custom controls.
v2.1d 22-Aug-02
Greatly improved speed of rebuilding forms containing ComboBoxes.
(Earlier versions could appear to 'hang' on these forms.)
Negative values of ScrollBar Min and Max properties now correctly
recovered.
v2.1c 6-Aug-02
Fixed an out-of-range error in handling large projects with more
than 60 forms, classes and modules.
Added recovery of event names for MSCOMCTL.OCX controls.
v2.1a 18-Jun-01
Added creation of a script to extract additional resources.
Improved identification of Designers (.dsr files)
Improved recovery of VB6 subroutine names.
Enjoy.....................................................
Now it's possible with a simple piece of the software name VBReZQ
VB RezQ - Source Recovery for Visual Basic
==========================================
Lost your Visual Basic source files?...
...Call VB RezQ to your rescue!
VB RezQ saves you time and effort. Let VB RezQ help you re-write your
program by re-creating your source files from the data that's hidden
inside the compiled file.
RELEASE NOTES - Version 3.3a
============================
VB RezQ provides an accurate framework on which you can rebuild your
VB application. It identifies all the source files, recovers the
project file, the graphical design of each form including the
graphics themselves, references to custom controls and declarations
for API calls. It also identifies all events and subroutines and
embedded resources.
VB RezQ can recover source from all types of 32-bit Visual Basic
executables i.e .exe, .ocx and .dll files created by VB4(32), VB5
and VB6.
Please see the licence agreement (licence.txt) for limitations on the
duplication and distribution of this software and other important
information.
KNOWN LIMITATIONS
VB RezQ produces empty subroutines - it does not recover the source
code within subroutines. For native compiled executables, it can
provide a disassembly of the native x86 code.
The operation of VB RezQ relies on an understanding of the internal
format of compiled Visual Basic executable files. There is no
publicly available definition of this format. A tedious process of
compiling test programs and inspecting the result has allowed much
of it to be deduced. It is unlikely, however, that this testing has
covered every possible aspect and it is to be expected that the
occasional executable will cause problems for VB RezQ.
INSTALLATION
First unZip the distribution file to a temporary folder.
Then run the Setup program which will carry out the installation.
CHANGES IN VB RezQ v3.3a 25-Jun-07
Added full recovery of properties for this commonly used custom control:-
TabbedDialog (TABCTL32.OCX)
Corrected recovery of long/complex string properties in embedded instances of UserControls
Corrected occassional corruption of recovered subroutine names.
Added trapping of any attempt to open a file with an Unicode filename which would cause a runtime error 52.
CHANGES IN PREVIOUS VERSIONS OF VB RezQ
v3.2a 1-Nov-06
Added full recovery of the properties and events for these 2
commonly used custom controls:-
MSFlexGrid (MSFLXGRD.OCX)
SysInfo (SYSINFO.OCX)
Added recovery of Event names only for these custom controls:-
ADO Data (MSADODC.OCX)
Animation, UpDown (COMCT232.OCX)
Animation, DTPicker, FlatScrollBar, MonthView, UpDown (MSCOMCT2.OCX)
CoolBar (COMCT332.OCX)
DataCombo, DataList (MSDATLST.OCX)
DataGrid (MSDATGRD.OCX)
DataRepeater (MSDATREP.OCX)
Gauge (GAUGE32.OCX)
Graph (GRAPH32.OCX)
Grid (GRID32.OCX)
Hierarchical FlexGrid (MSHFLXGD.OCX)
KeyState (KEYSTA32.OCX)
ListView, ProgressBar, Slider, StatusBar, TabStrip, Toolbar, TreeView (COMCTL32.OCX)
Multimedia MCI (MCI32.OCX)
Outline (MSOUTL32.OCX)
Remote Data Connector (MSRDC20.OCX)
SSCheck, SSCommand, SSFrame, SSOption, SSPanel, SSRibbon (THREED32.OCX)
TabbedDialog (TABCTL32.OCX)
WebBrowser (SHDOCVW.DLL)
Added full XP style support.
Corrected Object reference in forms using controls from Forms 2.0.
Corrected poor recovery of MouseIcon property in original VB5 version of these controls:-
DBList, DBCombo, MaskEdBox, RichText
Corrected poor recovery of Font property in original VB5 version of the RichText control
v3.1c 19-Jun-06
Fixed missing text when saving some very large form files with native code disassembly.
v3.1b 4-May-06
Fixed an out-of-range error when saving a recovered resource file.
v3.1a 2-Feb-06
Provided these improvements to the x86 disassembly of native code:-
added identification of blocks of data bytes within the code (computed jump tables);
fixed a failure to comment VB Runtime references for some VB5 projects;
fixed an occasional failure to comment VB Runtime references in projects using APIs.
Corrected the occasional poor recovery of the Font property in VB5 for these controls:-
DBList, DBCombo and MaskEdBox
v3.0a 29-Nov-05
Added x86 disassembly of native code with comments for :-
calls to VB runtime functions
jump destinations
calls to other routines within the application
calls to API routines within DLLs
text strings
Added full recovery of properties and events for these 2
commonly used custom controls:-
PictureClip (PICCLP32.OCX)
RichText (RICHTX32.OCX)
Added reporting of compiler build and locale data, and VB RezQ
Option menu settings to the Progress log.
Added the VB internal name to each filename written to the Progess log.
Added a status bar to the main form.
Improved the recovery of non-english strings for all controls.
Fixed the incomplete recovery of properties of Tabstrip & Toolbar
controls (MSCOMCTL.OCX).
v2.6a 15-Nov-04
Added the saving of Resources direct to a .res file (it no
longer required a helper program).
Added full recovery of the properties and events for these 2
commonly used custom controls:-
MaskEdBox (MSMASK32.OCX)
DBGrid (DBGRID32.OCX)
and also extended recovery for all 22 supported common custom
controls to VB4.
Added separation of Sub declarations for VB4 .bas modules into
their respective modules, improved the recovery of some .vbp settings
and the recovery of custom properties of embedded UserControls.
Added recovery of sufficient properties for WebClass and DataReport
designers to avoid errors when loading into the VB IDE.
v2.5c 10-May-04
Restored the recovery of VB4 code module subroutine declarations
(missing since v2.5a) and corrected the recovery of the parameter
list for the Inet_StateChanged event, the Data parameter for custom
control OLE... events, the .vbp VersionInfo when running under
Windows XP and zero length Menu Captions in VB4.
Improved the accuracy of recovery of the VB_Creatable, VB_Exposed
and VB_PredeclaredID attributes, and added the identification of a
Sub Main routine for VB5/6 Native code and for VB4.
v2.5b 27-Feb-04
Corrected the recovered parameter list for Validate events for a
number of standard controls in VB6.
v2.5a 29-Jan-04
Added full recovery of the properties and events for these 6
commonly used custom controls in VB5 & VB6 :-
AniPushButton (ANIBTN32.OCX),
AutoFill (AUTOFILL.DLL),
Inet (MSINET.OCX),
MSChart (MSCHART.OCX & MSCHART20.OCX versions),
SpinButton (SPIN32.OCX)
Added recovery of subroutine names for control events in VB4.
Minor improvements to the recovery of event names - mainly in
VB5/6 classes - and to the recovery of the Bindings property for
custom controls.
v2.4a 12-May-03
Added full recovery of the properties and events for these 4
commonly used custom controls in VB5 & VB6 :-
MSComm (MSCOMM32.OCX),
Winsock (MSWINSCK.OCX),
DBList and DBCombo (DBLIST32.OCX).
Added full recovery of properties and events for the Forms Designer.
Added recovery of events for other commonly used Designers (.DSR).
v2.3g 28-Apr-03
Increased the number of .FRX references that can be recovered per form.
v2.3f 01-Apr-03
Fixed recovery of DBCS text (e.g. Big 5) when run under Asian language
versions of Windows.
v2.3d 06-Mar-03
Added recovery of all files for very large projects. VB RezQ will
now display a group of up to 125 recovered files at a time. These
files can be saved and then the next group of files recovered.
Added facility to Copy selected text to the Windows clipboard.
Improved recovery of common properties used by Designers (.DSR).
Improved recovery of parameter lists for events having the same name
used by different controls.
Improved detection of subroutines for VB4/32 and VB5/6 p-code projects.
v2.3b 10-Jan-03
Improved robustness to unexpected form encodings.
Improved recovery of DataFormat property of built-in controls.
v2.3a 02-Jan-03
Added full recovery of the properties and events for these 10
commonly used custom controls in VB5 & VB6 :-
Common Dialog (COMDLG32.OCX),
ImageCombo, ImageList, ListView, ProgressBar, Slider, StatusBar,
TabStrip, Toolbar and TreeView (MSCOMCTL.OCX).
Added an Options menu which enables the full recovery of custom
controls to be suppressed.
Improved recovery of control properties with long text values,
and the DataFormat and Bindings properties of custom controls.
v2.1d 22-Aug-02
Greatly improved speed of rebuilding forms containing ComboBoxes.
(Earlier versions could appear to 'hang' on these forms.)
Negative values of ScrollBar Min and Max properties now correctly
recovered.
v2.1c 6-Aug-02
Fixed an out-of-range error in handling large projects with more
than 60 forms, classes and modules.
Added recovery of event names for MSCOMCTL.OCX controls.
v2.1a 18-Jun-01
Added creation of a script to extract additional resources.
Improved identification of Designers (.dsr files)
Improved recovery of VB6 subroutine names.
Enjoy.....................................................
ReplyDeleteشركة مكافحة الفئران في دبي
شركة مكافحة الصراصير في دبي
شركة رش مبيدات في دبي
شركة مكافحة حشرات دبي
شركة مكافحة حشرات في دبي
Interpages
ReplyDeleteGuest Blogger
Guest Blogging Site
Guest Blogging Website
Guest Posting Site
Amazing blog.
ReplyDeleteStep by Step process of MBBS Study
thanks for sharing these terrificinformation. keep notifying
ReplyDeleteTutuapp
ReplyDeleteหวยลาว
ReplyDeleteผลหวยลาว
lottery
ReplyDeleteเลขเด็ด
หวย
ReplyDeleteเลขเด็ด
› Order Weed Online at theexoticweed.com |
ReplyDelete› Buy Weed Online at theexoticweed.com |
› Find, buy, and learn about weed at theexoticweed.com |
Thanks for sharing your thoughts
ReplyDeletesatta matka software development
satta matka software free download
satta matka software development
satta software for android
satka matka mobile
https://gomatka.gowebs.in
other services
Web Design Kolkata
ReplyDeleteBuy weed online and get the best marijuana products delivered to your door, marijuana online store, the #1 trust online weed store in USA. Shop online now https://myleaffarm.com/
If you need Programming Homework Help don’t wait a single moment, just feel free to connect with our experts at Help in Homework by visiting our official website helpinhomework.org. Our experts have higher degrees in the subject and have hands-on experience of helping students with their academic activities especially assignments and homework. Trust our experts to put you on the topper’s list as they meticulously complete your assignment as per the guidelines of your college and at a very nominal fee. Your assignment will be free from plagiarism and will be delivered as per the scheduled time without any delay.
ReplyDeleteruntzhouse.com
ReplyDeletepurple runtz strain
jack herer leafly
chernobyl strain
purple runtz strain
gelato 45 strain
desido cookies strain
dankwoods blunt
blue skittles strain
sherblato strain
cake mix strain
dolato strain
dolato
Cookies Melrose was created to provide premium quality cookie strains to cannabis consumers. Cookies dispensaries recently created a wide number of exotic cookies strains. A few of this strains already quickly gaining popularity include:
ReplyDeletecookies melrose
pink rozay strain
cereal milk cookies strain
pink rozay cookies
black cherry gelato strain
black cherry gelato
cereal milk weed
hawaiian runtz
snowman cookies strain
ice cream cookie strain
ice cream cookies strain
Gelatti strain
Garry Payton cookies
berry pie strain
14 benefits of neelam stone that'll make your life easy · It will protect you from the negative effects of sade sati · It will bestow wisdom and happiness.
ReplyDeleteYou are so cool , the post on your blogs are great.
ReplyDeleteสเปรย์ ป้องกันโควิด
Buy fake bank note online Thenotesking.com
ReplyDeleteThanks for the post, I'm very impressed. Keep sharing like this. 123bet แนะนำเพื่อน
ReplyDeleteHello My Friend Joker123 | Sabung Ayam Online | Joker Gaming | Sv388 | Sv388 | Joker123
ReplyDeleteIf you want a dog with personality, you may sometimes get a stubborn personality too! These dachshund puppies for salelittle pups are fiercely independent, and that may mean they disagree with you sometimes. However, they truly love affection, so positive and reward-based training styles are best for this breed.
ReplyDeleteDue to their keen sense ofsphynx kittens for sale $500 smell, doxie puppies may pick up a whiff of something interesting and have a hard time focusing. During puppyhood, these dogs thrive in socialization classes.
Poodles are regarded as one of the most intelligent breeds in the world. They’re highly trainable and well suited for just about any task you put them to — and you will want to give them tasks to do. Bored Poodles can get destructive if they aren’t physically and mentally stimulated. But active owners who can toy poodle for salemeet their dog’s needs will find a loving, smart, trainable, and loyal family companion.
See below for complete list of dog breed traits and facts about Poodles!
Poodles are highly trainable and pick up skills quickly. They love positive reinforcement and mini dachshund puppies for saleexcel in tracking, agility, and obedience. Poodle puppies benefit from socialization classes to build good puppy behavior.https://www.poodlespring.com/ Poodles are especially aware of the tone of your voice, so if you need to reprimand your poodle, be firm, but not harsh.
Energy Levelpoodle puppies for sale Poodles (of every size) are active dogs that need exercise on a daily basis. Have a pool? They love swimming as a great way to burn that dog fuel. Playing multiple games of fetch and retrieval helps to bond with your poodle and tucker them out.
ReplyDeleteThough small, dachshunds need regular exercise in and outside of the home. Keeping a dachshund Sphynx kittens for salein shape is helpful in building muscles to protect their long backs from any injuries that may occur. However, they’re not built for great distances, nor for a lot of swimming due to their short legs. What’s more captivating than the highly intelligent poodle? teacup poodle for saleSo captivating in fact, the poodle has been the heart and soul of France for many years. Bred in Germany originally, poodles made their way through Europe (and eventually the US) as a sophisticated, celebrated dog. Poodle puppies showcase some of the iconic qualities from the start.
Bred for duck hunting,poodle puppy for sale poodles have an affinity for swimming and a water-resistant curly coat. Though no one knows with certainty, this powerful dog was likely bred from a Barbet, the French water dog, and the Hungarian water hound. A poodle puppy loves to splash in puddles and will try to catch their prey in bounding leaps and starts. dachshunds for saleTrue to form, “poodle” comes from the German word “pudelin,” https://www.cutespupsforsale.com/which literally means splashing in the water.No matter the size, Poodles are renowned for a playful but dignified personality and keen intelligence. When it comes to training, this is an "A" student,dapple dachshund puppies for sale and the Poodle excels at performance sports such as obedience, agility, and hunt tests.
Despite his regal air, the Poodle is no snob. These are people-friendly dogs who want to stay close to their families — they get lonely when left by themselves for long periods — and are always up for a good game.
https://www.royaltykitten.com/
ReplyDeletedachshund puppies ohio
dachshund puppies for sale under $500
toy poodle for sale near me
hairless cat for sale
tropicana-cookies-strain
ReplyDeletesuper-lemon-haze-strain
ReplyDelete
ReplyDeleteFood Farm Innovation
food farm hub
food farm hub
food farm wise
Very interesting post you have crafted hear. I am blessed to have come across this resolutions post. Thanks.
ReplyDeleteทางเข้า igoal
Searching for the best weed delivery service near you! Look no further! Weedmarket420.us Delievery is one of the most trusted, professional and top-quality weed delivery services in California. Weedmarket420 Express delivers legal, dependable,quality medicinal and recreational cannabis that caters to your desires at a competitive price with FAST and friendly service.
ReplyDeleteGreat post, and great website. Thanks for the information! 123plus เข้าสู่ระบบ
ReplyDeletei am really impressed by your site, keep sharing this type of great content. ติดต่อ พนันคลิปโต
ReplyDelete