Results 1 to 5 of 5

Thread: configuring msconfig with vb

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    92

    configuring msconfig with vb

    .................................
    Last edited by shoe3k; May 10th, 2021 at 03:13 PM.

  2. #2
    Frenzied Member wiz126's Avatar
    Join Date
    Jul 2005
    Location
    Mars,Milky Way... Chit Chat Posts: 5,733
    Posts
    1,080

    Re: configuring msconfig with vb

    Whats wrong with using the regular msconfig file?
    1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
    2) If someone has been useful to you please show your respect by rating their posts.
    3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
    4) Before posting your question, make sure you checked this links:
    MICROSOFT MSDN -- VB FORUMS SEARCH

    5)Support Classic VB - A PETITION TO MICROSOFT

    ___________________________________________________________________________________
    THINGS TO KNOW ABOUT VB: || VB Examples/Demos
    What are Classes?
    || -
    Where to place a sub/function?(global) || Webbrowser control

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    92

    Re: configuring msconfig with vb

    .................................
    Last edited by shoe3k; May 10th, 2021 at 03:12 PM.

  4. #4
    Addicted Member
    Join Date
    Feb 2009
    Posts
    160

    Re: configuring msconfig with vb

    I know this is a very old topic but i would like to answer it regardless:

    you can't edit msconfig directly, that is to say that msconfig itself isn't the settings of the computer. What i mean is that msconfig is just a nice graphic user interface that helps you edit the registry without having to open regedit. Essentially you would need to add registry keys or delete ones that are there using vb 6.0, I know registry editing is possible in vb 6.0, but is a pain, however it's very easy in vbe 2008 or 2010, so use one of those.

    I'm probably going to get flamed for posting on a topic over 4 years old, but oh well lol.

  5. #5
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: configuring msconfig with vb

    Quote Originally Posted by Cruncher View Post
    I'm probably going to get flamed for posting on a topic over 4 years old, but oh well lol.
    And why would you do that, especially since the original poster did not visit the forums in the last 6 months? If it's just to share your opinion on advantages of .Net over VB classic, then there's a better place for that.

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