|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Re: Turn off deprecated warnings?Oh just give up will you.
Your incessant ramblings are becoming quite irritating. You are in no way useful to these Groups what so ever - you are a hindrance. I have been reading your posts and I am quite frankly disappointed that someone who claims to have so much knowledge does nothing to help others. Your posts portray you as an obnoxious, rude & stubborn person. Whether this is true or not we will never know - not that anyone in these Groups would want to find out. You probably want the #pragma that disables warnings if you are a good
boy/girl/martian and don't want to do global disables, but I am not sure what the equivalent in VB is since I've only don this in c#. There is a /nowarn VB.Net compiler option, but I do not know how to set it. I have also read that, in the project file, you can find a element like this : <NOWARN>... bring out your warning id #s here ...</NOWARN> Putting the warning # you are getting in there should stop the rambling :) Here is a C# source (the bad code project ) for the #pragma option, ifit helps somehow : http://www.codeproject.com/debug/pragma_tips.asp // Andrew Andrew Backer schreef:
> I have also read that, in the project file, you can find a element like Hey thanks! I changed the project file and that works, although I> this : > <NOWARN>... bring out your warning id #s here ...</NOWARN> rather do it in the code with a #pragma since that is clearer to future programmers. You seem to have to use the number 40000 which is a general number for all warnings concerning deprecated code.
Populating combox from dataset
Is this a bug I see before me, or an incomplete understanding of scope? Shared textfile...threading Namespace for stdole? Look at this debugging output about TreeViews Drop shadow under image How to prevent keydown events on toolbar Apostrophe Problem - HELP How to use log4net for a windows forms application using COM classes Richtextbox SaveFile Release |
|||||||||||||||||||||||