regobj.dll 
Author Message
 regobj.dll

Can anyone tell me who wrote this DLL?  Is it MS or written by someone
outside?

I'm looking for a good example of searching using REGOBJ, specifically in
HKCU looking in the outlook profiles, but I'll take any search routine and
adapt it.

I've tried a few times but cannot gett the example in the docs to work.

thanks,
Matt



Sat, 05 Oct 2002 03:00:00 GMT  
 regobj.dll
RegObj.dll is technically an unsupported Microsoft download for registered VB owners that has
"escaped into the wild" ;-)...

Search Clarence's script repository for RegObj for examples...  Maybe you'll get lucky.
http://cwashington.netreach.net/script_repository/query.asp

--
Michael Harris
MVP Scripting


Can anyone tell me who wrote this DLL?  Is it MS or written by someone
outside?

I'm looking for a good example of searching using REGOBJ, specifically in
HKCU looking in the outlook profiles, but I'll take any search routine and
adapt it.

I've tried a few times but cannot gett the example in the docs to work.

thanks,
Matt



Sat, 05 Oct 2002 03:00:00 GMT  
 regobj.dll
I also downloaded the regobj.dll file and could not get it to work.  I am
looking for an example to edit the HKLM section to do with roaming profiles.
I have searched Clarence's site and posted to Brainbuzz.


Quote:
> Can anyone tell me who wrote this DLL?  Is it MS or written by someone
> outside?

> I'm looking for a good example of searching using REGOBJ, specifically in
> HKCU looking in the outlook profiles, but I'll take any search routine and
> adapt it.

> I've tried a few times but cannot gett the example in the docs to work.

> thanks,
> Matt



Sun, 06 Oct 2002 03:00:00 GMT  
 regobj.dll

You didnt search very well :-) if you enter Regobj.dll in the query field of the script search page you will bring up SEVERAL scripts...

http://cwashington.netreach.net/script_repository/query.asp

--
Clarence

Win32Scripting....
No, not that other one..... THE ORIGINAL...
http://cwashington.netreach.net

On THIS site you will find everything you need to get up and running. A script repository with almost 400 FREE sample scripts, a downloads section with FREE COM objects for scripting, a library of reference materials and an online discussion lounge to provide community based technical support. Check it out.

Quote:

> I also downloaded the regobj.dll file and could not get it to work.  I am
> looking for an example to edit the HKLM section to do with roaming profiles.
> I have searched Clarence's site and posted to Brainbuzz.



> > Can anyone tell me who wrote this DLL?  Is it MS or written by someone
> > outside?

> > I'm looking for a good example of searching using REGOBJ, specifically in
> > HKCU looking in the outlook profiles, but I'll take any search routine and
> > adapt it.

> > I've tried a few times but cannot gett the example in the docs to work.

> > thanks,
> > Matt



Mon, 07 Oct 2002 03:00:00 GMT  
 regobj.dll

I think my problem is actually implementing the RegObj.DLL. I am assuming that I cannot call the DLL from vb script and expect it to work. I searched the word document that explains how to use the dll, but I could not find the information I need in order to register the dll properly... I have not searched your site yet on this though I will. Hopefully I have the answer by the time you read this, but others who read this may find the information helpful as well. If you post it hear, I am sure it will help some one.

Thanks

Sam

  You didnt search very well :-) if you enter Regobj.dll in the query field of the script search page you will bring up SEVERAL scripts...

  http://cwashington.netreach.net/script_repository/query.asp

  --
  Clarence

  Win32Scripting....
  No, not that other one..... THE ORIGINAL...
  http://cwashington.netreach.net

  On THIS site you will find everything you need to get up and running. A script repository with almost 400 FREE sample scripts, a downloads section with FREE COM objects for scripting, a library of reference materials and an online discussion lounge to provide community based technical support. Check it out.


  > I also downloaded the regobj.dll file and could not get it to work.  I am
  > looking for an example to edit the HKLM section to do with roaming profiles.
  > I have searched Clarence's site and posted to Brainbuzz.
  >


  > > Can anyone tell me who wrote this DLL?  Is it MS or written by someone
  > > outside?
  > >
  > > I'm looking for a good example of searching using REGOBJ, specifically in
  > > HKCU looking in the outlook profiles, but I'll take any search routine and
  > > adapt it.
  > >
  > > I've tried a few times but cannot gett the example in the docs to work.
  > >
  > > thanks,
  > > Matt
  > >
  > >
  >
  >



