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?
Search found 5 matches
- Thu Sep 06, 2007 12:34 am
- Forum: Enhancement Suggestions
- Topic: Please support context menu on Windows 64-bit
- Replies: 0
- Views: 327
- Tue May 09, 2006 7:15 pm
- Forum: General
- Topic: Is TextPad installed?
- Replies: 7
- Views: 743
- Tue May 09, 2006 6:03 pm
- Forum: General
- Topic: Is TextPad installed?
- Replies: 7
- Views: 743
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 ...
- Tue May 09, 2006 5:14 pm
- Forum: General
- Topic: Is TextPad installed?
- Replies: 7
- Views: 743
- Tue May 09, 2006 4:51 pm
- Forum: General
- Topic: Is TextPad installed?
- Replies: 7
- Views: 743
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 ...