Results 1 to 3 of 3

Thread: How do we read the registry before. NET?

  1. #1
    Gavin Broght is offline Member
    Join Date
    Jun 2009
    Posts
    94
    Rep Power
    3

    Default How do we read the registry before. NET?

    Hello everyone,

    It is quite common when developing in Windows to get together to make simple things that seem not needed the cavalry. Read the frequency of the processor, read an item in the registry.

    But with the mechanism for recovering information on the Internet, the techniques of the past are often replaced, obscured by modern techniques.

    I think these as well as other easy solutions but necessity. NET 1 2 3 ... etc. yes, the solution often takes a few lines, but where the lib that comes with it is 40 MB and even in static, CA is nag.

    And I wonder how it was time for Windows 95-98 ...

    The query brings me post on the registry. I would like to create a simple code that will be planned as a bootstrap, so I intended the 50-200 kb but will read the registry.
    And so I just wonder how you would do with win98 to play a key ...

    The walkthroughs on internet dating. NET 1 but I do not know if I can in the static linker at lower cost.

  2. #2
    Join Date
    Jun 2009
    Posts
    88
    Rep Power
    3

    Default

    Before. NET was used functions of the Win32 API, written mostly in C, including all clique functions RegXXX

    So to play a key under W98:

    - RegOpenKeyEx to open the key
    - RegGetValue to read
    - RegCloseKey to close the key

  3. #3
    Gavin Broght is offline Member
    Join Date
    Jun 2009
    Posts
    94
    Rep Power
    3

    Default

    Thank you very much for your response.

Similar Threads

  1. Registry clean Registry Mechanic
    By SmithJohnson in forum Download Tools and Softwares
    Replies: 0
    Last Post: 08-04-2010, 01:26 PM
  2. Did They Read Your E-Mail? When?
    By Jashawn Petijohan in forum Everything Else
    Replies: 1
    Last Post: 08-26-2009, 07:20 AM
  3. Read-only
    By niks54 in forum Everything Else
    Replies: 0
    Last Post: 01-27-2009, 11:03 AM
  4. Read all about it
    By terank in forum Web. 2.0
    Replies: 0
    Last Post: 06-25-2008, 03:27 PM
  5. Read all about it
    By wenssal in forum Web. 2.0
    Replies: 0
    Last Post: 06-21-2008, 06:48 PM

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48