Click here to Skip to main content
15,913,669 members
Home / Discussions / C#
   

C#

 
GeneralRe: Folder Browser Strangeness Pin
Russell Jones3-Jun-04 0:30
Russell Jones3-Jun-04 0:30 
GeneralTask Switching while in Full-Screen mode Pin
strunks2-Jun-04 6:02
strunks2-Jun-04 6:02 
GeneralRe: Task Switching while in Full-Screen mode Pin
Heath Stewart2-Jun-04 6:39
protectorHeath Stewart2-Jun-04 6:39 
GeneralRe: Task Switching while in Full-Screen mode Pin
strunks2-Jun-04 7:01
strunks2-Jun-04 7:01 
GeneralC# and MC++ Pin
Orhun Birsoy2-Jun-04 6:01
Orhun Birsoy2-Jun-04 6:01 
GeneralRe: C# and MC++ Pin
Heath Stewart2-Jun-04 6:31
protectorHeath Stewart2-Jun-04 6:31 
GeneralRe: C# and MC++ Pin
Orhun Birsoy2-Jun-04 7:13
Orhun Birsoy2-Jun-04 7:13 
GeneralRe: C# and MC++ Pin
Heath Stewart2-Jun-04 9:01
protectorHeath Stewart2-Jun-04 9:01 
If you want the MC++ assembly to be only used by your assemblies, use the StrongNameIdentityPermissionAttribute but only specify the public key that is paired with a private key you use to sign all your assemblies. This is actually done for several classes throughout the .NET Framework Class Library (.NET FCL) as well.

If you want to use the MC++ assembly with multiple assemblies, then use this approach instead of adding it as a module to other assemblies. It's a waste of size and will be a pain to maintain.

 

Microsoft MVP, Visual C#
My Articles
QuestionSystemPen ? Pin
ongo2-Jun-04 4:13
ongo2-Jun-04 4:13 
AnswerRe: SystemPen ? Pin
Mazdak2-Jun-04 4:35
Mazdak2-Jun-04 4:35 
GeneralRetrieving Username Pin
briby2-Jun-04 3:23
briby2-Jun-04 3:23 
GeneralRe: Retrieving Username Pin
Heath Stewart2-Jun-04 3:38
protectorHeath Stewart2-Jun-04 3:38 
GeneralRe: Retrieving Username Pin
Atilla Ozgur2-Jun-04 3:57
Atilla Ozgur2-Jun-04 3:57 
GeneralRe: Retrieving Username Pin
briby3-Jun-04 0:02
briby3-Jun-04 0:02 
Generalhiding emails Pin
robmays2-Jun-04 2:40
robmays2-Jun-04 2:40 
GeneralRe: hiding emails Pin
Hesham Amin2-Jun-04 4:24
Hesham Amin2-Jun-04 4:24 
GeneralRe: hiding emails Pin
robmays2-Jun-04 4:29
robmays2-Jun-04 4:29 
GeneralOnClosing Pin
thomasa2-Jun-04 2:22
thomasa2-Jun-04 2:22 
GeneralRe: OnClosing Pin
LongRange.Shooter2-Jun-04 2:45
LongRange.Shooter2-Jun-04 2:45 
GeneralRe: OnClosing Pin
JackMartinz2-Jun-04 6:50
JackMartinz2-Jun-04 6:50 
GeneralRe: OnClosing Pin
LongRange.Shooter3-Jun-04 2:21
LongRange.Shooter3-Jun-04 2:21 
GeneralRe: OnClosing Pin
Tom Larsen2-Jun-04 4:37
Tom Larsen2-Jun-04 4:37 
GeneralRe: OnClosing Pin
Heath Stewart2-Jun-04 4:48
protectorHeath Stewart2-Jun-04 4:48 
GeneralShowing a controls focus rectangle Pin
swb1082-Jun-04 0:29
swb1082-Jun-04 0:29 
GeneralRe: Showing a controls focus rectangle Pin
LongRange.Shooter3-Jun-04 2:31
LongRange.Shooter3-Jun-04 2:31 

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.