Click here to Skip to main content
15,890,185 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem with BCP in C# Pin
Christian Graus10-Nov-09 18:17
protectorChristian Graus10-Nov-09 18:17 
QuestionList element copying problem Pin
Charlesh310-Nov-09 15:35
Charlesh310-Nov-09 15:35 
AnswerRe: List element copying problem Pin
Luc Pattyn10-Nov-09 15:41
sitebuilderLuc Pattyn10-Nov-09 15:41 
AnswerRe: List element copying problem Pin
Gerry Schmitz10-Nov-09 17:32
mveGerry Schmitz10-Nov-09 17:32 
GeneralRe: List element copying problem Pin
Charlesh311-Nov-09 8:09
Charlesh311-Nov-09 8:09 
GeneralRe: List element copying problem [modified] Pin
Gerry Schmitz11-Nov-09 11:38
mveGerry Schmitz11-Nov-09 11:38 
GeneralRe: List element copying problem Pin
Charlesh315-Nov-09 9:17
Charlesh315-Nov-09 9:17 
GeneralRe: List element copying problem Pin
Gerry Schmitz15-Nov-09 12:36
mveGerry Schmitz15-Nov-09 12:36 
QuestionUnable to refresh dataset in (rdlc) report Pin
Crapaw4510-Nov-09 10:07
Crapaw4510-Nov-09 10:07 
AnswerRe: Unable to refresh dataset in (rdlc) report Pin
Abhishek Sur10-Nov-09 11:09
professionalAbhishek Sur10-Nov-09 11:09 
GeneralRe: Unable to refresh dataset in (rdlc) report [solved] Pin
Crapaw4511-Nov-09 4:06
Crapaw4511-Nov-09 4:06 
GeneralRe: Unable to refresh dataset in (rdlc) report [solved] Pin
Abhishek Sur11-Nov-09 21:35
professionalAbhishek Sur11-Nov-09 21:35 
Questionre: deserialisation Pin
jdneul10-Nov-09 10:04
jdneul10-Nov-09 10:04 
AnswerRe: re: deserialisation Pin
Christian Graus10-Nov-09 10:14
protectorChristian Graus10-Nov-09 10:14 
GeneralRe: re: deserialisation Pin
jdneul10-Nov-09 10:26
jdneul10-Nov-09 10:26 
GeneralRe: re: deserialisation Pin
Abhishek Sur10-Nov-09 11:14
professionalAbhishek Sur10-Nov-09 11:14 
QuestionQuick Code Question Pin
DarkKitten10-Nov-09 9:17
DarkKitten10-Nov-09 9:17 
AnswerRe: Quick Code Question Pin
Christian Graus10-Nov-09 10:15
protectorChristian Graus10-Nov-09 10:15 
GeneralRe: Quick Code Question Pin
DarkKitten10-Nov-09 10:21
DarkKitten10-Nov-09 10:21 
GeneralRe: Quick Code Question Pin
EliottA10-Nov-09 10:53
EliottA10-Nov-09 10:53 
DarkKitten wrote:
hehehe, I can usualy write C# code.. I wrote a game emulator with C#..


Then you wouldn't do nextImage = nextImage++;, you would just have nextImage++;

Furthermore, you stated (unless I misunderstood) that the Plugin instance you create each time the method is called contains the count for nextImage.

Fair, but then wouldn't you have
plugin p = new plugin();
p.nextImage++;
this.nextImage = p.nextImage;

Without seeing your code I think there might be some confusion as to variable scope, as well as class / object variable names. All in all this code is very hard to read, and impossible (for me) to figure out what it is you are trying to do.

I'd say go for that book.


GeneralRe: Quick Code Question Pin
Christian Graus10-Nov-09 11:25
protectorChristian Graus10-Nov-09 11:25 
Questioncreate form Pin
farokhian10-Nov-09 9:05
farokhian10-Nov-09 9:05 
AnswerRe: create form Pin
Not Active10-Nov-09 9:14
mentorNot Active10-Nov-09 9:14 
AnswerRe: create form [modified] Pin
EliottA10-Nov-09 9:31
EliottA10-Nov-09 9:31 
AnswerRe: create form Pin
Christian Graus10-Nov-09 10:17
protectorChristian Graus10-Nov-09 10:17 

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.