Click here to Skip to main content
15,886,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: activex component can't create object on a small exe coded on vb dot net Pin
alonchap9-Jun-09 20:32
alonchap9-Jun-09 20:32 
GeneralRe: activex component can't create object on a small exe coded on vb dot net Pin
Christian Graus9-Jun-09 20:37
protectorChristian Graus9-Jun-09 20:37 
GeneralRe: activex component can't create object on a small exe coded on vb dot net Pin
alonchap9-Jun-09 21:37
alonchap9-Jun-09 21:37 
GeneralRe: activex component can't create object on a small exe coded on vb dot net Pin
saanj9-Jun-09 20:01
saanj9-Jun-09 20:01 
Questionpass in parameter from c# Pin
Abdul Rahman Hamidy9-Jun-09 18:36
Abdul Rahman Hamidy9-Jun-09 18:36 
AnswerRe: pass in parameter from c# Pin
Christian Graus9-Jun-09 19:10
protectorChristian Graus9-Jun-09 19:10 
GeneralRe: pass in parameter from c# Pin
Abdul Rahman Hamidy9-Jun-09 19:23
Abdul Rahman Hamidy9-Jun-09 19:23 
GeneralRe: pass in parameter from c# Pin
Christian Graus9-Jun-09 19:24
protectorChristian Graus9-Jun-09 19:24 
The error seems obvious to me. Passing in your parameter means you specify the whole lot in one set of quotes, when you need to place quotes inside the string. So the value you pass in, needs to have those single quotes around each value, as in
Abdul Rahman Hamidy wrote:
'28-2801','28-2802'


and not

Abdul Rahman Hamidy wrote:
'28-2801,28-2802'


Christian Graus

Driven to the arms of OSX by Vista.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

GeneralRe: pass in parameter from c# Pin
Abdul Rahman Hamidy9-Jun-09 19:44
Abdul Rahman Hamidy9-Jun-09 19:44 
GeneralRe: pass in parameter from c# Pin
Christian Graus9-Jun-09 20:39
protectorChristian Graus9-Jun-09 20:39 
AnswerRe: pass in parameter from c# Pin
saurabh sahay11-Jun-09 5:37
saurabh sahay11-Jun-09 5:37 
Questionproblem with datatable.importrow Pin
prasadbuddhika9-Jun-09 17:58
prasadbuddhika9-Jun-09 17:58 
AnswerRe: problem with datatable.importrow Pin
prasadbuddhika9-Jun-09 18:07
prasadbuddhika9-Jun-09 18:07 
AnswerRe: problem with datatable.importrow Pin
saurabh sahay11-Jun-09 5:42
saurabh sahay11-Jun-09 5:42 
QuestionWebCamLib Problem Pin
S K Y9-Jun-09 16:55
S K Y9-Jun-09 16:55 
AnswerRe: WebCamLib Problem Pin
Christian Graus9-Jun-09 17:07
protectorChristian Graus9-Jun-09 17:07 
GeneralRe: WebCamLib Problem Pin
S K Y9-Jun-09 19:26
S K Y9-Jun-09 19:26 
QuestionRe: WebCamLib Problem Pin
S K Y9-Jun-09 20:30
S K Y9-Jun-09 20:30 
AnswerRe: WebCamLib Problem Pin
saurabh sahay11-Jun-09 5:47
saurabh sahay11-Jun-09 5:47 
QuestionHow to create the winform with code not by the guide (project-->add-->windows Form) at desgin-time in c#? Pin
mctramp1689-Jun-09 15:39
mctramp1689-Jun-09 15:39 
AnswerRe: How to create the winform with code not by the guide (project-->add-->windows Form) at desgin-time in c#? Pin
Christian Graus9-Jun-09 15:45
protectorChristian Graus9-Jun-09 15:45 
GeneralRe: How to create the winform with code not by the guide (project-->add-->windows Form) at desgin-time in c#? Pin
mctramp1689-Jun-09 16:32
mctramp1689-Jun-09 16:32 
GeneralRe: How to create the winform with code not by the guide (project-->add-->windows Form) at desgin-time in c#? Pin
Christian Graus9-Jun-09 17:09
protectorChristian Graus9-Jun-09 17:09 
QuestionHow to cast to a type stored in a field Pin
redivider9-Jun-09 12:20
redivider9-Jun-09 12:20 
AnswerRe: How to cast to a type stored in a field Pin
Christian Graus9-Jun-09 12:40
protectorChristian Graus9-Jun-09 12: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.