Results 1 to 2 of 2

Thread: Values

  1. #1

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

    Values

    Hi

    Another stupid vb.net newbie question

    I need to store the value 6.0.0.0 as a constant value as this is the version of internet explorer that i am looking for within the registry.

    I am not too sure what type i can store it as. This is because with each type that i try to save it as, the value gets a light blue line below it, which i am presuming is a warning from the language.

    Could anyone recommend a value that i can save this as?

    Any help would be fab

    Thanks

    Sarah

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    What code are you using to save it?

    VB Code:
    1. Public Const IEVersion as string="6.0.0.0"

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