Tue, 08 Oct 2002 03:00:00 GMT  
 regobj.dll
You register it with

regsvr32.exe drive:\path\regobj.dll

--
Michael Harris
MVP Scripting



I think my problem is actually implementing the RegObj.DLL. I am assuming that I cannot call the DLL
from vb script and expect it to work. I searched the word document that explains how to use the dll,
but I could not find the information I need in order to register the dll properly... I have not
searched your site yet on this though I will. Hopefully I have the answer by the time you read this,
but others who read this may find the information helpful as well. If you post it hear, I am sure it
will help some one.

Thanks

Sam

  You didnt search very well :-) if you enter Regobj.dll in the query field of the script search
page you will bring up SEVERAL scripts...

  http://cwashington.netreach.net/script_repository/query.asp

  --
  Clarence

  Win32Scripting....
  No, not that other one..... THE ORIGINAL...
  http://cwashington.netreach.net

  On THIS site you will find everything you need to get up and running. A script repository with
almost 400 FREE sample scripts, a downloads section with FREE COM objects for scripting, a library
of reference materials and an online discussion lounge to provide community based technical support.
Check it out.


  > I also downloaded the regobj.dll file and could not get it to work.  I am
  > looking for an example to edit the HKLM section to do with roaming profiles.
  > I have searched Clarence's site and posted to Brainbuzz.
  >


  > > Can anyone tell me who wrote this DLL?  Is it MS or written by someone
  > > outside?
  > >
  > > I'm looking for a good example of searching using REGOBJ, specifically in
  > > HKCU looking in the outlook profiles, but I'll take any search routine and
  > > adapt it.
  > >
  > > I've tried a few times but cannot gett the example in the docs to work.
  > >
  > > thanks,
  > > Matt
  > >
  > >
  >
  >



Tue, 08 Oct 2002 03:00:00 GMT  
 regobj.dll

I can register the DLL no problem. It's in calling the functions.  all of the exmaples work on a network rather than local registry.  also the examples don't seem to come over to VBS very well with their unction references

  I think my problem is actually implementing the RegObj.DLL. I am assuming that I cannot call the DLL from vb script and expect it to work. I searched the word document that explains how to use the dll, but I could not find the information I need in order to register the dll properly... I have not searched your site yet on this though I will. Hopefully I have the answer by the time you read this, but others who read this may find the information helpful as well. If you post it hear, I am sure it will help some one.

  Thanks

  Sam

    You didnt search very well :-) if you enter Regobj.dll in the query field of the script search page you will bring up SEVERAL scripts...

    http://cwashington.netreach.net/script_repository/query.asp

    --
    Clarence

    Win32Scripting....
    No, not that other one..... THE ORIGINAL...
    http://cwashington.netreach.net

    On THIS site you will find everything you need to get up and running. A script repository with almost 400 FREE sample scripts, a downloads section with FREE COM objects for scripting, a library of reference materials and an online discussion lounge to provide community based technical support. Check it out.


    > I also downloaded the regobj.dll file and could not get it to work.  I am
    > looking for an example to edit the HKLM section to do with roaming profiles.
    > I have searched Clarence's site and posted to Brainbuzz.
    >


    > > Can anyone tell me who wrote this DLL?  Is it MS or written by someone
    > > outside?
    > >
    > > I'm looking for a good example of searching using REGOBJ, specifically in
    > > HKCU looking in the outlook profiles, but I'll take any search routine and
    > > adapt it.
    > >
    > > I've tried a few times but cannot gett the example in the docs to work.
    > >
    > > thanks,
    > > Matt
    > >
    > >
    >
    >



Thu, 10 Oct 2002 03:00:00 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. I need documentation on how to use RegObj.dll (registry manip dll)

2. Newbie needs help in reading installed programs from the registry using RegObj.dll

3. Newbie needs help in reading installed programs from the registry using RegObj.dll

4. REGOBJ.DLL & VB.NET

5. Know anything about RegObj.DLL ?

6. Registry access using regobj.dll on NT

7. Help using regobj.dll

8. Regobj.dll

9. RP: Need help - reading/writing binary values using regobj.dll

10. Need help - reading/writing binary values using regobj.dll

11. Creating registry values (using Regobj.dll)

12. REGOBJ.DLL and data/values

 

 
Powered by phpBB® Forum Software