Click here to Skip to main content
15,905,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: Remote database connection Pin
Michael P Butler29-Jan-07 4:48
Michael P Butler29-Jan-07 4:48 
AnswerRe: Remote database connection Pin
Aaron VanWieren29-Jan-07 5:02
Aaron VanWieren29-Jan-07 5:02 
AnswerRe: Remote database connection Pin
Eric Georgiades29-Jan-07 21:34
Eric Georgiades29-Jan-07 21:34 
QuestionDirection of selection in a TextBox/RichTextBox Pin
mav.northwind29-Jan-07 3:34
mav.northwind29-Jan-07 3:34 
AnswerRe: Direction of selection in a TextBox/RichTextBox Pin
bobsugar22229-Jan-07 3:47
bobsugar22229-Jan-07 3:47 
GeneralRe: Direction of selection in a TextBox/RichTextBox Pin
mav.northwind29-Jan-07 4:20
mav.northwind29-Jan-07 4:20 
GeneralRe: Direction of selection in a TextBox/RichTextBox Pin
bobsugar22229-Jan-07 5:04
bobsugar22229-Jan-07 5:04 
GeneralRe: Direction of selection in a TextBox/RichTextBox Pin
mav.northwind29-Jan-07 6:45
mav.northwind29-Jan-07 6:45 
AnswerRe: Direction of selection in a TextBox/RichTextBox Pin
ednrgc29-Jan-07 3:49
ednrgc29-Jan-07 3:49 
GeneralRe: Direction of selection in a TextBox/RichTextBox Pin
mav.northwind29-Jan-07 4:23
mav.northwind29-Jan-07 4:23 
QuestionSystem.Net.Sockets - Tracing with TraceSource class Pin
wurzel_cidermaker29-Jan-07 3:09
wurzel_cidermaker29-Jan-07 3:09 
AnswerRe: System.Net.Sockets - Tracing with TraceSource class Pin
wurzel_cidermaker30-Jan-07 22:15
wurzel_cidermaker30-Jan-07 22:15 
QuestionCall a javascript function from a Link Button Pin
Bobb198229-Jan-07 3:08
Bobb198229-Jan-07 3:08 
AnswerRe: Call a javascript function from a Link Button Pin
GaryWoodfine 29-Jan-07 3:40
professionalGaryWoodfine 29-Jan-07 3:40 
GeneralRe: Call a javascript function from a Link Button Pin
Bobb198229-Jan-07 18:34
Bobb198229-Jan-07 18:34 
GeneralRe: Call a javascript function from a Link Button Pin
GaryWoodfine 29-Jan-07 22:13
professionalGaryWoodfine 29-Jan-07 22:13 
GeneralRe: Call a javascript function from a Link Button Pin
Bobb198230-Jan-07 1:43
Bobb198230-Jan-07 1:43 
Questioncustom group controls Pin
NoCake29-Jan-07 2:31
NoCake29-Jan-07 2:31 
AnswerRe: custom group controls Pin
bobsugar22229-Jan-07 3:00
bobsugar22229-Jan-07 3:00 
GeneralRe: custom group controls [modified] Pin
NoCake29-Jan-07 4:29
NoCake29-Jan-07 4:29 
QuestionIgnore Warning like in C++ Pin
Roland Bär29-Jan-07 2:06
Roland Bär29-Jan-07 2:06 
Hi,

is there a wax to tell the compiler to ignore a warning for a region of code, like it is possible in C++ like this:

#pragma warning( disable : 4705 )<br />
... // Some Code<br />
#pragma warning( default : 4705 )


Thanks for Help

Greets
Roland





Hi! I'm a signature virus. Copy me into your sig file and help me spread!

Follow your Euro notes in their tracks

AnswerRe: Ignore Warning like in C++ Pin
User 665829-Jan-07 2:11
User 665829-Jan-07 2:11 
GeneralRe: Ignore Warning like in C++ Pin
Roland Bär29-Jan-07 2:44
Roland Bär29-Jan-07 2:44 
GeneralRe: Ignore Warning like in C++ Pin
Guffa29-Jan-07 4:35
Guffa29-Jan-07 4:35 
GeneralRe: Ignore Warning like in C++ Pin
Roland Bär29-Jan-07 4:43
Roland Bär29-Jan-07 4:43 

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.