Did you double-click on the DLL entry in references and look at the contents in the object browser?
thines01
Postaholic
2,433 posts since Oct 2009
Reputation Points: 447
Solved Threads: 408
Skill Endorsements: 7
If registry keys are not an absolute must, you can use the application settings to save all of the information.
Example:
'Where savedwidth has been added as a int in the application settings.
Me.Width = My.Settings.SavedWidth
'Then for saving you can...
My.Settings.SavedWidth = Me.Width
My.Settings.Save()
Begginnerdev
Practically a Posting Shark
864 posts since Apr 2010
Reputation Points: 184
Solved Threads: 142
Skill Endorsements: 8