Click here to Skip to main content
15,881,812 members
Home / Discussions / C#
   

C#

 
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 
Questionprocess problem Pin
E_Gold10-Nov-09 8:39
E_Gold10-Nov-09 8:39 
AnswerRe: process problem Pin
Luc Pattyn10-Nov-09 13:22
sitebuilderLuc Pattyn10-Nov-09 13:22 
QuestionOutlook 2007 Addin install problem.. Pin
Jacob Dixon10-Nov-09 8:20
Jacob Dixon10-Nov-09 8:20 
AnswerRe: Outlook 2007 Addin install problem.. Pin
Jacob Dixon10-Nov-09 13:29
Jacob Dixon10-Nov-09 13:29 
QuestionTFTP application in C# Pin
KSR2410-Nov-09 8:10
KSR2410-Nov-09 8:10 
JokeRe: TFTP application in C# Pin
Not Active10-Nov-09 9:06
mentorNot Active10-Nov-09 9:06 
GeneralRe: TFTP application in C# Pin
EliottA10-Nov-09 9:33
EliottA10-Nov-09 9:33 
GeneralRe: TFTP application in C# Pin
Luc Pattyn10-Nov-09 13:25
sitebuilderLuc Pattyn10-Nov-09 13:25 
QuestionSend Keys from keyboard Pin
shaina223110-Nov-09 6:50
shaina223110-Nov-09 6:50 
AnswerRe: Send Keys from keyboard Pin
dan!sh 10-Nov-09 6:54
professional dan!sh 10-Nov-09 6:54 
AnswerRe: Send Keys from keyboard Pin
The Man from U.N.C.L.E.10-Nov-09 7:04
The Man from U.N.C.L.E.10-Nov-09 7:04 
AnswerRe: Send Keys from keyboard Pin
Xelalem11-Nov-09 8:27
Xelalem11-Nov-09 8:27 

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.