Click here to Skip to main content
15,916,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: Text bounds problem Pin
Richard Blythe3-May-08 4:12
Richard Blythe3-May-08 4:12 
GeneralRe: Text bounds problem Pin
Luc Pattyn3-May-08 4:31
sitebuilderLuc Pattyn3-May-08 4:31 
QuestionDynamic file reading Pin
ffowler2-May-08 9:45
ffowler2-May-08 9:45 
AnswerRe: Dynamic file reading Pin
PIEBALDconsult2-May-08 10:50
mvePIEBALDconsult2-May-08 10:50 
AnswerRe: Dynamic file reading Pin
Adeel Chaudhry2-May-08 11:13
Adeel Chaudhry2-May-08 11:13 
AnswerRe: Dynamic file reading Pin
Charith Jayasundara3-May-08 6:48
Charith Jayasundara3-May-08 6:48 
QuestionHelp with reading text files Pin
False Chicken2-May-08 9:38
False Chicken2-May-08 9:38 
AnswerRe: Help with reading text files Pin
Gareth H2-May-08 10:50
Gareth H2-May-08 10:50 
AnswerRe: Help with reading text files Pin
PIEBALDconsult2-May-08 10:52
mvePIEBALDconsult2-May-08 10:52 
AnswerRe: Help with reading text files Pin
Adeel Chaudhry2-May-08 11:08
Adeel Chaudhry2-May-08 11:08 
AnswerRe: Help with reading text files Pin
Christian Graus2-May-08 12:52
protectorChristian Graus2-May-08 12:52 
Question.Net COM interop challenge Pin
Jason McBurney2-May-08 8:48
Jason McBurney2-May-08 8:48 
AnswerRe: .Net COM interop challenge Pin
PIEBALDconsult2-May-08 10:53
mvePIEBALDconsult2-May-08 10:53 
AnswerRe: .Net COM interop challenge Pin
Adeel Chaudhry2-May-08 11:11
Adeel Chaudhry2-May-08 11:11 
GeneralRe: .Net COM interop challenge Pin
Jason McBurney2-May-08 11:35
Jason McBurney2-May-08 11:35 
GeneralRe: .Net COM interop challenge Pin
Adeel Chaudhry3-May-08 0:22
Adeel Chaudhry3-May-08 0:22 
AnswerRe: .Net COM interop challenge Pin
Jason McBurney5-May-08 8:57
Jason McBurney5-May-08 8:57 
Questionpinvoke to send text in a console app Pin
jpeternel2-May-08 7:30
jpeternel2-May-08 7:30 
AnswerRe: pinvoke to send text in a console app Pin
jpeternel2-May-08 7:30
jpeternel2-May-08 7:30 
AnswerRe: pinvoke to send text in a console app Pin
jpeternel2-May-08 7:47
jpeternel2-May-08 7:47 
AnswerRe: pinvoke to send text in a console app Pin
Adeel Chaudhry2-May-08 11:16
Adeel Chaudhry2-May-08 11:16 
AnswerRe: pinvoke to send text in a console app Pin
Christian Graus2-May-08 12:54
protectorChristian Graus2-May-08 12:54 
GeneralRe: pinvoke to send text in a console app Pin
jpeternel16-May-08 11:54
jpeternel16-May-08 11:54 
QuestionPassing struct data from 1 form to another form Pin
Jerry Graham2-May-08 6:45
Jerry Graham2-May-08 6:45 
AnswerRe: Passing struct data from 1 form to another form Pin
Colin Angus Mackay2-May-08 7:07
Colin Angus Mackay2-May-08 7:07 
You have two different client types in different scopes. The two types are:
Object.Form1.client
Object.Form2.client

Basically, you have nested the definition of the struct inside the form class. The client struct definition should be placed outside the class.

Extract one client struct out from the form class and delete the other client struct definition.

Upcoming FREE developer events:
* Developer Day Scotland

Recent blog posts:
* Introduction to LINQ to XML (Part 1) - (Part 2)

My website | Blog

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.