Search found 5 matches

by d3j409
Thu Sep 06, 2007 12:34 am
Forum: Enhancement Suggestions
Topic: Please support context menu on Windows 64-bit
Replies: 0
Views: 294

Please support context menu on Windows 64-bit

We have a site license for version 4.x. I can install and use version 4.7.3 on Windows 64-bit versions and I do. However, the context menu feature does not work on Windows 64-bit. This behavior is consistent on both XP-64 and 2003 server-64.

Is there any possibility of a fix for this problem?
by d3j409
Tue May 09, 2006 7:15 pm
Forum: General
Topic: Is TextPad installed?
Replies: 7
Views: 572

Well, so much for that idea! Maybe there is no version independant way of detecting that TextPad is installed. :cry:
by d3j409
Tue May 09, 2006 6:03 pm
Forum: General
Topic: Is TextPad installed?
Replies: 7
Views: 572

Here is my best guess in VB.NET 2005. Does someone have a better test? This would be hard to do in a simpler environment such as an installer. Private Function IsTextPadInstalled() As Boolean Dim value As Microsoft.Win32.RegistryKey = My.Computer.Registry.LocalMachine If value Is Nothing Then Return...
by d3j409
Tue May 09, 2006 5:14 pm
Forum: General
Topic: Is TextPad installed?
Replies: 7
Views: 572

That works fine for 4.5 through 4.x, but what about TextPad 5, 6, or 7? The software I write is special purpose and is not enhanced often, so it needs to be durable far into the future. I also looked in HKLM\Software\Helios\TextPad, but I did not find any version independant keys that have values.
by d3j409
Tue May 09, 2006 4:51 pm
Forum: General
Topic: Is TextPad installed?
Replies: 7
Views: 572

Is TextPad installed?

We have a program that creates text files. If the user wants to view the contents, we have an option to view them in NotePad. We have recieved a request to allow the user to view them in TextPad. While we have a site license for TextPad, installation is optional and not everyone has TextPad installe...