Click here to Skip to main content
15,909,039 members
Home / Discussions / C#
   

C#

 
QuestionNewbie (Http-Tunneling) in C#: Help PLZZZZ!! Pin
gvanto22-Aug-06 4:25
gvanto22-Aug-06 4:25 
Questiondisable special key in .NET (C#,VB) for win xp Pin
jeedjad22-Aug-06 4:14
jeedjad22-Aug-06 4:14 
AnswerRe: disable special key in .NET (C#,VB) for win xp Pin
Ed.Poore22-Aug-06 4:20
Ed.Poore22-Aug-06 4:20 
AnswerRe: disable special key in .NET (C#,VB) for win xp Pin
Eric Dahlvang22-Aug-06 4:57
Eric Dahlvang22-Aug-06 4:57 
GeneralRe: disable special key in .NET (C#,VB) for win xp Pin
jeedjad22-Aug-06 9:16
jeedjad22-Aug-06 9:16 
GeneralRe: disable special key in .NET (C#,VB) for win xp Pin
Eric Dahlvang22-Aug-06 9:52
Eric Dahlvang22-Aug-06 9:52 
GeneralRe: disable special key in .NET (C#,VB) for win xp [modified] Pin
jeedjad22-Aug-06 18:51
jeedjad22-Aug-06 18:51 
GeneralRe: disable special key in .NET (C#,VB) for win xp Pin
Eric Dahlvang23-Aug-06 4:09
Eric Dahlvang23-Aug-06 4:09 
GeneralRe: disable special key in .NET (C#,VB) for win xp [modified] Pin
jeedjad23-Aug-06 6:13
jeedjad23-Aug-06 6:13 
QuestionPerformance Test Tool For a Desktop Application Pin
Rohit Dev22-Aug-06 4:01
Rohit Dev22-Aug-06 4:01 
AnswerRe: Performance Test Tool For a Desktop Application Pin
Judah Gabriel Himango22-Aug-06 4:21
sponsorJudah Gabriel Himango22-Aug-06 4:21 
QuestionGenerics: Is x numeric? Pin
Tomerland22-Aug-06 3:57
Tomerland22-Aug-06 3:57 
AnswerRe: Generics: Is x numeric? Pin
S. Senthil Kumar22-Aug-06 4:09
S. Senthil Kumar22-Aug-06 4:09 
AnswerRe: Generics: Is x numeric? Pin
Judah Gabriel Himango22-Aug-06 4:17
sponsorJudah Gabriel Himango22-Aug-06 4:17 
AnswerRe: Generics: Is x numeric? Pin
Eric Dahlvang22-Aug-06 5:20
Eric Dahlvang22-Aug-06 5:20 
QuestionProblem with search DateTime with SQL Pin
ATC22-Aug-06 3:56
ATC22-Aug-06 3:56 
With the same table of MS Access Database I can retrieve sucessfully most of the record by comparing records with strings. But when I try to search records comparing with DateTime I always catched errors! Here are my trial SQL's for searching from 1st Jan 2006 to 2nd Jan 2006:
<br />
strSQL = "SELECT * FROM Table1 WHERE DayStart >= '20060101' AND DayEnd  < '20060103' ";<br />

or
<br />
strSQL = "SELECT * FROM Table1 WHERE DayStart >= #01/01/2006# AND DayEnd  < #03/01/2006# ";<br />

The same later SQL worked perfectly with VB.net (same table)

Many thanks for any help
QuestionIs OpenSceneGraph as managed c++ in a C# gui possible? Pin
Atlemann22-Aug-06 3:44
Atlemann22-Aug-06 3:44 
AnswerRe: Is OpenSceneGraph as managed c++ in a C# gui possible? Pin
Judah Gabriel Himango22-Aug-06 4:23
sponsorJudah Gabriel Himango22-Aug-06 4:23 
QuestionEditting the range for an excel pivottable Pin
Goalie3522-Aug-06 3:17
Goalie3522-Aug-06 3:17 
QuestionIsNull with C# Pin
M Riaz Bashir22-Aug-06 3:00
M Riaz Bashir22-Aug-06 3:00 
AnswerRe: IsNull with C# Pin
User 665822-Aug-06 3:04
User 665822-Aug-06 3:04 
GeneralRe: IsNull with C# Pin
Ed.Poore22-Aug-06 4:25
Ed.Poore22-Aug-06 4:25 
GeneralRe: IsNull with C# Pin
User 665822-Aug-06 4:47
User 665822-Aug-06 4:47 
GeneralRe: IsNull with C# Pin
Ed.Poore22-Aug-06 6:09
Ed.Poore22-Aug-06 6:09 
AnswerRe: IsNull with C# Pin
Judah Gabriel Himango22-Aug-06 4:25
sponsorJudah Gabriel Himango22-Aug-06 4:25 

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.