Jump to content

(Bart PE) Plugin for Visual Basic 3.0


Recommended Posts


Posted
but you really should give your post a meaningful title, see rule #12

Sorry it wont happen again i've read all rules now :yes:

Take VB.EXE and VBRUN300.DLL put them in \PLUGIN\VB\FILES

the VB.inf

; VB.inf
; PE Builder v3 plug-in INF file for visual Basic 3.0
; Created by Malok

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Visual Basic 3.0"
Enable=1
help=""

[WinntDirectories]
a=programs\VB,2

[SourceDisksFiles]
FILES\VB.EXE=a,,1
FILES\VBRUN300.dll=2,,1

[Append]
nu2menu.xml, VB_nu2menu.xml

to add it to NU2Menu

<!-- Nu2Menu entry for Visual Basic 3.0 -->   
<NU2MENU>
<MENU ID="Applications">      
       <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\VB\VB.EXE))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\VB\VB.EXE">Visual Basic</MITEM>
  </MENU>
</NU2MENU>

it gives you all the basic command and it's very usefull for all kind of small tasks you may want to automate....

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...