Clpfiles

A

AAH

When d/click the .clp file it opens the
clipbd viewer blank?
Any help appreciated?

[HKEY_CLASSES_ROOT\clpfile]
@="Clipboard Clip"
"EditFlags"=dword:00000000
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\clpfile\DefaultIcon]
@=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,00,6c,00,\
69,00,70,00,62,00,72,00,64,00,2e,00,65,00,78,00,65,00,2c,00,31,00,00,00

[HKEY_CLASSES_ROOT\clpfile\shell]
@=""

[HKEY_CLASSES_ROOT\clpfile\shell\open]

[HKEY_CLASSES_ROOT\clpfile\shell\open\command]
@="clipbrd.exe %1"
 
G

glee

AAH said:
When d/click the .clp file it opens the
clipbd viewer blank?
Any help appreciated?

[HKEY_CLASSES_ROOT\clpfile]
@="Clipboard Clip"
"EditFlags"=dword:00000000
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\clpfile\DefaultIcon]
@=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\

00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,00,6c,00,\

69,00,70,00,62,00,72,00,64,00,2e,00,65,00,78,00,65,00,2c,00,31,00,00,00

[HKEY_CLASSES_ROOT\clpfile\shell]
@=""

[HKEY_CLASSES_ROOT\clpfile\shell\open]

[HKEY_CLASSES_ROOT\clpfile\shell\open\command]
@="clipbrd.exe %1"

It appears the only way to open a .CLP file is to run clipbrd.exe, and
use File menu> Open to select a saved .CLP file. I see the same
behaviour as you when I double-click a .CLP file. The registry entries
are correct as far as I can see, and adding the full path to the
shell\open\command does not affect it.

I vaguely recall it working in Win95 or 98, but I don't have those handy
right now to check. I would not be surprised if some patch of a
security vulnerability caused this reduced functionality. I recall
there was a malformed CLP file buffer overflow vulnerability in a Corel
app a few years ago

PC Today Article - Advanced Guide: Clipboard & ClipBook Viewers
http://www.pctoday.com/editorial/article.asp?article=articles/2004/t0208/11t08/11t08.asp
 
A

AAH

It does not work in Win98SE and WinMe as well?




AAH said:
When d/click the .clp file it opens the
clipbd viewer blank?
Any help appreciated?

[HKEY_CLASSES_ROOT\clpfile]
@="Clipboard Clip"
"EditFlags"=dword:00000000
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\clpfile\DefaultIcon]
@=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,2
5,\00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,00,6c,00,\

69,00,70,00,62,00,72,00,64,00,2e,00,65,00,78,00,65,00,2c,00,31,00,00,00

[HKEY_CLASSES_ROOT\clpfile\shell]
@=""

[HKEY_CLASSES_ROOT\clpfile\shell\open]

[HKEY_CLASSES_ROOT\clpfile\shell\open\command]
@="clipbrd.exe %1"

It appears the only way to open a .CLP file is to run clipbrd.exe, and
use File menu> Open to select a saved .CLP file. I see the same
behaviour as you when I double-click a .CLP file. The registry entries
are correct as far as I can see, and adding the full path to the
shell\open\command does not affect it.

I vaguely recall it working in Win95 or 98, but I don't have those handy
right now to check. I would not be surprised if some patch of a
security vulnerability caused this reduced functionality. I recall
there was a malformed CLP file buffer overflow vulnerability in a Corel
app a few years ago

PC Today Article - Advanced Guide: Clipboard & ClipBook Viewers
http://www.pctoday.com/editorial/article.asp?article=articles/2004/t0208/11t08/11t08.asp
 
G

glee

As I stated in my previous reply:
"I vaguely recall it working in Win95 or 98, but I don't have those
handy right now to check."
 
P

Pegasus [MVP]

clipbrd.exe was included in WinXP, 2000, ME, 98 and probably 95 and Windows
for Workgroups. It no longer exists under Windows 7.

