Click here to Skip to main content
15,914,070 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mdi problemo Pin
datainjector17-Dec-03 10:15
datainjector17-Dec-03 10:15 
GeneralRemote Debugging Pin
mikemilano16-Dec-03 9:13
mikemilano16-Dec-03 9:13 
GeneralRe: Remote Debugging Pin
Heath Stewart17-Dec-03 3:23
protectorHeath Stewart17-Dec-03 3:23 
Generalcontext menu with drag/drop and right click Pin
mikelb16-Dec-03 4:37
mikelb16-Dec-03 4:37 
Generalinterfaces and GUIDS Pin
Jinwah16-Dec-03 4:27
Jinwah16-Dec-03 4:27 
GeneralRe: interfaces and GUIDS Pin
Heath Stewart16-Dec-03 5:11
protectorHeath Stewart16-Dec-03 5:11 
GeneralRe: interfaces and GUIDS Pin
Jinwah16-Dec-03 5:34
Jinwah16-Dec-03 5:34 
GeneralRe: interfaces and GUIDS Pin
Heath Stewart16-Dec-03 5:45
protectorHeath Stewart16-Dec-03 5:45 
No offense meant, but you should probably read the C# specification. Attributes are like so (fully-qualified example):
[System.Runtime.InteropServices.Guid("363EBCCC-5E9A-4e14-8A5D-F0DA44E69EF9")]
public interface IMyInterface
{
{
In C# (and some other languages, but you have to read their specs to find out), you can drop the "Attribute" at the end of attributes. If you want to use properties that aren't in the constructor parameters, fill all the necessary params then use PropertyName=Value, like so:
[MadeUpAttribute("somestring", SomeParam="SomeValue")]
public class SomeClass
{
}


 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: interfaces and GUIDS Pin
Jinwah16-Dec-03 22:04
Jinwah16-Dec-03 22:04 
GeneralRe: interfaces and GUIDS Pin
Heath Stewart17-Dec-03 3:13
protectorHeath Stewart17-Dec-03 3:13 
GeneralRe: interfaces and GUIDS Pin
Member 26118817-Dec-03 6:02
Member 26118817-Dec-03 6:02 
GeneralSetting Up Computer to run IIS/ASP.NETwith C# Pin
Larry J. Siddens16-Dec-03 4:22
Larry J. Siddens16-Dec-03 4:22 
GeneralRe: Setting Up Computer to run IIS/ASP.NETwith C# Pin
Heath Stewart16-Dec-03 5:08
protectorHeath Stewart16-Dec-03 5:08 
GeneralRe: Setting Up Computer to run IIS/ASP.NETwith C# Pin
Larry J. Siddens16-Dec-03 7:03
Larry J. Siddens16-Dec-03 7:03 
GeneralRe: Setting Up Computer to run IIS/ASP.NETwith C# Pin
Heath Stewart16-Dec-03 11:06
protectorHeath Stewart16-Dec-03 11:06 
GeneralRe: Setting Up Computer to run IIS/ASP.NETwith C# Pin
Not Active17-Dec-03 3:22
mentorNot Active17-Dec-03 3:22 
Generalproblem with a shared assembly in a VS solution Pin
Tim Kohler16-Dec-03 3:19
Tim Kohler16-Dec-03 3:19 
GeneralRe: problem with a shared assembly in a VS solution Pin
Heath Stewart16-Dec-03 3:45
protectorHeath Stewart16-Dec-03 3:45 
GeneralRe: problem with a shared assembly in a VS solution Pin
Tim Kohler16-Dec-03 4:04
Tim Kohler16-Dec-03 4:04 
GeneralRe: problem with a shared assembly in a VS solution Pin
Heath Stewart16-Dec-03 4:07
protectorHeath Stewart16-Dec-03 4:07 
QuestionDrag Drop - Simple Theory - Simple Solution? Pin
Tristan Rhodes16-Dec-03 2:58
Tristan Rhodes16-Dec-03 2:58 
AnswerRe: Drag Drop - Simple Theory - Simple Solution? Pin
Tristan Rhodes16-Dec-03 3:05
Tristan Rhodes16-Dec-03 3:05 
AnswerRe: Drag Drop - Simple Theory - Simple Solution? Pin
Heath Stewart16-Dec-03 3:42
protectorHeath Stewart16-Dec-03 3:42 
GeneralThe Objective / Solution Pin
16-Dec-03 4:27
suss16-Dec-03 4:27 
GeneralRe: The Objective / Solution Pin
Heath Stewart16-Dec-03 5:04
protectorHeath Stewart16-Dec-03 5:04 

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.