Click here to Skip to main content
15,929,218 members
Home / Discussions / C#
   

C#

 
GeneralEnter key pressed in a VS.NET addin control Pin
Nathan Tran13-Dec-02 20:18
Nathan Tran13-Dec-02 20:18 
GeneralRe: Enter key pressed in a VS.NET addin control Pin
Nathan Tran13-Dec-02 20:27
Nathan Tran13-Dec-02 20:27 
GeneralRe: Enter key pressed in a VS.NET addin control Pin
WizardOfPeyton6-Jan-03 9:48
WizardOfPeyton6-Jan-03 9:48 
Questiongive sample code plzz? Pin
imran_rafique13-Dec-02 9:24
imran_rafique13-Dec-02 9:24 
AnswerRe: give sample code plzz? Pin
Gaul13-Dec-02 13:08
Gaul13-Dec-02 13:08 
GeneralRe: give sample code plzz? Pin
imran_rafique14-Dec-02 10:29
imran_rafique14-Dec-02 10:29 
GeneralRe: give sample code plzz? Pin
imran_rafique15-Dec-02 2:33
imran_rafique15-Dec-02 2:33 
GeneralRe: give sample code plzz? Pin
Gaul15-Dec-02 3:15
Gaul15-Dec-02 3:15 
You use the sn.exe to generate a signed name key file, but you also need to add the key file to your assembly. If you created your project with VS.NET, you should have an AssemblyInfo.cs which contains a number of attributes. In your AssemblyInfo.cs, modify the AssemblyKeyFile attribute to include your key file as follows depending on the location of your key file:

[assembly: AssemblyKeyFile(@"..\..\keyfile.snk")]

or

[assembly: AssemblyKeyFile(@"keyfile.snk")]




Gaulles
http://www.gaulles.com
GeneralRe: give sample code plzz? Pin
imran_rafique15-Dec-02 9:52
imran_rafique15-Dec-02 9:52 
GeneralRe: give sample code plzz? Pin
Gaul16-Dec-02 4:45
Gaul16-Dec-02 4:45 
GeneralMultiline edit boxes: WantReturn Pin
Le centriste13-Dec-02 6:32
Le centriste13-Dec-02 6:32 
GeneralRe: Multiline edit boxes: WantReturn Pin
leppie13-Dec-02 6:49
leppie13-Dec-02 6:49 
GeneralRe: Multiline edit boxes: WantReturn Pin
Le centriste13-Dec-02 8:18
Le centriste13-Dec-02 8:18 
GeneralScroll Bars Pin
Ollie13-Dec-02 5:36
Ollie13-Dec-02 5:36 
GeneralRe: Scroll Bars Pin
leppie13-Dec-02 6:55
leppie13-Dec-02 6:55 
GeneralRe: Scroll Bars Pin
vickycao5-Jan-03 21:45
vickycao5-Jan-03 21:45 
GeneralScollable PictureBox Pin
Torsch13-Dec-02 5:12
Torsch13-Dec-02 5:12 
GeneralRe: Scollable PictureBox Pin
leppie13-Dec-02 7:00
leppie13-Dec-02 7:00 
GeneralRe: Scollable PictureBox Pin
Torsch13-Dec-02 9:18
Torsch13-Dec-02 9:18 
GeneralRe: Scollable PictureBox Pin
leppie13-Dec-02 9:36
leppie13-Dec-02 9:36 
GeneralIs Windows Shutting Down Pin
OBRon13-Dec-02 4:12
OBRon13-Dec-02 4:12 
GeneralRe: Is Windows Shutting Down Pin
Richard Deeming13-Dec-02 5:47
mveRichard Deeming13-Dec-02 5:47 
GeneralRe: Is Windows Shutting Down Pin
Gaul14-Dec-02 17:10
Gaul14-Dec-02 17:10 
GeneralRe: Is Windows Shutting Down Pin
OBRon16-Dec-02 4:01
OBRon16-Dec-02 4:01 
GeneralDirect console output to a window Pin
Daniel Bright13-Dec-02 3:19
Daniel Bright13-Dec-02 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.