Click here to Skip to main content
15,897,334 members
Home / Discussions / C#
   

C#

 
Generalerror:syntax error near where clause Pin
myinstincts23-Aug-09 20:53
myinstincts23-Aug-09 20:53 
GeneralRe: error:syntax error near where clause Pin
Blue_Boy23-Aug-09 21:08
Blue_Boy23-Aug-09 21:08 
Questionmultiple selected listbox items Pin
swtlibra23-Aug-09 20:52
swtlibra23-Aug-09 20:52 
AnswerRe: multiple selected listbox items Pin
Blue_Boy23-Aug-09 21:05
Blue_Boy23-Aug-09 21:05 
GeneralRe: multiple selected listbox items Pin
swtlibra23-Aug-09 23:03
swtlibra23-Aug-09 23:03 
GeneralRe: multiple selected listbox items Pin
Blue_Boy23-Aug-09 23:17
Blue_Boy23-Aug-09 23:17 
Questionoffset in array Pin
Ronenb23-Aug-09 20:49
Ronenb23-Aug-09 20:49 
AnswerRe: offset in array Pin
Christian Graus23-Aug-09 21:29
protectorChristian Graus23-Aug-09 21:29 
You can't. C# doesn't support that sort of pointer arithmetic. You'd have to pass in the starting index instead. The good news is, the array knows it's length, in C++ you'd still have to pass in a length so you knew how far you could go in it

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: offset in array Pin
Ronenb23-Aug-09 21:42
Ronenb23-Aug-09 21:42 
QuestionConsuming java written webservices without adding reference in c# Pin
k23-Aug-09 20:19
k23-Aug-09 20:19 
AnswerRe: Consuming java written webservices without adding reference in c# Pin
Christian Graus23-Aug-09 21:29
protectorChristian Graus23-Aug-09 21:29 
QuestionFax Protocol , how to test Pin
ran923-Aug-09 20:11
ran923-Aug-09 20:11 
Questionretrieving values from datareader Pin
myinstincts23-Aug-09 19:48
myinstincts23-Aug-09 19:48 
AnswerRe: retrieving values from datareader Pin
N a v a n e e t h23-Aug-09 20:03
N a v a n e e t h23-Aug-09 20:03 
QuestionHow to make a button circular in shape? Pin
CoderForEver23-Aug-09 19:47
CoderForEver23-Aug-09 19:47 
AnswerRe: How to make a button circular in shape? Pin
stancrm23-Aug-09 20:49
stancrm23-Aug-09 20:49 
Questionc# excel date issue Pin
Suunil23-Aug-09 19:32
Suunil23-Aug-09 19:32 
AnswerRe: c# excel date issue Pin
Mycroft Holmes23-Aug-09 19:38
professionalMycroft Holmes23-Aug-09 19:38 
GeneralRe: c# excel date issue Pin
Suunil23-Aug-09 19:41
Suunil23-Aug-09 19:41 
GeneralRe: c# excel date issue Pin
Mycroft Holmes23-Aug-09 21:21
professionalMycroft Holmes23-Aug-09 21:21 
QuestionRight to Left Comments Pin
cppwxwidgetsss23-Aug-09 19:10
cppwxwidgetsss23-Aug-09 19:10 
Questionapp.config Pin
Member 432709623-Aug-09 18:15
Member 432709623-Aug-09 18:15 
QuestionBindingList<t> - FindCore - What am I doing wrong?</t> Pin
Gilliann23-Aug-09 15:59
Gilliann23-Aug-09 15:59 
AnswerRe: BindingList - FindCore - What am I doing wrong? Pin
dan!sh 23-Aug-09 18:50
professional dan!sh 23-Aug-09 18:50 
GeneralRe: BindingList - FindCore - What am I doing wrong? Pin
Gilliann24-Aug-09 2:40
Gilliann24-Aug-09 2:40 

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.