473,405 Members | 2,310 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Question about a control written in cs

Y
I need to use the following control to add persistance to my
form position on the screen. I don't know how to add this
control to my project as it was written in cs, any ideas?
(also, why wouldn't it compile, and complain about the following)

http://www.codeproject.com/KB/miscct...lPosition.aspx

Cryptographic failure while signing assembly
'C:\cp\RealPosition\obj\Release\RestoreState.dll' -- 'Error reading key file
'd:\Igorkey.snk' -- The system cannot find the file specified. '
Sep 22 '08 #1
7 1114
On Sep 22, 8:24*am, "Y" <dfgf...@gdfgdfg.comwrote:
I need to use the following control to add persistance to my
form position on the screen. I don't know how to add this
control to my project as it was written in cs, any ideas?
(also, why wouldn't it compile, and complain about the following)

http://www.codeproject.com/KB/miscct...lPosition.aspx

Cryptographic failure while signing assembly
'C:\cp\RealPosition\obj\Release\RestoreState.dll' -- 'Error reading key file
'd:\Igorkey.snk' -- The system cannot find the file specified. '
If there is a download for the source, simply remove (or fix) the
strong name on the dll and the compiler error should go away. Then you
can just reference the dll normally.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
Sep 22 '08 #2
Y
If there is a download for the source, simply remove (or fix) the
strong name on the dll and the compiler error should go away. Then you
can just reference the dll normally.

--
How do I add it to the project, I tried all sort of ways, but I don't get
it in the toolbox
Sep 22 '08 #3
On Sep 22, 9:23*am, "Y" <dfgf...@gdfgdfg.comwrote:
If there is a download for the source, simply remove (or fix) the
strong name on the dll and the compiler error should go away. Then you
can just reference the dll normally.

--
How do I add it to the project, I tried all sort of ways, but I don't get
it in the toolbox
IIRC it goes something like this:

Toolbox --Choose Items --Click on the dll

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
Sep 22 '08 #4
Y
How do I add it to the project, I tried all sort of ways, but I don't get
it in the toolbox
IIRC it goes something like this:

Toolbox --Choose Items --Click on the dll

--

I don't follow, is Toolbox a top level menu of Microsoft Development
Environment 7.1? What does "-->" mean?

I did it this way:
Project --Add Reference --Projects (tab) --Browse --(select dll)

Then I looked in the toolbox, couldn't find a tool with a green left arrow

If I open Igor's project I see the control in the form, but again it is not
there in the toolbox

Sorry, but I don't understand where to find it
Sep 22 '08 #5
right click in the toolbox --Choose Items --Click on the dll
"Y" <df*****@gdfgdfg.comwrote in message
news:eu**************@TK2MSFTNGP02.phx.gbl...
>How do I add it to the project, I tried all sort of ways, but I don't get
it in the toolbox

IIRC it goes something like this:

Toolbox --Choose Items --Click on the dll

--

I don't follow, is Toolbox a top level menu of Microsoft Development
Environment 7.1? What does "-->" mean?

I did it this way:
Project --Add Reference --Projects (tab) --Browse --(select dll)

Then I looked in the toolbox, couldn't find a tool with a green left arrow

If I open Igor's project I see the control in the form, but again it is
not
there in the toolbox

Sorry, but I don't understand where to find it

Sep 22 '08 #6
I don't follow, is Toolbox a top level menu of Microsoft Development
Environment 7.1?
No, it's the toolbox (the thing you asked about adding the control
to).
What does "-->" mean?

I did it this way:
Project --Add Reference --Projects (tab) --Browse --(select dll)
Now I'm confused, you say you don't know what "-->" means, and then in
the next sentence you use it?
Then I looked in the toolbox, couldn't find a tool with a green left arrow
Gillard has explained what to do in an even simpler form.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
Sep 22 '08 #7
Y
It doesn't work, I initially received an error dialog from the ide, I didn't
read it properly, but now it doesn't come up any more, so if there is
an issue I won't know about it. The control is not there. In the original
project Igor add's the control to a test program as a project rather
than a dll, maybe it must be done this way, I will check it and let you
know what I found out.
right click in the toolbox --Choose Items --Click on the dll


IIRC it goes something like this:

Toolbox --Choose Items --Click on the dll

--

I don't follow, is Toolbox a top level menu of Microsoft Development
Environment 7.1? What does "-->" mean?

I did it this way:
Project --Add Reference --Projects (tab) --Browse --(select dll)

Then I looked in the toolbox, couldn't find a tool with a green left
arrow

If I open Igor's project I see the control in the form, but again it is
not
there in the toolbox

Sorry, but I don't understand where to find it

Sep 23 '08 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Marcia | last post by:
Hello. I have just enrolled in a Visual Basic class, so please forgive this very basic question about the display environment of the VB Editor.... The illustrations in my textbook indicate...
33
by: John Timbers | last post by:
I'd like to purchase Visual C# .Net for learning purposes only since it's a lot cheaper than Visual Studio (note that I'm a very experienced C++ developer). Can someone simply clarify the basic...
44
by: lester | last post by:
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ?? I think there...
7
by: Calan | last post by:
Mike, Your code on the dynamic input checking was excellent and very well explained. (The only thing I had to do was change the test for text input to be "1 > len of text", instead or "0 >...
7
by: meh | last post by:
This should wotk I think but its not trapping the Insert or Delete key??? Do I not have this written correctly? if (e.KeyCode == Keys.Insert) { MessageBox.Show("Pressed " + e.KeyCode); if...
0
by: web1110 | last post by:
Using the "Build Comment Web Pages" tool using VS 2002 THIS SET OF DOCUMENTATION COMMENTS /// <summary> /// Class CLFormManager. /// </summary> /// <remarks> /// <para> /// This class...
2
by: djc | last post by:
On the page_load event I am querying a database and binding data to some text boxes, list boxes, and a repeater control. When the page loads it uses the value of one of the database fields (status)...
0
by: William F. Zachmann | last post by:
A web site that will run on Windows Server 2003 and IIS 6.0 needs to provide three levels of access, one for the public and two others for two levels of subscribers. This is a port of a prior site...
2
by: Allan Ebdrup | last post by:
Hi, I'm trying to render a Matrix question in my ASP.Net 2.0 page, A matrix question is a question where you have several options that can all be rated according to several possible ratings (from...
2
by: Ken Fine | last post by:
I want to add the security question and answer security feature to the ChangePassword control. I am aware that this functionality is built into the PasswordRecovery tool. I have implemented the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.