- Type=Exe
- Form=Form\frmMain.frm
- Module=Module\modMain.bas
- HelpFile="help_file_name.hlp"
- Title="this_is_the_project_title"
- ExeName32="CommonApp"
- Name="this_is_the_project_name"
- CompilationType=-1
Feel free to post what you have also

- Type=Exe
- Form=Form\frmMain.frm
- Module=Module\modMain.bas
- HelpFile="help_file_name.hlp"
- Title="this_is_the_project_title"
- ExeName32="CommonApp"
- Name="this_is_the_project_name"
- CompilationType=-1



Anonymous wrote:Guys (and Gals),
Do you like the idea of making all achieved techniques/algorithms/programs for decompiling parts of VB EXE as a bundle of classes/procedures so that it can be easilly enhanced when someone finds something new?
Anonymous wrote:Guys (and Gals),
Do you like the idea of making all achieved techniques/algorithms/programs for decompiling parts of VB EXE as a bundle of classes/procedures so that it can be easilly enhanced when someone finds something new?
-
- Sub Main()
- var_pv2 = ("tester called")
- var_pv3 = MsgBox(var_pv2, 0)
- Dim var_pv4 As New frmMain
- Set var_pv5 = var_pv4
- Call Load(var_pv5)
- Call var_pv4.Show()
- 'var_num6 = -256 + 20 + 20
- End Sub
-
-
- ' ////////////////////////////////////////////////////////
- ' // VBReFormer 2008 © Sylvain Bruyere
- ' // Assembly: this_is_the_project_name.frmMain (Form)
- '////////////////////////////////////////////////////////
-
- 'Event for cmdAdd
- Private Sub cmdAdd_Click
- Set var_pv2 = Me.lstItems()
- Set var_pv3 = Me.txtItem()
- var_pv4 = var_pv3.Text()
- Call var_pv2.AddItem(var_pv4)
- 'var_num6 = -52 - 12 + 12
- 'var_num6 = 'var_num6 + 12
-
- End Sub
-
-
- 'Event for Form
- Private Sub Form_Load
- Set var_pv2 = Me.lstItems()
- Call var_pv2.AddItem("this item added on form load")
-
- End Sub
-
-
- Private Sub Form_Click
- var_pv2 = ("form was clicked")
- var_pv3 = MsgBox(var_pv2, 0)
- 'var_num6 = -52 - 12 + 20
- 'var_num6 = 'var_num6 + 20
-
- End Sub
-

Return to Common Application Programs
Users browsing this forum: No registered users and 1 guest