Hi

I'm Using the Registry Example from http://www.allapi.net/api/api241.php
It Works Great in Win98 But the Line that is Used to Remove the Unnecessary chr$(0)'s:

RegQueryStringValue = Left$(strBuf, InStr(1, strBuf, Chr$(0)) - 1)



Doesn't Work in Win2K and Because I Don't Have Win2K Installed on My PC I Can't Fix it.

Does Anyone Have a Working Code for Win2K?

Thanks in Advance,

Danni.