How to get info from Control Panel file(*.cpl)

  • Thread starter Thread starter yxq
  • Start date Start date
Y

yxq

Hello
I want to retrive the Name & Description from a Control Panel file(*.cpl)
how to do?

Thanks
 
yxq said:
Hello
I want to retrive the Name & Description from a Control Panel
file(*.cpl)
how to do?

I don't intend to prevent you from asking this question again, but im
interested in knowing why you think there will be a different answer from
the one you got few days ago.
 
Hi
I can tell.. .some times a problem is so annoing so you can start doing
ilogical things, like repeating questions.. and a small hope that someone
that know the answer missed the question first time :)

Ceers,
Crirus
 
Hi Armin,

I think I saw this morning why you and Herfried often tell people that they
maybe can find there answer in the framework.aspnet group.

There is a german group dotnet.entwickler.asp
(For non germans who read this dotnet.developer.asp)

I think that is not the equivalent from dotnet.framework.aspnet

Cor
 
Crirus said:
Hi
I can tell.. .some times a problem is so annoing so you can start
doing ilogical things, like repeating questions.. and a small hope
that someone that know the answer missed the question first time
:)

:-) I see, but to tell him/her to turn to a different group, I need the
explicit permission from some people in this group. So I tried to
circumscribe it. ;-)
 
Cor said:
Hi Armin,

I think I saw this morning why you and Herfried often tell people
that they maybe can find there answer in the framework.aspnet
group.

There is a german group dotnet.entwickler.asp
(For non germans who read this dotnet.developer.asp)

I think that is not the equivalent from dotnet.framework.aspnet

I think it is the equivalent. Apart from this, I don't understand the
message of your reply.
 
Armin,
:-) I see, but to tell him/her to turn to a different group, I need the
explicit permission from some people in this group. So I tried to
circumscribe it. ;-)

LOL

Cor
 
If there is something you don't understand about the answer I gave to your
previous post then you might want to post a question about your problem
rather than just repeating the post.

If you don't want to load the applet and query it for the name and
description but want to read it directly from the file somehow then you are
out of luck. The name and description are just like any strings used in any
dll they may be part of the global data, they may be compiled as a resource,
they may be retrieved or built at run-time depending on the LocaleID of the
user or some other factor... There is just no way to know where in the file
they might be or if they are even in the file at all.
 
Back
Top