C# - Associate a file type and open it within WebBrowser control? I really don't recommend writing to HKCR. The writes get redirected to HKLM anyway. If this is an all user/default machine setting: HKLM (Needs elevated privileges). If this is a per-user setting: HKCU (only user rights needed).
Extract form fields using RegEx People are going to tell you to use an html parsing library to mode the appropriate DOM nodes into an associative array. Those people are right. Don't use regex to parse HTML.