Results 1 to 4 of 4

Thread: Stupid Registry question

Hybrid View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Newcastle,UK
    Posts
    66

    Stupid Registry question

    Hi

    I know this is a really stupid and basic question regarding the registry but i am stuck!

    What references do i need to add to be able to write the line:

    Dim regKey as RegistryKey

    I have seen this and other things written in posts on this website, but i am not sure how to do this myself

    Any help to a vb.net newbie would be appreciated

    Sarah

  2. #2
    Addicted Member
    Join Date
    Jul 1999
    Posts
    207
    Imports Microsoft.Win32

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Newcastle,UK
    Posts
    66
    Thank you

    I will get used to all this new vb stuff eventually.

    Sarah

  4. #4
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    Generally if you search for whatever type/object/class/whatever that Intellisense is barfing at, the help will show you the Namespace that that thingy lives in, which will be what you need to Import at the top of the file.

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