Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4

Thread: OLE Manager

  1. #1
    Join Date
    May 2006
    Posts
    5,380

    OLE Manager

    heres my first app made wuth Visual Basic, its a little basic, but dont what is intended to do

    i was searching for a free app to take the pain out of keeping track of installed OLE components and i couldent find anything to do the job (less than £30) so i made my own, its a simple tool, i may expand it when i get to know VB a little better

    WARNING:
    if you dont know what OLE or ActiveX is then please DO NOT download or use this software, i will not be held responsable for any damage caused by misuse or malfunction of this application.
    Last edited by RizlaUK; 02-01-2009 at 11:34 AM.
    Open your eyes to Narcissism, Don't let her destroy your life!!

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    While we are on the subject, how handy would it be to be able to rightclick a dll or ocx file and register/unregister it on the system, when testing i have to do this a lot and this can be a pain

    save this to a text file and name it "Anything.reg" and run it

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\ocxfile\shell]
    
    [HKEY_CLASSES_ROOT\ocxfile\shell\Register OCX]
    
    [HKEY_CLASSES_ROOT\ocxfile\shell\Register OCX\command]
    @="regsvr32.exe \"%1\""
    
    [HKEY_CLASSES_ROOT\ocxfile\shell\Unegister OCX]
    
    [HKEY_CLASSES_ROOT\ocxfile\shell\Unegister OCX\command]
    @="regsvr32.exe /u \"%1\""
    
    
    [HKEY_CLASSES_ROOT\dllfile\shell]
    
    [HKEY_CLASSES_ROOT\dllfile\shell\Register DLL]
    
    [HKEY_CLASSES_ROOT\dllfile\shell\Register DLL\command]
    @="regsvr32.exe \"%1\""
    
    [HKEY_CLASSES_ROOT\dllfile\shell\Unegister DLL]
    
    [HKEY_CLASSES_ROOT\dllfile\shell\Unegister DLL\command]
    @="regsvr32.exe /u \"%1\""
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Nice job. That's a handy tool for sure. Saves opening VB or Access to get the name etc.

    I use FileMenu Tools http://www.lopesoft.com/en/index.html which adds lots of usefull options to the right-click menu, two of which are register and unregister activex.
    Dermot

    I am so out of here

  4. #4
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Looks interesting and congratulations on your first VB project being completed.
    Intrigued

Similar Threads

  1. Startup Manager
    By mgokkaya in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 03-09-2007, 03:07 AM
  2. Presenting - MRX Personal Manager
    By mz241508 in forum AutoPlay Media Studio 6.0
    Replies: 17
    Last Post: 02-17-2007, 09:34 AM
  3. shut down process in task manager?
    By thesven in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 08-20-2003, 12:00 PM
  4. Checkboxes in Screen Manager Design
    By Chris Wasley in forum Setup Factory 5.0
    Replies: 2
    Last Post: 04-26-2001, 03:50 AM
  5. Screen Manager Data
    By Joey Costeano in forum Setup Factory 5.0
    Replies: 1
    Last Post: 03-13-2001, 12:05 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts