Results 1 to 6 of 6

Thread: [RESOLVED] Why Is This Stuff In My VB Registry Key?

  1. #1

    Thread Starter
    PowerPoster CDRIVE's Avatar
    Join Date
    Jul 2007
    Posts
    2,620

    Resolved [RESOLVED] Why Is This Stuff In My VB Registry Key?

    I was reading this thread
    http://www.vbforums.com/showthread.php?t=626470
    and decided to see what was in my VB Key. Oddly enough I found two items in there that have nothing to do with VB at all. One item ("Programming Editor") is my Microcontroller-Code Editor/Complier that uses .bas extensions, so I wasn't too surprised to find it there. The other one is "Messagepal", which is a LAN based messenger service. This one makes no sense to me at all.

    Anyone have any idea why this would be in my VB Key?
    <--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
    If topic has been resolved, please pull down the Thread Tools & mark it Resolved.


    Is VB consuming your life, and is that a bad thing??

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Why Is This Stuff In My VB Registry Key?

    Maybe it's a VB6 based app... ???

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    PowerPoster CDRIVE's Avatar
    Join Date
    Jul 2007
    Posts
    2,620

    Re: Why Is This Stuff In My VB Registry Key?

    Quote Originally Posted by techgnome View Post
    Maybe it's a VB6 based app... ???

    -tg
    I considered that but I have quite a few of my VB apps compiled to exe's and none of them are in there. Admittedly, none of my VB apps had a formal installation, which probably accounts for it.
    <--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
    If topic has been resolved, please pull down the Thread Tools & mark it Resolved.


    Is VB consuming your life, and is that a bad thing??

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Why Is This Stuff In My VB Registry Key?

    It's only going to be there if they actually write to the registry... I have tons of VB-based apps too... they don't write to the registry... they have no settings... so there's no reg key for them.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Why Is This Stuff In My VB Registry Key?

    Many VB-created apps that rely on registration keys, stored options persisted from instance to instance, etc, will write to the registry using VB's registry functions. Though API registry routines exist in so many ready-to-use classes nowadays, it's not as common to see settings stored in those registry keys an longer.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  6. #6

    Thread Starter
    PowerPoster CDRIVE's Avatar
    Join Date
    Jul 2007
    Posts
    2,620

    Re: Why Is This Stuff In My VB Registry Key?

    OK guys, I think that about wraps it.

    Thanks.
    <--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
    If topic has been resolved, please pull down the Thread Tools & mark it Resolved.


    Is VB consuming your life, and is that a bad thing??

Posting Permissions

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



Click Here to Expand Forum to Full Width