Search found 13 matches
- Sun Jun 07, 2009 5:38 am
- Forum: General
- Topic: Windows 7 breaks Rt Clk Context Menu Textpad Open
- Replies: 10
- Views: 1686
- Wed Apr 15, 2009 5:10 am
- Forum: General
- Topic: Windows 7 breaks Rt Clk Context Menu Textpad Open
- Replies: 10
- Views: 1686
Yeah Ive been dealing w/ it begrudgingly on build 7000 until the hopefully soon to be released (May) RC1 is made available, either that or when I do my hard drive upgrade in the next month or so Ill clean install the current msdn build. Im just glad its not an issue w/ TP cuz it could be 5 yars or ...
- Sat Mar 14, 2009 5:08 am
- Forum: General
- Topic: Windows 7 breaks Rt Clk Context Menu Textpad Open
- Replies: 10
- Views: 1686
- Sun Feb 22, 2009 5:16 pm
- Forum: General
- Topic: Windows 7 breaks Rt Clk Context Menu Textpad Open
- Replies: 10
- Views: 1686
http://www.textpad.com/products/textpad/specifications.html says: # TextPad 5 is supported on Windows 2000 (SP4), Server 2003, and the 32-bit and 64-bit editions of XP and Vista. # TextPad 4 is supported on Windows 95, 98, 2000 (SP4), Server 2003, and 32-bit editions of XP. Windows 7 is not (yet ...
- Sun Feb 22, 2009 9:05 am
- Forum: General
- Topic: Windows 7 breaks Rt Clk Context Menu Textpad Open
- Replies: 10
- Views: 1686
Windows 7 breaks Rt Clk Context Menu Textpad Open
This (or something similar)happened w/ v4 and Vista and was fixed w/ v5. Well in Windows 7 the context menu item exists but when clicked I get the below error message: Is this a reg problem? Any way I can fix/hack this working again? Thx Update: If an instance of TP is already running then it works ...
- Fri Feb 02, 2007 9:49 pm
- Forum: General
- Topic: Vista Shell Integration Help
- Replies: 4
- Views: 1114
- Thu Feb 01, 2007 12:37 pm
- Forum: General
- Topic: Vista Shell Integration Help
- Replies: 4
- Views: 1114
Vista Shell Integration Help
Installed TextPad successfully in 64bit Vista install. But it appears that I lost one feature I am really missing :( When I right click a file Im used to having an "Open with TextPad" option. This is missing. It would be my guess that this is a registry entry(entries) that is/are not functioning ...
- Wed Dec 13, 2006 9:07 am
- Forum: General
- Topic: Textpad And Windows Vista
- Replies: 6
- Views: 2391
It may be me but TextPad does not install into right-click context menu properly in vista 32 or 64 which really limits my productivity with this software. As it is a feature Im sooo used to, its such a kick in the crotch when its not available. There are a handful of "New" textpad version threads ...
- Tue Oct 05, 2004 2:45 am
- Forum: Java
- Topic: Javadoc output Modification ?'s
- Replies: 0
- Views: 742
Javadoc output Modification ?'s
I have successfully added javadoc to the tools menu. I want to modify the parameters of this tool to create a folder named after the file Im executing javadoc on, place the folder in the same directory of the file Im working on, then place the javadoc files into that directory. Ive checked the faq ...
- Sun Jan 25, 2004 6:39 am
- Forum: General
- Topic: Borland getch() equivalent in Visual C++
- Replies: 3
- Views: 494
- Sat Jan 24, 2004 7:38 am
- Forum: General
- Topic: Borland getch() equivalent in Visual C++
- Replies: 3
- Views: 494
Borland getch() equivalent in Visual C++
Is there a Visual C++ equivalent to Borlands:
conio.h
getch()
to keep a console program from closing at the end of execution???
I saw another post here that uses a request for a dummy variable, but I was hoping for a better method than that.
Any help appreciated!!!
conio.h
getch()
to keep a console program from closing at the end of execution???
I saw another post here that uses a request for a dummy variable, but I was hoping for a better method than that.
Any help appreciated!!!
- Sat Jan 24, 2004 7:29 am
- Forum: General
- Topic: C++ Console Help Borland vs Vis. C++
- Replies: 2
- Views: 1368
- Fri Jan 23, 2004 8:16 pm
- Forum: General
- Topic: C++ Console Help Borland vs Vis. C++
- Replies: 2
- Views: 1368
C++ Console Help Borland vs Vis. C++
Borland has this to keep the console window open When executing a console program from windows....
#include <conio.h>
getch();
What does this in Visual C++?
#include <conio.h>
getch();
What does this in Visual C++?