Factor Mystic

2,939
reputation
207 views

Registered User

name Factor Mystic
member for 1 year
seen 4 hours ago
website
location
age
Dec
13
comment Windows Explorer Context Menu Application with Multiple Arguments
Duplicate stackoverflow.com/questions/1826791/…
Dec
12
accepted Exporting RSS feed list
Dec
12
answered Exporting RSS feed list
Dec
9
accepted Is it safe to remove entries from the registry to type libraries that no longer exist?
Dec
8
answered Is it safe to remove entries from the registry to type libraries that no longer exist?
Dec
6
awarded  Mortarboard
Dec
1
answered How to pass in multiple file/folder paths via a rigth-click event(verb) to an executable?
Dec
1
answered How to add new items to right-click event on Folders and Files in Windows?
Nov
27
answered How to programmatically create a file association that works in XP, Vista and Windows 7
Nov
16
revised Getting the value of href attributes in all <a> tags on a html file with Python
code formatting
Nov
15
awarded  Fanatic
Nov
12
answered Register file extension in window registry?
Nov
10
comment 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).
Oct
25
comment How to combine two projects in Mercurial?
This works, but you'll need to also run hg merge to finally get everything working
Oct
25
revised How to combine two projects in Mercurial?
formatting edit, the underscore in the example repo name was causing unwanted italics
Oct
15
comment Bring a window to the front in WPF
This has been quite awhile ago, but yes, at the time I did try that
Oct
13
accepted Associating file extensions with a program
Oct
12
revised Associating file extensions with a program
technically a progid doesnt require a shell key; added 17 characters in body
Oct
12
revised Associating file extensions with a program
forgot icon stuff; added 60 characters in body
Oct
12
answered Associating file extensions with a program
Oct
10
awarded  Enlightened
Oct
10
awarded  Nice Answer
Sep
30
revised How do i get .bat files to run instead of being opened with notepad?
edited tags
Sep
29
revised add shortcut to my program when right click
added 802 characters in body
Sep
28
answered add shortcut to my program when right click
Sep
21
accepted How do I time a program executing in Windows?
Sep
8
accepted Add item to right click menu
Sep
7
answered information in registry
Sep
4
answered Add item to right click menu
Aug
24
answered Registry Key Delete Error
Aug
23
awarded  Civic Duty
Aug
18
accepted What is the best .net alternative to dde for file associations?
Aug
17
revised How to set g:text style to bold font in a Windows Gadget?
added 132 characters in body
Aug
17
awarded  Yearling
Aug
16
answered how many people have .net framework 3.5 installed?
Aug
15
comment To convert PHP’s while loop to a for -loop
The error isn't a missing ) in your while statement, is it?
Aug
13
comment 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.
Aug
13
revised htaccess rewrite rule not loading site content
deleted 44 characters in body; edited tags; edited title
Aug
13
answered What is the best .net alternative to dde for file associations?
Aug
13
asked How to set g:text style to bold font in a Windows Gadget?
Aug
8
answered How to Transferring objects between windows forms in c#
Aug
8
comment How to Transferring objects between windows forms in c#
I hope FirebirdEntityz should really be FirebirdEntityZ and not FirebirdEntities
Aug
8
revised Should I be using the xfire plugin with Gralis or is there a better way?
formatting and title
Jul
31
comment Who in the software world do you admire the most?
A only a little cracked out??
Jul
31
comment prev next pages for winforms
Scratch, for Default Programs Editor. I'll open source it all at some point, but right now all I can give is advice :)
Jul
31
answered prev next pages for winforms
Jul
30
revised WHERE id_property = 1 AND id_property = 2
formatting
Jul
30
answered Registering file type and custom document icon in .NET
Jul
29
accepted where to get the keycode for keyboard hook in c#
Jul
29
answered where to get the keycode for keyboard hook in c#