Can someone show me how to load a userprofile into the registry using VB.net
The folowing link shows how to do it with VB6.
How to Load a userprofile
Thank you.
Can someone show me how to load a userprofile into the registry using VB.net
The folowing link shows how to do it with VB6.
How to Load a userprofile
Thank you.
Load User Profile into the Registry
S76
The overall process is the same as in VB6. You just have to make sure the Declare statements are correct for VB.NET. A good place to start looking if you can't write them yourself is www.pinvoke.net.