AAH said:
It does not work in Win98SE and WinMe as well?




AAH said:
When d/click the .clp file it opens the
clipbd viewer blank?
Any help appreciated?

[HKEY_CLASSES_ROOT\clpfile]
@="Clipboard Clip"
"EditFlags"=dword:00000000
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\clpfile\DefaultIcon]
@=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,2
5,\00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,00,6c,00,\

69,00,70,00,62,00,72,00,64,00,2e,00,65,00,78,00,65,00,2c,00,31,00,00,00

[HKEY_CLASSES_ROOT\clpfile\shell]
@=""

[HKEY_CLASSES_ROOT\clpfile\shell\open]

[HKEY_CLASSES_ROOT\clpfile\shell\open\command]
@="clipbrd.exe %1"

It appears the only way to open a .CLP file is to run clipbrd.exe, and
use File menu> Open to select a saved .CLP file. I see the same
behaviour as you when I double-click a .CLP file. The registry entries
are correct as far as I can see, and adding the full path to the
shell\open\command does not affect it.

I vaguely recall it working in Win95 or 98, but I don't have those handy
right now to check. I would not be surprised if some patch of a
security vulnerability caused this reduced functionality. I recall
there was a malformed CLP file buffer overflow vulnerability in a Corel
app a few years ago

PC Today Article - Advanced Guide: Clipboard & ClipBook Viewers
http://www.pctoday.com/editorial/article.asp?article=articles/2004/t0208/11t08/11t08.asp
 
T

Twayne

In
Pegasus said:
clipbrd.exe was included in WinXP, 2000, ME, 98 and
probably 95 and Windows for Workgroups. It no longer exists
under Windows 7.

I've discovered a lot of the old 95/98 files don't actually
need the registry and thus installs, so that might be worth
trying. I still use Cardfile from my old win98 machine. Only
thing it won't do is dial a phone numbe & I don't care about
that. Con: the tld .crd is also used for an XP program
(Cardspace, I think it is) so expect association issues here &
there.

HTH,

Twayne`
AAH said:
It does not work in Win98SE and WinMe as well?




AAH said:
When d/click the .clp file it opens the
clipbd viewer blank?
Any help appreciated?

[HKEY_CLASSES_ROOT\clpfile]
@="Clipboard Clip"
"EditFlags"=dword:00000000
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\clpfile\DefaultIcon]
@=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,2
5,\00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,00,6c,00,\

69,00,70,00,62,00,72,00,64,00,2e,00,65,00,78,00,65,00,2c,00,31,00,00,00

[HKEY_CLASSES_ROOT\clpfile\shell]
@=""

[HKEY_CLASSES_ROOT\clpfile\shell\open]

[HKEY_CLASSES_ROOT\clpfile\shell\open\command]
@="clipbrd.exe %1"

It appears the only way to open a .CLP file is to run
clipbrd.exe, and use File menu> Open to select a saved
.CLP file. I see the same behaviour as you when I
double-click a .CLP file. The registry entries are
correct as far as I can see, and adding the full path to
the shell\open\command does not affect it. I vaguely recall
it working in Win95 or 98, but I don't
have those handy right now to check. I would not be
surprised if some patch of a security vulnerability caused
this reduced functionality. I recall there was a
malformed CLP file buffer overflow vulnerability in a
Corel app a few years ago PC Today Article - Advanced
Guide: Clipboard & ClipBook
Viewers
http://www.pctoday.com/editorial/article.asp?article=articles/2004/t0208/11t08/11t08.asp
 
G

glee

Pegasus said:
clipbrd.exe was included in WinXP, 2000, ME, 98 and probably 95 and
Windows for Workgroups. It no longer exists under Windows 7.

....but you *can* copy the XP version of clipbrd.exe to the Vista or
Seven system32 folder, and it works....at least on 32-bit Windows.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top