├── .gitattributes ├── .gitignore ├── ADOConnection.bas ├── APIError.bas ├── APIViewer ├── APIDemo.vbp ├── APIfrm.frm ├── APIfrm.frx ├── Dialog.ico ├── FIND.bmp ├── FINDfrm.frm ├── FINDfrm.frx ├── VIEWfrm.frm ├── VIEWfrm.frx ├── Win32api.MDB ├── const.bmp ├── copy.bmp ├── cut.bmp ├── declare.bmp ├── modAPI.bas ├── modREG.bas ├── paste.bmp ├── preview.bmp └── type.bmp ├── About ├── About.frm ├── About.frx ├── BackButton.bmp ├── BackClicked.bmp ├── BackFocus.bmp ├── BackNoFocus.bmp ├── Button.GIF ├── Button.bmp ├── Cancel.bmp ├── EmailButton.bmp ├── Exit.bmp ├── OK.BMP ├── Password.bmp ├── Register.bmp └── WebButton.bmp ├── Accelerator.frm ├── Accelerator.frx ├── ActiveXDoc ├── Build │ ├── MAKERES.BAT │ ├── SmallAll.bmp │ ├── TLBHELP.ICO │ ├── TLBHelp.rc │ ├── TLBHelp.res │ ├── VBRichEdit.ctl │ ├── VBRichEdit.ctx │ ├── cComDlg.cls │ ├── cMRUFileList.cls │ ├── cReBar.ctl │ ├── cRegistry.cls │ ├── cTabCtrl.ctl │ ├── cTabCtrl.ctx │ ├── cToolTip.cls │ ├── cToolbar.ctl │ ├── fAbout.frm │ ├── fAbout.frx │ ├── fDev.frm │ ├── fDev.frx │ ├── mComCtlGeneral.bas │ ├── mMain.bas │ ├── mRichEdit.bas │ ├── mToolbar.bas │ ├── mWinGeneral.bas │ └── pDev.vbp ├── FILE_ID.DIZ ├── HandleExceptions.bas ├── MAKERES.BAT ├── README.TXT ├── SmallAll.bmp ├── TLBHELP.ICO ├── TLBHelp.rc ├── TLBHelp.res ├── TLBINF32.RTF ├── VBRichEdit.ctl ├── VBRichEdit.ctx ├── cComDlg.cls ├── cMRUFileList.cls ├── cReBar.ctl ├── cRegistry.cls ├── cTabCtrl.ctl ├── cTabCtrl.ctx ├── cToolTip.cls ├── cToolbar.ctl ├── fAbout.frm ├── fAbout.frx ├── fDev.frm ├── fDev.frx ├── mComCtlGeneral.bas ├── mMain.bas ├── mRichEdit.bas ├── mToolbar.bas ├── mWinGeneral.bas └── pDev.vbp ├── AddIns.bas ├── AddProcedure.frm ├── AddProcedure.frx ├── AlignerControls.bas ├── Alphabetize.bas ├── Associate OCX ├── Form1.frm └── Project1.vbp ├── BMP ├── API.ICO ├── AdvFndRp.BMP ├── AllADvantage.gif ├── AllComment.bmp ├── AllComment.ico ├── BANNER.JPG ├── ClearDebug.bmp ├── ClearDebug.ico ├── CodeHound.ico ├── Declaration.Ico ├── EnhancedErrorModule.bmp ├── EnhancedErrorProcedure.bmp ├── EnhancedErrorProjet.bmp ├── EquaFlip.ico ├── ErrorModule.bmp ├── ErrorModule.ico ├── ErrorModule16.ico ├── ErrorModule16x16.bmp ├── ErrorProcedure.bmp ├── ErrorProcedure.ico ├── ErrorProjet.bmp ├── ErrorProjet.ico ├── ErrorProjet16.ico ├── Explorer │ ├── Close.ico │ ├── Event.ico │ ├── Function.ico │ ├── Open.ico │ └── Property.ico ├── FindReplace.ico ├── Horizontal.bmp ├── IMG1.JPG ├── Indent.ico ├── Inline.bmp ├── Inline.ico ├── Java.ico ├── JavaVBScript.bmp ├── KeyCode.bmp ├── KeyCode.ico ├── ModHead.bmp ├── ModHead.ico ├── Module.ico ├── ModuleProcHead.bmp ├── ModuleProcHead.ico ├── New │ ├── API Error.ico │ ├── Alphabetize.ico │ ├── Char Picker.ico │ ├── Clear Immediate Window.ico │ ├── Close All Windows.ico │ ├── Color Picker.ico │ ├── Comment Out.ico │ ├── Component Properties.ico │ ├── Error Handler Module.ico │ ├── Error Handler Procedure.ico │ ├── Export HTML.ico │ ├── Find Pending.ico │ ├── FindReplace.ico │ ├── Indent Module.ico │ ├── Indent Procedure.ico │ ├── Indent Project.ico │ ├── Inline.ico │ ├── Macro Config.ico │ ├── Module Headers Comments.ico │ ├── Module Procedure Headers Comments.ico │ ├── MsgBox.ico │ ├── Other Documents.ico │ ├── Procedures Headers Comments.ico │ ├── Project Explorer.ico │ ├── Project Header.ico │ ├── Property Builder.ico │ ├── Property Page.ico │ ├── Resources.ico │ ├── Search Web.ico │ ├── Swap.ico │ ├── Tab Order.ico │ ├── ToolBar Builder.ico │ ├── UnComment.ico │ └── User Control.ico ├── Pending.bmp ├── Pending.ico ├── Print.bmp ├── ProcHead.bmp ├── ProcHead.ico ├── Procedure.ico ├── ProjProcHeader.ico ├── ProjectProcHead.bmp ├── Projet.ico ├── ProjetsInfos.ICO ├── Property.ICO ├── RemoveAll.bmp ├── RemoveAll.ico ├── Setup.ico ├── Stop.bmp ├── TabOrder.ico ├── Toolbar.ico ├── VB.BMP ├── VB.ICO ├── VBIDEUtils.bmp ├── VBIDEUtils.ico └── Vertical.bmp ├── CharPicker ├── CharPicker.frm └── CharPicker.frx ├── ClearDebug.bas ├── CodeAnalyse ├── AnalyseClass.cls ├── AnalyseProject.cls ├── CodeAnalyse.frm ├── CodeAnalyse.frx ├── GeneralUtilities.cls ├── MainAnalyze.cls └── analyseSub.cls ├── CodeToolbar.bas ├── ColorDialog.cls ├── ColorDialog.frm ├── ColorPicker ├── frmColorPicker.frm └── frmColorPicker.frx ├── Comment.bas ├── DBCreator ├── DBCreator.frm └── DBCreator.frx ├── Dependency.frm ├── Dependency.frx ├── Divers.bas ├── EnhancedError.bas ├── Error.bas ├── Extract1.txt ├── Extract2.txt ├── Extract3.txt ├── ExtractString.bas ├── ExtractString.frm ├── ExtractString.frx ├── FILE_ID.DIZ ├── FileInfo.cls ├── FileVersion.cls ├── FindWeb.frm ├── FindWeb.frx ├── FindandReplace ├── Advfndrp.res ├── docAdvFndRpl.dob └── docAdvFndRpl.dox ├── FunctionData.cls ├── HTML.bas ├── Hourglass.cls ├── Icons.frm ├── Icons.frx ├── Indent.cls ├── IndentControl.bas ├── IndentRoutine.bas ├── Internationalization.bas ├── KeyCode.frm ├── KeyCode.frx ├── License.txt ├── LineNumbering.bas ├── ListBox.bas ├── Listview.bas ├── Logo.cls ├── Macro └── SubclassIDE.bas ├── MacroEditor ├── aexe.bmp ├── clsStack.cls ├── control.bmp ├── dll.bmp └── exe.bmp ├── Members.cls ├── MouseZoom ├── Images │ ├── MouseCam.ico │ ├── pause.bmp │ ├── start.bmp │ ├── stop.bmp │ ├── zoom_1_1.bmp │ ├── zoom_1_1_disabled.bmp │ ├── zoom_1_1_small.bmp │ ├── zoom_1_1_small_disabled.bmp │ ├── zoom_back.bmp │ ├── zoom_back_disabled.bmp │ ├── zoom_back_small.bmp │ ├── zoom_back_small_disabled.bmp │ ├── zoom_in.bmp │ ├── zoom_in_disabled.bmp │ ├── zoom_level.bmp │ ├── zoom_level_small.bmp │ ├── zoom_minus_small.bmp │ ├── zoom_minus_small_disabled.bmp │ ├── zoom_off.bmp │ ├── zoom_on.bmp │ ├── zoom_out.bmp │ ├── zoom_out_disabled.bmp │ ├── zoom_plus_small.bmp │ ├── zoom_plus_small_disabled.bmp │ ├── zoom_small.bmp │ ├── zoomico.bmp │ └── zoomicon.bmp ├── docMouseCam.dob └── docMouseCam.dox ├── MsgBox.bas ├── MsgBox.frm ├── MsgBox.frx ├── OLEServers ├── OLEGetServers.frm └── OLEGetServers.frx ├── Options.frm ├── Options.frx ├── Pending.bas ├── Progress ├── Progress.frm └── Progress.frx ├── README.TXT ├── README.md ├── Register.bas ├── Registry.cls ├── Search.cls ├── Shortcut.bas ├── Splash.frm ├── Splash.frx ├── Spy.frm ├── Spy.frx ├── Swap.bas ├── TabOrder.frm ├── TabOrder.frx ├── TextEffect.bas ├── ToHTML.bas ├── Tooltips.cls ├── Tooltips.frm ├── Tooltips.frx ├── Translation ├── VBCodeDatabase.rc └── VBIDEUtils.mdb ├── Unload.bas ├── Update └── UpdateVBIDEUtils.xml ├── VB Project Explorer ├── ProjectExplorer.dob ├── ProjectExplorer.dox └── mGDI.bas ├── VBDoc ├── TemplateClass.htm ├── TemplateConsts.htm ├── TemplateDeclaration.htm ├── TemplateEnum.htm ├── TemplateEvent.htm ├── TemplateHHP.hhp ├── TemplateImplements.htm ├── TemplateIntro.htm ├── TemplateMethod.htm ├── TemplateModule.htm ├── TemplateProject.htm ├── TemplateProperty.htm ├── TemplateReferences.htm ├── TemplateSourceCode.htm ├── TemplateType.htm ├── TemplateVariable.htm ├── VBDoc.frm ├── VBDoc.frx ├── VBDocDOSOutputs.cls ├── VBDocGlobalFunctions.bas ├── VBDocGlobalVariables.bas ├── VBDocOrderedColl.cls ├── VBDoccMember.cls ├── VBDoccModule.cls ├── VBDoccProject.cls ├── VBDoccSubMember.cls ├── VBDoccToc.cls └── hhc.bmp ├── VBDocTemplate ├── TemplateClass.htm ├── TemplateConsts.htm ├── TemplateDeclaration.htm ├── TemplateEnum.htm ├── TemplateEvent.htm ├── TemplateHHP.hhp ├── TemplateImplements.htm ├── TemplateIntro.htm ├── TemplateMethod.htm ├── TemplateModule.htm ├── TemplateProject.htm ├── TemplateProperty.htm ├── TemplateReferences.htm ├── TemplateSourceCode.htm ├── TemplateType.htm └── TemplateVariable.htm ├── VBIDE.cls ├── VBIDEDatabase ├── Colorize.bas ├── CommonDialog.cls ├── Database.bas ├── Execute.bas ├── GCommonDialog.cls ├── Hooked.bas ├── Main.bas ├── Memory.cls ├── RTF2HTML.bas ├── TrayIcon.bas ├── TrayIcon.frm ├── TrayIcon.frx └── taskbar.bas ├── VBIDEUtils.RES ├── VBIDEUtils.cmp ├── VBIDEUtils.dll ├── VBIDEUtils.exp ├── VBIDEUtils.lib ├── VBIDEUtils0.cmp ├── VBIDEUtils0.dll ├── VBIDEUtils0.exp ├── VBIDEUtils0.lib ├── VBIDEUtils0 ├── SubTimer.vbp ├── Test.vbg ├── Test.vbp ├── frmTest.frm ├── frmTest.frx ├── isubclass.cls ├── subclass.bas ├── subclass.cls ├── timer.bas └── timer.cls ├── VBIDEUtils1.cmp ├── VBIDEUtils1.exp ├── VBIDEUtils1.lib ├── VBIDEUtils1.oca ├── VBIDEUtils1.ocx ├── VBIDEUtils1 ├── Form1.frm ├── GridPrint.bas ├── Project1.vbp ├── Resource │ ├── MINUS_B.ICO │ ├── PLUS_B.ICO │ ├── attach.ico │ ├── atthead.ico │ ├── blank.ico │ ├── csgrid.bmp │ ├── csgrid.res │ ├── csgrid3.ico │ ├── csgrid6.bmp │ ├── doctype.ico │ ├── down.bmp │ ├── flag.ico │ ├── flaghead.ico │ ├── forward.ico │ ├── low.ico │ ├── minus.ico │ ├── plus.ico │ ├── read.ico │ ├── replied.ico │ ├── sortasc.ico │ ├── sortdesc.ico │ ├── unread.ico │ ├── up.bmp │ ├── urgent.ico │ └── urghead.ico ├── SpeedTst │ ├── frmSpeedTest.frm │ ├── pSpeedTest.vbp │ └── speedtst.xls ├── article.dat ├── cFlatHeader.cls ├── cGridCell.cls ├── cHeaderControl.cls ├── cScrollBars.cls ├── cShellSort.cls ├── csgrid.res ├── frmOutlookDemo.frm ├── frmOutlookDemo.frx ├── frmOutlookGroup.frm ├── frmOutlookGroup.frx ├── frmTest.frm ├── frmTest.frx ├── frmTestMatrix.frm ├── frmTestMatrix.frx ├── frmVirtual.frm ├── frmVirtual.frx ├── gDevGrid.vbg ├── link.dat ├── mGDI.bas ├── pTest.csi ├── pTest.vbp ├── pVBALGrid.csi ├── pVBALGrid.vbp ├── type.dat ├── vbalGrid.ctl └── vbalGrid.ctx ├── VBIDEUtils3.cmp ├── VBIDEUtils3.dll ├── VBIDEUtils3.exp ├── VBIDEUtils3.lib ├── VBIDEUtils3 ├── PopupMenu.vbp ├── Readme.txt ├── Test.Dat ├── cNCMetrics.cls ├── cPopupMenu.cls ├── cStoreMenu.cls ├── fAbout.frm ├── fAbout.frx ├── fTest.frm ├── fTest.frx ├── gPopMenu.vbg ├── mGDIAPI.bas ├── mShellExecute.bas ├── pTest.vbp └── popmenu.res ├── VBIDEUtilsOS.vbp ├── Whole VBIDEUTILS.vbg ├── YingYang.bas ├── clsConnect.cls ├── clsVBEEvents.cls ├── frmRegister.frm ├── frmRegister.frx ├── gVBIDEUtilsOS.vbg ├── guid.bas ├── keyboard.bas └── vbdiamond.gif /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/.gitignore -------------------------------------------------------------------------------- /ADOConnection.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ADOConnection.bas -------------------------------------------------------------------------------- /APIError.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIError.bas -------------------------------------------------------------------------------- /APIViewer/APIDemo.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/APIDemo.vbp -------------------------------------------------------------------------------- /APIViewer/APIfrm.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/APIfrm.frm -------------------------------------------------------------------------------- /APIViewer/APIfrm.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/APIfrm.frx -------------------------------------------------------------------------------- /APIViewer/Dialog.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/Dialog.ico -------------------------------------------------------------------------------- /APIViewer/FIND.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/FIND.bmp -------------------------------------------------------------------------------- /APIViewer/FINDfrm.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/FINDfrm.frm -------------------------------------------------------------------------------- /APIViewer/FINDfrm.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/FINDfrm.frx -------------------------------------------------------------------------------- /APIViewer/VIEWfrm.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/VIEWfrm.frm -------------------------------------------------------------------------------- /APIViewer/VIEWfrm.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/VIEWfrm.frx -------------------------------------------------------------------------------- /APIViewer/Win32api.MDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/Win32api.MDB -------------------------------------------------------------------------------- /APIViewer/const.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/const.bmp -------------------------------------------------------------------------------- /APIViewer/copy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/copy.bmp -------------------------------------------------------------------------------- /APIViewer/cut.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/cut.bmp -------------------------------------------------------------------------------- /APIViewer/declare.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/declare.bmp -------------------------------------------------------------------------------- /APIViewer/modAPI.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/modAPI.bas -------------------------------------------------------------------------------- /APIViewer/modREG.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/modREG.bas -------------------------------------------------------------------------------- /APIViewer/paste.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/paste.bmp -------------------------------------------------------------------------------- /APIViewer/preview.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/preview.bmp -------------------------------------------------------------------------------- /APIViewer/type.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/APIViewer/type.bmp -------------------------------------------------------------------------------- /About/About.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/About.frm -------------------------------------------------------------------------------- /About/About.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/About.frx -------------------------------------------------------------------------------- /About/BackButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/BackButton.bmp -------------------------------------------------------------------------------- /About/BackClicked.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/BackClicked.bmp -------------------------------------------------------------------------------- /About/BackFocus.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/BackFocus.bmp -------------------------------------------------------------------------------- /About/BackNoFocus.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/BackNoFocus.bmp -------------------------------------------------------------------------------- /About/Button.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/Button.GIF -------------------------------------------------------------------------------- /About/Button.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/Button.bmp -------------------------------------------------------------------------------- /About/Cancel.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/Cancel.bmp -------------------------------------------------------------------------------- /About/EmailButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/EmailButton.bmp -------------------------------------------------------------------------------- /About/Exit.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/Exit.bmp -------------------------------------------------------------------------------- /About/OK.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/OK.BMP -------------------------------------------------------------------------------- /About/Password.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/Password.bmp -------------------------------------------------------------------------------- /About/Register.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/Register.bmp -------------------------------------------------------------------------------- /About/WebButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/About/WebButton.bmp -------------------------------------------------------------------------------- /Accelerator.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Accelerator.frm -------------------------------------------------------------------------------- /Accelerator.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Accelerator.frx -------------------------------------------------------------------------------- /ActiveXDoc/Build/MAKERES.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/MAKERES.BAT -------------------------------------------------------------------------------- /ActiveXDoc/Build/SmallAll.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/SmallAll.bmp -------------------------------------------------------------------------------- /ActiveXDoc/Build/TLBHELP.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/TLBHELP.ICO -------------------------------------------------------------------------------- /ActiveXDoc/Build/TLBHelp.rc: -------------------------------------------------------------------------------- 1 | // Popmenu bitmaps: 2 | 24 BITMAP MOVEABLE PRELOAD SMALLALL.BMP 3 | 4 | -------------------------------------------------------------------------------- /ActiveXDoc/Build/TLBHelp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/TLBHelp.res -------------------------------------------------------------------------------- /ActiveXDoc/Build/VBRichEdit.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/VBRichEdit.ctl -------------------------------------------------------------------------------- /ActiveXDoc/Build/VBRichEdit.ctx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/VBRichEdit.ctx -------------------------------------------------------------------------------- /ActiveXDoc/Build/cComDlg.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/cComDlg.cls -------------------------------------------------------------------------------- /ActiveXDoc/Build/cMRUFileList.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/cMRUFileList.cls -------------------------------------------------------------------------------- /ActiveXDoc/Build/cReBar.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/cReBar.ctl -------------------------------------------------------------------------------- /ActiveXDoc/Build/cRegistry.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/cRegistry.cls -------------------------------------------------------------------------------- /ActiveXDoc/Build/cTabCtrl.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/cTabCtrl.ctl -------------------------------------------------------------------------------- /ActiveXDoc/Build/cTabCtrl.ctx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/cTabCtrl.ctx -------------------------------------------------------------------------------- /ActiveXDoc/Build/cToolTip.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/cToolTip.cls -------------------------------------------------------------------------------- /ActiveXDoc/Build/cToolbar.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/cToolbar.ctl -------------------------------------------------------------------------------- /ActiveXDoc/Build/fAbout.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/fAbout.frm -------------------------------------------------------------------------------- /ActiveXDoc/Build/fAbout.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/fAbout.frx -------------------------------------------------------------------------------- /ActiveXDoc/Build/fDev.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/fDev.frm -------------------------------------------------------------------------------- /ActiveXDoc/Build/fDev.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/fDev.frx -------------------------------------------------------------------------------- /ActiveXDoc/Build/mComCtlGeneral.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/mComCtlGeneral.bas -------------------------------------------------------------------------------- /ActiveXDoc/Build/mMain.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/mMain.bas -------------------------------------------------------------------------------- /ActiveXDoc/Build/mRichEdit.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/mRichEdit.bas -------------------------------------------------------------------------------- /ActiveXDoc/Build/mToolbar.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/mToolbar.bas -------------------------------------------------------------------------------- /ActiveXDoc/Build/mWinGeneral.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/mWinGeneral.bas -------------------------------------------------------------------------------- /ActiveXDoc/Build/pDev.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/Build/pDev.vbp -------------------------------------------------------------------------------- /ActiveXDoc/FILE_ID.DIZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/FILE_ID.DIZ -------------------------------------------------------------------------------- /ActiveXDoc/HandleExceptions.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/HandleExceptions.bas -------------------------------------------------------------------------------- /ActiveXDoc/MAKERES.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/MAKERES.BAT -------------------------------------------------------------------------------- /ActiveXDoc/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/README.TXT -------------------------------------------------------------------------------- /ActiveXDoc/SmallAll.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/SmallAll.bmp -------------------------------------------------------------------------------- /ActiveXDoc/TLBHELP.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/TLBHELP.ICO -------------------------------------------------------------------------------- /ActiveXDoc/TLBHelp.rc: -------------------------------------------------------------------------------- 1 | // Popmenu bitmaps: 2 | 24 BITMAP MOVEABLE PRELOAD SMALLALL.BMP 3 | 4 | -------------------------------------------------------------------------------- /ActiveXDoc/TLBHelp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/TLBHelp.res -------------------------------------------------------------------------------- /ActiveXDoc/TLBINF32.RTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/TLBINF32.RTF -------------------------------------------------------------------------------- /ActiveXDoc/VBRichEdit.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/VBRichEdit.ctl -------------------------------------------------------------------------------- /ActiveXDoc/VBRichEdit.ctx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/VBRichEdit.ctx -------------------------------------------------------------------------------- /ActiveXDoc/cComDlg.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/cComDlg.cls -------------------------------------------------------------------------------- /ActiveXDoc/cMRUFileList.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/cMRUFileList.cls -------------------------------------------------------------------------------- /ActiveXDoc/cReBar.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/cReBar.ctl -------------------------------------------------------------------------------- /ActiveXDoc/cRegistry.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/cRegistry.cls -------------------------------------------------------------------------------- /ActiveXDoc/cTabCtrl.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/cTabCtrl.ctl -------------------------------------------------------------------------------- /ActiveXDoc/cTabCtrl.ctx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/cTabCtrl.ctx -------------------------------------------------------------------------------- /ActiveXDoc/cToolTip.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/cToolTip.cls -------------------------------------------------------------------------------- /ActiveXDoc/cToolbar.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/cToolbar.ctl -------------------------------------------------------------------------------- /ActiveXDoc/fAbout.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/fAbout.frm -------------------------------------------------------------------------------- /ActiveXDoc/fAbout.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/fAbout.frx -------------------------------------------------------------------------------- /ActiveXDoc/fDev.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/fDev.frm -------------------------------------------------------------------------------- /ActiveXDoc/fDev.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/fDev.frx -------------------------------------------------------------------------------- /ActiveXDoc/mComCtlGeneral.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/mComCtlGeneral.bas -------------------------------------------------------------------------------- /ActiveXDoc/mMain.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/mMain.bas -------------------------------------------------------------------------------- /ActiveXDoc/mRichEdit.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/mRichEdit.bas -------------------------------------------------------------------------------- /ActiveXDoc/mToolbar.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/mToolbar.bas -------------------------------------------------------------------------------- /ActiveXDoc/mWinGeneral.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/mWinGeneral.bas -------------------------------------------------------------------------------- /ActiveXDoc/pDev.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ActiveXDoc/pDev.vbp -------------------------------------------------------------------------------- /AddIns.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/AddIns.bas -------------------------------------------------------------------------------- /AddProcedure.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/AddProcedure.frm -------------------------------------------------------------------------------- /AddProcedure.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/AddProcedure.frx -------------------------------------------------------------------------------- /AlignerControls.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/AlignerControls.bas -------------------------------------------------------------------------------- /Alphabetize.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Alphabetize.bas -------------------------------------------------------------------------------- /Associate OCX/Form1.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Associate OCX/Form1.frm -------------------------------------------------------------------------------- /Associate OCX/Project1.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Associate OCX/Project1.vbp -------------------------------------------------------------------------------- /BMP/API.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/API.ICO -------------------------------------------------------------------------------- /BMP/AdvFndRp.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/AdvFndRp.BMP -------------------------------------------------------------------------------- /BMP/AllADvantage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/AllADvantage.gif -------------------------------------------------------------------------------- /BMP/AllComment.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/AllComment.bmp -------------------------------------------------------------------------------- /BMP/AllComment.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/AllComment.ico -------------------------------------------------------------------------------- /BMP/BANNER.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/BANNER.JPG -------------------------------------------------------------------------------- /BMP/ClearDebug.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ClearDebug.bmp -------------------------------------------------------------------------------- /BMP/ClearDebug.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ClearDebug.ico -------------------------------------------------------------------------------- /BMP/CodeHound.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/CodeHound.ico -------------------------------------------------------------------------------- /BMP/Declaration.Ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Declaration.Ico -------------------------------------------------------------------------------- /BMP/EnhancedErrorModule.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/EnhancedErrorModule.bmp -------------------------------------------------------------------------------- /BMP/EnhancedErrorProcedure.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/EnhancedErrorProcedure.bmp -------------------------------------------------------------------------------- /BMP/EnhancedErrorProjet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/EnhancedErrorProjet.bmp -------------------------------------------------------------------------------- /BMP/EquaFlip.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/EquaFlip.ico -------------------------------------------------------------------------------- /BMP/ErrorModule.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ErrorModule.bmp -------------------------------------------------------------------------------- /BMP/ErrorModule.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ErrorModule.ico -------------------------------------------------------------------------------- /BMP/ErrorModule16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ErrorModule16.ico -------------------------------------------------------------------------------- /BMP/ErrorModule16x16.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ErrorModule16x16.bmp -------------------------------------------------------------------------------- /BMP/ErrorProcedure.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ErrorProcedure.bmp -------------------------------------------------------------------------------- /BMP/ErrorProcedure.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ErrorProcedure.ico -------------------------------------------------------------------------------- /BMP/ErrorProjet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ErrorProjet.bmp -------------------------------------------------------------------------------- /BMP/ErrorProjet.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ErrorProjet.ico -------------------------------------------------------------------------------- /BMP/ErrorProjet16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ErrorProjet16.ico -------------------------------------------------------------------------------- /BMP/Explorer/Close.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Explorer/Close.ico -------------------------------------------------------------------------------- /BMP/Explorer/Event.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Explorer/Event.ico -------------------------------------------------------------------------------- /BMP/Explorer/Function.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Explorer/Function.ico -------------------------------------------------------------------------------- /BMP/Explorer/Open.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Explorer/Open.ico -------------------------------------------------------------------------------- /BMP/Explorer/Property.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Explorer/Property.ico -------------------------------------------------------------------------------- /BMP/FindReplace.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/FindReplace.ico -------------------------------------------------------------------------------- /BMP/Horizontal.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Horizontal.bmp -------------------------------------------------------------------------------- /BMP/IMG1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/IMG1.JPG -------------------------------------------------------------------------------- /BMP/Indent.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Indent.ico -------------------------------------------------------------------------------- /BMP/Inline.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Inline.bmp -------------------------------------------------------------------------------- /BMP/Inline.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Inline.ico -------------------------------------------------------------------------------- /BMP/Java.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Java.ico -------------------------------------------------------------------------------- /BMP/JavaVBScript.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/JavaVBScript.bmp -------------------------------------------------------------------------------- /BMP/KeyCode.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/KeyCode.bmp -------------------------------------------------------------------------------- /BMP/KeyCode.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/KeyCode.ico -------------------------------------------------------------------------------- /BMP/ModHead.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ModHead.bmp -------------------------------------------------------------------------------- /BMP/ModHead.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ModHead.ico -------------------------------------------------------------------------------- /BMP/Module.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Module.ico -------------------------------------------------------------------------------- /BMP/ModuleProcHead.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ModuleProcHead.bmp -------------------------------------------------------------------------------- /BMP/ModuleProcHead.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ModuleProcHead.ico -------------------------------------------------------------------------------- /BMP/New/API Error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/API Error.ico -------------------------------------------------------------------------------- /BMP/New/Alphabetize.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Alphabetize.ico -------------------------------------------------------------------------------- /BMP/New/Char Picker.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Char Picker.ico -------------------------------------------------------------------------------- /BMP/New/Clear Immediate Window.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Clear Immediate Window.ico -------------------------------------------------------------------------------- /BMP/New/Close All Windows.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Close All Windows.ico -------------------------------------------------------------------------------- /BMP/New/Color Picker.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Color Picker.ico -------------------------------------------------------------------------------- /BMP/New/Comment Out.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Comment Out.ico -------------------------------------------------------------------------------- /BMP/New/Component Properties.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Component Properties.ico -------------------------------------------------------------------------------- /BMP/New/Error Handler Module.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Error Handler Module.ico -------------------------------------------------------------------------------- /BMP/New/Error Handler Procedure.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Error Handler Procedure.ico -------------------------------------------------------------------------------- /BMP/New/Export HTML.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Export HTML.ico -------------------------------------------------------------------------------- /BMP/New/Find Pending.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Find Pending.ico -------------------------------------------------------------------------------- /BMP/New/FindReplace.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/FindReplace.ico -------------------------------------------------------------------------------- /BMP/New/Indent Module.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Indent Module.ico -------------------------------------------------------------------------------- /BMP/New/Indent Procedure.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Indent Procedure.ico -------------------------------------------------------------------------------- /BMP/New/Indent Project.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Indent Project.ico -------------------------------------------------------------------------------- /BMP/New/Inline.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Inline.ico -------------------------------------------------------------------------------- /BMP/New/Macro Config.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Macro Config.ico -------------------------------------------------------------------------------- /BMP/New/Module Headers Comments.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Module Headers Comments.ico -------------------------------------------------------------------------------- /BMP/New/Module Procedure Headers Comments.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Module Procedure Headers Comments.ico -------------------------------------------------------------------------------- /BMP/New/MsgBox.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/MsgBox.ico -------------------------------------------------------------------------------- /BMP/New/Other Documents.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Other Documents.ico -------------------------------------------------------------------------------- /BMP/New/Procedures Headers Comments.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Procedures Headers Comments.ico -------------------------------------------------------------------------------- /BMP/New/Project Explorer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Project Explorer.ico -------------------------------------------------------------------------------- /BMP/New/Project Header.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Project Header.ico -------------------------------------------------------------------------------- /BMP/New/Property Builder.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Property Builder.ico -------------------------------------------------------------------------------- /BMP/New/Property Page.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Property Page.ico -------------------------------------------------------------------------------- /BMP/New/Resources.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Resources.ico -------------------------------------------------------------------------------- /BMP/New/Search Web.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Search Web.ico -------------------------------------------------------------------------------- /BMP/New/Swap.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Swap.ico -------------------------------------------------------------------------------- /BMP/New/Tab Order.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/Tab Order.ico -------------------------------------------------------------------------------- /BMP/New/ToolBar Builder.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/ToolBar Builder.ico -------------------------------------------------------------------------------- /BMP/New/UnComment.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/UnComment.ico -------------------------------------------------------------------------------- /BMP/New/User Control.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/New/User Control.ico -------------------------------------------------------------------------------- /BMP/Pending.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Pending.bmp -------------------------------------------------------------------------------- /BMP/Pending.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Pending.ico -------------------------------------------------------------------------------- /BMP/Print.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Print.bmp -------------------------------------------------------------------------------- /BMP/ProcHead.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ProcHead.bmp -------------------------------------------------------------------------------- /BMP/ProcHead.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ProcHead.ico -------------------------------------------------------------------------------- /BMP/Procedure.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Procedure.ico -------------------------------------------------------------------------------- /BMP/ProjProcHeader.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ProjProcHeader.ico -------------------------------------------------------------------------------- /BMP/ProjectProcHead.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ProjectProcHead.bmp -------------------------------------------------------------------------------- /BMP/Projet.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Projet.ico -------------------------------------------------------------------------------- /BMP/ProjetsInfos.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/ProjetsInfos.ICO -------------------------------------------------------------------------------- /BMP/Property.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Property.ICO -------------------------------------------------------------------------------- /BMP/RemoveAll.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/RemoveAll.bmp -------------------------------------------------------------------------------- /BMP/RemoveAll.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/RemoveAll.ico -------------------------------------------------------------------------------- /BMP/Setup.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Setup.ico -------------------------------------------------------------------------------- /BMP/Stop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Stop.bmp -------------------------------------------------------------------------------- /BMP/TabOrder.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/TabOrder.ico -------------------------------------------------------------------------------- /BMP/Toolbar.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Toolbar.ico -------------------------------------------------------------------------------- /BMP/VB.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/VB.BMP -------------------------------------------------------------------------------- /BMP/VB.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/VB.ICO -------------------------------------------------------------------------------- /BMP/VBIDEUtils.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/VBIDEUtils.bmp -------------------------------------------------------------------------------- /BMP/VBIDEUtils.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/VBIDEUtils.ico -------------------------------------------------------------------------------- /BMP/Vertical.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/BMP/Vertical.bmp -------------------------------------------------------------------------------- /CharPicker/CharPicker.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/CharPicker/CharPicker.frm -------------------------------------------------------------------------------- /CharPicker/CharPicker.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/CharPicker/CharPicker.frx -------------------------------------------------------------------------------- /ClearDebug.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ClearDebug.bas -------------------------------------------------------------------------------- /CodeAnalyse/AnalyseClass.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/CodeAnalyse/AnalyseClass.cls -------------------------------------------------------------------------------- /CodeAnalyse/AnalyseProject.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/CodeAnalyse/AnalyseProject.cls -------------------------------------------------------------------------------- /CodeAnalyse/CodeAnalyse.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/CodeAnalyse/CodeAnalyse.frm -------------------------------------------------------------------------------- /CodeAnalyse/CodeAnalyse.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/CodeAnalyse/CodeAnalyse.frx -------------------------------------------------------------------------------- /CodeAnalyse/GeneralUtilities.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/CodeAnalyse/GeneralUtilities.cls -------------------------------------------------------------------------------- /CodeAnalyse/MainAnalyze.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/CodeAnalyse/MainAnalyze.cls -------------------------------------------------------------------------------- /CodeAnalyse/analyseSub.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/CodeAnalyse/analyseSub.cls -------------------------------------------------------------------------------- /CodeToolbar.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/CodeToolbar.bas -------------------------------------------------------------------------------- /ColorDialog.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ColorDialog.cls -------------------------------------------------------------------------------- /ColorDialog.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ColorDialog.frm -------------------------------------------------------------------------------- /ColorPicker/frmColorPicker.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ColorPicker/frmColorPicker.frm -------------------------------------------------------------------------------- /ColorPicker/frmColorPicker.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ColorPicker/frmColorPicker.frx -------------------------------------------------------------------------------- /Comment.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Comment.bas -------------------------------------------------------------------------------- /DBCreator/DBCreator.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/DBCreator/DBCreator.frm -------------------------------------------------------------------------------- /DBCreator/DBCreator.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/DBCreator/DBCreator.frx -------------------------------------------------------------------------------- /Dependency.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Dependency.frm -------------------------------------------------------------------------------- /Dependency.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Dependency.frx -------------------------------------------------------------------------------- /Divers.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Divers.bas -------------------------------------------------------------------------------- /EnhancedError.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/EnhancedError.bas -------------------------------------------------------------------------------- /Error.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Error.bas -------------------------------------------------------------------------------- /Extract1.txt: -------------------------------------------------------------------------------- 1 | ' *** Don't extract string in this line 2 | -------------------------------------------------------------------------------- /Extract2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Extract2.txt -------------------------------------------------------------------------------- /Extract3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Extract3.txt -------------------------------------------------------------------------------- /ExtractString.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ExtractString.bas -------------------------------------------------------------------------------- /ExtractString.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ExtractString.frm -------------------------------------------------------------------------------- /ExtractString.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ExtractString.frx -------------------------------------------------------------------------------- /FILE_ID.DIZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/FILE_ID.DIZ -------------------------------------------------------------------------------- /FileInfo.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/FileInfo.cls -------------------------------------------------------------------------------- /FileVersion.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/FileVersion.cls -------------------------------------------------------------------------------- /FindWeb.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/FindWeb.frm -------------------------------------------------------------------------------- /FindWeb.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/FindWeb.frx -------------------------------------------------------------------------------- /FindandReplace/Advfndrp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/FindandReplace/Advfndrp.res -------------------------------------------------------------------------------- /FindandReplace/docAdvFndRpl.dob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/FindandReplace/docAdvFndRpl.dob -------------------------------------------------------------------------------- /FindandReplace/docAdvFndRpl.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/FindandReplace/docAdvFndRpl.dox -------------------------------------------------------------------------------- /FunctionData.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/FunctionData.cls -------------------------------------------------------------------------------- /HTML.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/HTML.bas -------------------------------------------------------------------------------- /Hourglass.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Hourglass.cls -------------------------------------------------------------------------------- /Icons.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Icons.frm -------------------------------------------------------------------------------- /Icons.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Icons.frx -------------------------------------------------------------------------------- /Indent.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Indent.cls -------------------------------------------------------------------------------- /IndentControl.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/IndentControl.bas -------------------------------------------------------------------------------- /IndentRoutine.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/IndentRoutine.bas -------------------------------------------------------------------------------- /Internationalization.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Internationalization.bas -------------------------------------------------------------------------------- /KeyCode.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/KeyCode.frm -------------------------------------------------------------------------------- /KeyCode.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/KeyCode.frx -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/License.txt -------------------------------------------------------------------------------- /LineNumbering.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/LineNumbering.bas -------------------------------------------------------------------------------- /ListBox.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ListBox.bas -------------------------------------------------------------------------------- /Listview.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Listview.bas -------------------------------------------------------------------------------- /Logo.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Logo.cls -------------------------------------------------------------------------------- /Macro/SubclassIDE.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Macro/SubclassIDE.bas -------------------------------------------------------------------------------- /MacroEditor/aexe.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MacroEditor/aexe.bmp -------------------------------------------------------------------------------- /MacroEditor/clsStack.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MacroEditor/clsStack.cls -------------------------------------------------------------------------------- /MacroEditor/control.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MacroEditor/control.bmp -------------------------------------------------------------------------------- /MacroEditor/dll.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MacroEditor/dll.bmp -------------------------------------------------------------------------------- /MacroEditor/exe.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MacroEditor/exe.bmp -------------------------------------------------------------------------------- /Members.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Members.cls -------------------------------------------------------------------------------- /MouseZoom/Images/MouseCam.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/MouseCam.ico -------------------------------------------------------------------------------- /MouseZoom/Images/pause.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/pause.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/start.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/start.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/stop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/stop.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_1_1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_1_1.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_1_1_disabled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_1_1_disabled.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_1_1_small.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_1_1_small.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_1_1_small_disabled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_1_1_small_disabled.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_back.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_back.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_back_disabled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_back_disabled.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_back_small.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_back_small.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_back_small_disabled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_back_small_disabled.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_in.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_in.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_in_disabled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_in_disabled.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_level.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_level.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_level_small.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_level_small.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_minus_small.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_minus_small.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_minus_small_disabled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_minus_small_disabled.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_off.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_off.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_on.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_on.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_out.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_out.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_out_disabled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_out_disabled.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_plus_small.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_plus_small.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_plus_small_disabled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_plus_small_disabled.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoom_small.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoom_small.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoomico.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoomico.bmp -------------------------------------------------------------------------------- /MouseZoom/Images/zoomicon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/Images/zoomicon.bmp -------------------------------------------------------------------------------- /MouseZoom/docMouseCam.dob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/docMouseCam.dob -------------------------------------------------------------------------------- /MouseZoom/docMouseCam.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MouseZoom/docMouseCam.dox -------------------------------------------------------------------------------- /MsgBox.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MsgBox.bas -------------------------------------------------------------------------------- /MsgBox.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MsgBox.frm -------------------------------------------------------------------------------- /MsgBox.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/MsgBox.frx -------------------------------------------------------------------------------- /OLEServers/OLEGetServers.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/OLEServers/OLEGetServers.frm -------------------------------------------------------------------------------- /OLEServers/OLEGetServers.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/OLEServers/OLEGetServers.frx -------------------------------------------------------------------------------- /Options.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Options.frm -------------------------------------------------------------------------------- /Options.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Options.frx -------------------------------------------------------------------------------- /Pending.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Pending.bas -------------------------------------------------------------------------------- /Progress/Progress.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Progress/Progress.frm -------------------------------------------------------------------------------- /Progress/Progress.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Progress/Progress.frx -------------------------------------------------------------------------------- /README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/README.TXT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/README.md -------------------------------------------------------------------------------- /Register.bas: -------------------------------------------------------------------------------- 1 | Attribute VB_Name = "Register_Module" 2 | Option Explicit 3 | 4 | -------------------------------------------------------------------------------- /Registry.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Registry.cls -------------------------------------------------------------------------------- /Search.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Search.cls -------------------------------------------------------------------------------- /Shortcut.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Shortcut.bas -------------------------------------------------------------------------------- /Splash.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Splash.frm -------------------------------------------------------------------------------- /Splash.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Splash.frx -------------------------------------------------------------------------------- /Spy.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Spy.frm -------------------------------------------------------------------------------- /Spy.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Spy.frx -------------------------------------------------------------------------------- /Swap.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Swap.bas -------------------------------------------------------------------------------- /TabOrder.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/TabOrder.frm -------------------------------------------------------------------------------- /TabOrder.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/TabOrder.frx -------------------------------------------------------------------------------- /TextEffect.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/TextEffect.bas -------------------------------------------------------------------------------- /ToHTML.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/ToHTML.bas -------------------------------------------------------------------------------- /Tooltips.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Tooltips.cls -------------------------------------------------------------------------------- /Tooltips.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Tooltips.frm -------------------------------------------------------------------------------- /Tooltips.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Tooltips.frx -------------------------------------------------------------------------------- /Translation/VBCodeDatabase.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Translation/VBCodeDatabase.rc -------------------------------------------------------------------------------- /Translation/VBIDEUtils.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Translation/VBIDEUtils.mdb -------------------------------------------------------------------------------- /Unload.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Unload.bas -------------------------------------------------------------------------------- /Update/UpdateVBIDEUtils.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Update/UpdateVBIDEUtils.xml -------------------------------------------------------------------------------- /VB Project Explorer/ProjectExplorer.dob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VB Project Explorer/ProjectExplorer.dob -------------------------------------------------------------------------------- /VB Project Explorer/ProjectExplorer.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VB Project Explorer/ProjectExplorer.dox -------------------------------------------------------------------------------- /VB Project Explorer/mGDI.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VB Project Explorer/mGDI.bas -------------------------------------------------------------------------------- /VBDoc/TemplateClass.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateClass.htm -------------------------------------------------------------------------------- /VBDoc/TemplateConsts.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateConsts.htm -------------------------------------------------------------------------------- /VBDoc/TemplateDeclaration.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateDeclaration.htm -------------------------------------------------------------------------------- /VBDoc/TemplateEnum.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateEnum.htm -------------------------------------------------------------------------------- /VBDoc/TemplateEvent.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateEvent.htm -------------------------------------------------------------------------------- /VBDoc/TemplateHHP.hhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateHHP.hhp -------------------------------------------------------------------------------- /VBDoc/TemplateImplements.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateImplements.htm -------------------------------------------------------------------------------- /VBDoc/TemplateIntro.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateIntro.htm -------------------------------------------------------------------------------- /VBDoc/TemplateMethod.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateMethod.htm -------------------------------------------------------------------------------- /VBDoc/TemplateModule.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateModule.htm -------------------------------------------------------------------------------- /VBDoc/TemplateProject.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateProject.htm -------------------------------------------------------------------------------- /VBDoc/TemplateProperty.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateProperty.htm -------------------------------------------------------------------------------- /VBDoc/TemplateReferences.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateReferences.htm -------------------------------------------------------------------------------- /VBDoc/TemplateSourceCode.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateSourceCode.htm -------------------------------------------------------------------------------- /VBDoc/TemplateType.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateType.htm -------------------------------------------------------------------------------- /VBDoc/TemplateVariable.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/TemplateVariable.htm -------------------------------------------------------------------------------- /VBDoc/VBDoc.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDoc.frm -------------------------------------------------------------------------------- /VBDoc/VBDoc.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDoc.frx -------------------------------------------------------------------------------- /VBDoc/VBDocDOSOutputs.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDocDOSOutputs.cls -------------------------------------------------------------------------------- /VBDoc/VBDocGlobalFunctions.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDocGlobalFunctions.bas -------------------------------------------------------------------------------- /VBDoc/VBDocGlobalVariables.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDocGlobalVariables.bas -------------------------------------------------------------------------------- /VBDoc/VBDocOrderedColl.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDocOrderedColl.cls -------------------------------------------------------------------------------- /VBDoc/VBDoccMember.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDoccMember.cls -------------------------------------------------------------------------------- /VBDoc/VBDoccModule.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDoccModule.cls -------------------------------------------------------------------------------- /VBDoc/VBDoccProject.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDoccProject.cls -------------------------------------------------------------------------------- /VBDoc/VBDoccSubMember.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDoccSubMember.cls -------------------------------------------------------------------------------- /VBDoc/VBDoccToc.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/VBDoccToc.cls -------------------------------------------------------------------------------- /VBDoc/hhc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDoc/hhc.bmp -------------------------------------------------------------------------------- /VBDocTemplate/TemplateClass.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateClass.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateConsts.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateConsts.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateDeclaration.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateDeclaration.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateEnum.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateEnum.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateEvent.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateEvent.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateHHP.hhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateHHP.hhp -------------------------------------------------------------------------------- /VBDocTemplate/TemplateImplements.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateImplements.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateIntro.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateIntro.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateMethod.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateMethod.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateModule.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateModule.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateProject.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateProject.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateProperty.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateProperty.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateReferences.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateReferences.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateSourceCode.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateSourceCode.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateType.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateType.htm -------------------------------------------------------------------------------- /VBDocTemplate/TemplateVariable.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBDocTemplate/TemplateVariable.htm -------------------------------------------------------------------------------- /VBIDE.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDE.cls -------------------------------------------------------------------------------- /VBIDEDatabase/Colorize.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/Colorize.bas -------------------------------------------------------------------------------- /VBIDEDatabase/CommonDialog.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/CommonDialog.cls -------------------------------------------------------------------------------- /VBIDEDatabase/Database.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/Database.bas -------------------------------------------------------------------------------- /VBIDEDatabase/Execute.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/Execute.bas -------------------------------------------------------------------------------- /VBIDEDatabase/GCommonDialog.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/GCommonDialog.cls -------------------------------------------------------------------------------- /VBIDEDatabase/Hooked.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/Hooked.bas -------------------------------------------------------------------------------- /VBIDEDatabase/Main.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/Main.bas -------------------------------------------------------------------------------- /VBIDEDatabase/Memory.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/Memory.cls -------------------------------------------------------------------------------- /VBIDEDatabase/RTF2HTML.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/RTF2HTML.bas -------------------------------------------------------------------------------- /VBIDEDatabase/TrayIcon.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/TrayIcon.bas -------------------------------------------------------------------------------- /VBIDEDatabase/TrayIcon.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/TrayIcon.frm -------------------------------------------------------------------------------- /VBIDEDatabase/TrayIcon.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/TrayIcon.frx -------------------------------------------------------------------------------- /VBIDEDatabase/taskbar.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEDatabase/taskbar.bas -------------------------------------------------------------------------------- /VBIDEUtils.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils.RES -------------------------------------------------------------------------------- /VBIDEUtils.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils.cmp -------------------------------------------------------------------------------- /VBIDEUtils.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils.dll -------------------------------------------------------------------------------- /VBIDEUtils.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils.exp -------------------------------------------------------------------------------- /VBIDEUtils.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils.lib -------------------------------------------------------------------------------- /VBIDEUtils0.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0.cmp -------------------------------------------------------------------------------- /VBIDEUtils0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0.dll -------------------------------------------------------------------------------- /VBIDEUtils0.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0.exp -------------------------------------------------------------------------------- /VBIDEUtils0.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0.lib -------------------------------------------------------------------------------- /VBIDEUtils0/SubTimer.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0/SubTimer.vbp -------------------------------------------------------------------------------- /VBIDEUtils0/Test.vbg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0/Test.vbg -------------------------------------------------------------------------------- /VBIDEUtils0/Test.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0/Test.vbp -------------------------------------------------------------------------------- /VBIDEUtils0/frmTest.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0/frmTest.frm -------------------------------------------------------------------------------- /VBIDEUtils0/frmTest.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0/frmTest.frx -------------------------------------------------------------------------------- /VBIDEUtils0/isubclass.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0/isubclass.cls -------------------------------------------------------------------------------- /VBIDEUtils0/subclass.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0/subclass.bas -------------------------------------------------------------------------------- /VBIDEUtils0/subclass.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0/subclass.cls -------------------------------------------------------------------------------- /VBIDEUtils0/timer.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0/timer.bas -------------------------------------------------------------------------------- /VBIDEUtils0/timer.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils0/timer.cls -------------------------------------------------------------------------------- /VBIDEUtils1.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1.cmp -------------------------------------------------------------------------------- /VBIDEUtils1.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1.exp -------------------------------------------------------------------------------- /VBIDEUtils1.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1.lib -------------------------------------------------------------------------------- /VBIDEUtils1.oca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1.oca -------------------------------------------------------------------------------- /VBIDEUtils1.ocx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1.ocx -------------------------------------------------------------------------------- /VBIDEUtils1/Form1.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Form1.frm -------------------------------------------------------------------------------- /VBIDEUtils1/GridPrint.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/GridPrint.bas -------------------------------------------------------------------------------- /VBIDEUtils1/Project1.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Project1.vbp -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/MINUS_B.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/MINUS_B.ICO -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/PLUS_B.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/PLUS_B.ICO -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/attach.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/attach.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/atthead.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/atthead.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/blank.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/blank.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/csgrid.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/csgrid.bmp -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/csgrid.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/csgrid.res -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/csgrid3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/csgrid3.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/csgrid6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/csgrid6.bmp -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/doctype.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/doctype.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/down.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/down.bmp -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/flag.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/flag.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/flaghead.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/flaghead.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/forward.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/forward.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/low.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/low.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/minus.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/minus.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/plus.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/plus.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/read.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/read.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/replied.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/replied.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/sortasc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/sortasc.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/sortdesc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/sortdesc.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/unread.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/unread.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/up.bmp -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/urgent.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/urgent.ico -------------------------------------------------------------------------------- /VBIDEUtils1/Resource/urghead.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/Resource/urghead.ico -------------------------------------------------------------------------------- /VBIDEUtils1/SpeedTst/frmSpeedTest.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/SpeedTst/frmSpeedTest.frm -------------------------------------------------------------------------------- /VBIDEUtils1/SpeedTst/pSpeedTest.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/SpeedTst/pSpeedTest.vbp -------------------------------------------------------------------------------- /VBIDEUtils1/SpeedTst/speedtst.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/SpeedTst/speedtst.xls -------------------------------------------------------------------------------- /VBIDEUtils1/article.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/article.dat -------------------------------------------------------------------------------- /VBIDEUtils1/cFlatHeader.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/cFlatHeader.cls -------------------------------------------------------------------------------- /VBIDEUtils1/cGridCell.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/cGridCell.cls -------------------------------------------------------------------------------- /VBIDEUtils1/cHeaderControl.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/cHeaderControl.cls -------------------------------------------------------------------------------- /VBIDEUtils1/cScrollBars.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/cScrollBars.cls -------------------------------------------------------------------------------- /VBIDEUtils1/cShellSort.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/cShellSort.cls -------------------------------------------------------------------------------- /VBIDEUtils1/csgrid.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/csgrid.res -------------------------------------------------------------------------------- /VBIDEUtils1/frmOutlookDemo.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/frmOutlookDemo.frm -------------------------------------------------------------------------------- /VBIDEUtils1/frmOutlookDemo.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/frmOutlookDemo.frx -------------------------------------------------------------------------------- /VBIDEUtils1/frmOutlookGroup.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/frmOutlookGroup.frm -------------------------------------------------------------------------------- /VBIDEUtils1/frmOutlookGroup.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/frmOutlookGroup.frx -------------------------------------------------------------------------------- /VBIDEUtils1/frmTest.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/frmTest.frm -------------------------------------------------------------------------------- /VBIDEUtils1/frmTest.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/frmTest.frx -------------------------------------------------------------------------------- /VBIDEUtils1/frmTestMatrix.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/frmTestMatrix.frm -------------------------------------------------------------------------------- /VBIDEUtils1/frmTestMatrix.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/frmTestMatrix.frx -------------------------------------------------------------------------------- /VBIDEUtils1/frmVirtual.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/frmVirtual.frm -------------------------------------------------------------------------------- /VBIDEUtils1/frmVirtual.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/frmVirtual.frx -------------------------------------------------------------------------------- /VBIDEUtils1/gDevGrid.vbg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/gDevGrid.vbg -------------------------------------------------------------------------------- /VBIDEUtils1/link.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/link.dat -------------------------------------------------------------------------------- /VBIDEUtils1/mGDI.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/mGDI.bas -------------------------------------------------------------------------------- /VBIDEUtils1/pTest.csi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/pTest.csi -------------------------------------------------------------------------------- /VBIDEUtils1/pTest.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/pTest.vbp -------------------------------------------------------------------------------- /VBIDEUtils1/pVBALGrid.csi: -------------------------------------------------------------------------------- 1 | [History] 2 | B0=vbAcceleratorGrid/mAPIAndCallbacks/debugmsg 3 | -------------------------------------------------------------------------------- /VBIDEUtils1/pVBALGrid.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/pVBALGrid.vbp -------------------------------------------------------------------------------- /VBIDEUtils1/type.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/type.dat -------------------------------------------------------------------------------- /VBIDEUtils1/vbalGrid.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/vbalGrid.ctl -------------------------------------------------------------------------------- /VBIDEUtils1/vbalGrid.ctx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils1/vbalGrid.ctx -------------------------------------------------------------------------------- /VBIDEUtils3.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3.cmp -------------------------------------------------------------------------------- /VBIDEUtils3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3.dll -------------------------------------------------------------------------------- /VBIDEUtils3.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3.exp -------------------------------------------------------------------------------- /VBIDEUtils3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3.lib -------------------------------------------------------------------------------- /VBIDEUtils3/PopupMenu.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/PopupMenu.vbp -------------------------------------------------------------------------------- /VBIDEUtils3/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/Readme.txt -------------------------------------------------------------------------------- /VBIDEUtils3/Test.Dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/Test.Dat -------------------------------------------------------------------------------- /VBIDEUtils3/cNCMetrics.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/cNCMetrics.cls -------------------------------------------------------------------------------- /VBIDEUtils3/cPopupMenu.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/cPopupMenu.cls -------------------------------------------------------------------------------- /VBIDEUtils3/cStoreMenu.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/cStoreMenu.cls -------------------------------------------------------------------------------- /VBIDEUtils3/fAbout.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/fAbout.frm -------------------------------------------------------------------------------- /VBIDEUtils3/fAbout.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/fAbout.frx -------------------------------------------------------------------------------- /VBIDEUtils3/fTest.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/fTest.frm -------------------------------------------------------------------------------- /VBIDEUtils3/fTest.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/fTest.frx -------------------------------------------------------------------------------- /VBIDEUtils3/gPopMenu.vbg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/gPopMenu.vbg -------------------------------------------------------------------------------- /VBIDEUtils3/mGDIAPI.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/mGDIAPI.bas -------------------------------------------------------------------------------- /VBIDEUtils3/mShellExecute.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/mShellExecute.bas -------------------------------------------------------------------------------- /VBIDEUtils3/pTest.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/pTest.vbp -------------------------------------------------------------------------------- /VBIDEUtils3/popmenu.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtils3/popmenu.res -------------------------------------------------------------------------------- /VBIDEUtilsOS.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/VBIDEUtilsOS.vbp -------------------------------------------------------------------------------- /Whole VBIDEUTILS.vbg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/Whole VBIDEUTILS.vbg -------------------------------------------------------------------------------- /YingYang.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/YingYang.bas -------------------------------------------------------------------------------- /clsConnect.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/clsConnect.cls -------------------------------------------------------------------------------- /clsVBEEvents.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/clsVBEEvents.cls -------------------------------------------------------------------------------- /frmRegister.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/frmRegister.frm -------------------------------------------------------------------------------- /frmRegister.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/frmRegister.frx -------------------------------------------------------------------------------- /gVBIDEUtilsOS.vbg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/gVBIDEUtilsOS.vbg -------------------------------------------------------------------------------- /guid.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/guid.bas -------------------------------------------------------------------------------- /keyboard.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/keyboard.bas -------------------------------------------------------------------------------- /vbdiamond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tannerhelland/VBIDEUtils/HEAD/vbdiamond.gif --------------------------------------------------------------------------------