windows Registry

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brahm

    #1

    windows Registry

    hey guys,

    could you give me a good example for registy handling ?

    Thanks,

    BRAHM


  • Patrice

    #2
    Re: windows Registry

    IMO your best bet is to first tell us what exactly you are trying to do (one
    could provide code reading the registry when you would like to alter
    permissions etc...)
    --
    Patrice

    "Brahm" <daniel.brahm@c ontronic.com.br > a écrit dans le message de news:
    %23Hwngj8kGHA.3 596@TK2MSFTNGP0 5.phx.gbl...[color=blue]
    > hey guys,
    >
    > could you give me a good example for registy handling ?
    >
    > Thanks,
    >
    > BRAHM
    >
    >[/color]


    Comment

    • Brahm

      #3
      Re: windows Registry

      Patrice,

      thanks for your reply, at this momment I am moving from vb 6 to vb 2005.
      In fact I want some information about to include, edit and delete
      settings from registry.

      Daniel

      "Patrice" <scribe@chez.co m> escreveu na mensagem
      news:upd1dn8kGH A.3936@TK2MSFTN GP05.phx.gbl...
      IMO your best bet is to first tell us what exactly you are trying to do (one
      could provide code reading the registry when you would like to alter
      permissions etc...)
      --
      Patrice

      "Brahm" <daniel.brahm@c ontronic.com.br > a écrit dans le message de news:
      %23Hwngj8kGHA.3 596@TK2MSFTNGP0 5.phx.gbl...[color=blue]
      > hey guys,
      >
      > could you give me a good example for registy handling ?
      >
      > Thanks,
      >
      > BRAHM
      >
      >[/color]



      Comment

      • zacks@construction-imaging.com

        #4
        Re: windows Registry


        Brahm wrote:[color=blue]
        > Patrice,
        >
        > thanks for your reply, at this momment I am moving from vb 6 to vb 2005.
        > In fact I want some information about to include, edit and delete
        > settings from registry.
        >
        > Daniel[/color]

        ..NET has a whole Registry Class to handle accessing the Registry, the
        help has gobs of examples.
        [color=blue]
        >
        > "Patrice" <scribe@chez.co m> escreveu na mensagem
        > news:upd1dn8kGH A.3936@TK2MSFTN GP05.phx.gbl...
        > IMO your best bet is to first tell us what exactly you are trying to do (one
        > could provide code reading the registry when you would like to alter
        > permissions etc...)
        > --
        > Patrice
        >
        > "Brahm" <daniel.brahm@c ontronic.com.br > a écrit dans le message de news:
        > %23Hwngj8kGHA.3 596@TK2MSFTNGP0 5.phx.gbl...[color=green]
        > > hey guys,
        > >
        > > could you give me a good example for registy handling ?
        > >
        > > Thanks,
        > >
        > > BRAHM
        > >
        > >[/color][/color]

        Comment

        • Patrice

          #5
          Re: windows Registry

          You'll find the whole doc including how to create, test for existance,
          write, delete and read the registry there :
          http://msdn2.microsoft.com/en-us/library/sykcb9xf.aspx

          --
          Patrice

          "Brahm" <daniel.brahm@c ontronic.com.br > a écrit dans le message de news:
          %23B1Hbr8kGHA.3 816@TK2MSFTNGP0 2.phx.gbl...[color=blue]
          > Patrice,
          >
          > thanks for your reply, at this momment I am moving from vb 6 to vb
          > 2005.
          > In fact I want some information about to include, edit and delete
          > settings from registry.
          >
          > Daniel
          >
          > "Patrice" <scribe@chez.co m> escreveu na mensagem
          > news:upd1dn8kGH A.3936@TK2MSFTN GP05.phx.gbl...
          > IMO your best bet is to first tell us what exactly you are trying to do
          > (one
          > could provide code reading the registry when you would like to alter
          > permissions etc...)
          > --
          > Patrice
          >
          > "Brahm" <daniel.brahm@c ontronic.com.br > a écrit dans le message de news:
          > %23Hwngj8kGHA.3 596@TK2MSFTNGP0 5.phx.gbl...[color=green]
          >> hey guys,
          >>
          >> could you give me a good example for registy handling ?
          >>
          >> Thanks,
          >>
          >> BRAHM
          >>
          >>[/color]
          >
          >
          >[/color]


          Comment

          Working...