Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore15-Feb-07 14:47
Ed.Poore15-Feb-07 14:47 
GeneralRe: Updating UI/Dataset from serialport Pin
TheTinSoldier17-Feb-07 22:36
TheTinSoldier17-Feb-07 22:36 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore18-Feb-07 5:22
Ed.Poore18-Feb-07 5:22 
QuestionI am not sure what it is called but I need help with it. [modified] Pin
Khoramdin13-Feb-07 12:18
Khoramdin13-Feb-07 12:18 
AnswerRe: I am not sure what it is called but I need help with it. Pin
Guffa13-Feb-07 12:32
Guffa13-Feb-07 12:32 
AnswerIts called a splash screen Pin
Ennis Ray Lynch, Jr.13-Feb-07 12:36
Ennis Ray Lynch, Jr.13-Feb-07 12:36 
Questionif i model robot arm in 3d max than can i...? Pin
Mir_As13-Feb-07 11:37
Mir_As13-Feb-07 11:37 
QuestionCustom Compiler Warnings Pin
Ennis Ray Lynch, Jr.13-Feb-07 11:22
Ennis Ray Lynch, Jr.13-Feb-07 11:22 
When you use the ObsoleteAttribute it generates a nice compiler warning when implementers use an obsolete method.

I would like to be able to create my own attribute that, if placed on a method and then referenced in a similar fashion, generates a customer compiler warning, or even error.

Ie.

[MyAttribute]
public class Foo{}

public void SomeMethod(){
   Foo foo = new Foo();
}


Would generate my own compiler error or warning.


File Not Found

AnswerRe: Custom Compiler Warnings Pin
Ed.Poore13-Feb-07 13:22
Ed.Poore13-Feb-07 13:22 
GeneralYa see my problem! Pin
Ennis Ray Lynch, Jr.13-Feb-07 14:23
Ennis Ray Lynch, Jr.13-Feb-07 14:23 
GeneralRe: Ya see my problem! Pin
Ed.Poore13-Feb-07 22:45
Ed.Poore13-Feb-07 22:45 
QuestionUSB Control Pin
DRVoodoo13-Feb-07 11:20
DRVoodoo13-Feb-07 11:20 
AnswerRe: USB Control Pin
Ennis Ray Lynch, Jr.13-Feb-07 11:51
Ennis Ray Lynch, Jr.13-Feb-07 11:51 
AnswerRe: USB Control Pin
Ed.Poore14-Feb-07 13:18
Ed.Poore14-Feb-07 13:18 
GeneralRe: USB Control Pin
DRVoodoo15-Feb-07 5:08
DRVoodoo15-Feb-07 5:08 
GeneralRe: USB Control Pin
Ed.Poore15-Feb-07 5:30
Ed.Poore15-Feb-07 5:30 
GeneralRe: USB Control Pin
DRVoodoo15-Feb-07 10:41
DRVoodoo15-Feb-07 10:41 
GeneralRe: USB Control Pin
Ed.Poore15-Feb-07 11:37
Ed.Poore15-Feb-07 11:37 
GeneralRe: USB Control Pin
DRVoodoo15-Feb-07 12:16
DRVoodoo15-Feb-07 12:16 
QuestionGetHashCode Pin
Taurian11013-Feb-07 10:31
Taurian11013-Feb-07 10:31 
AnswerRe: GetHashCode Pin
Ravi Bhavnani13-Feb-07 10:48
professionalRavi Bhavnani13-Feb-07 10:48 
QuestionDebugging a Web Method Pin
convivial.developer13-Feb-07 9:24
convivial.developer13-Feb-07 9:24 
AnswerRe: Debugging a Web Method Pin
Christian Graus13-Feb-07 9:29
protectorChristian Graus13-Feb-07 9:29 
Questionimage processing help Pin
haseeb_saeed13-Feb-07 8:45
haseeb_saeed13-Feb-07 8:45 
AnswerRe: image processing help Pin
Christian Graus13-Feb-07 9:00
protectorChristian Graus13-Feb-07 9:00 

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.