Click here to Skip to main content
15,919,613 members
Home / Discussions / C#
   

C#

 
AnswerRe: callback c# function from c++ Pin
Luc Pattyn15-Aug-07 3:10
sitebuilderLuc Pattyn15-Aug-07 3:10 
QuestionServer Connection Check Pin
Syed Shahid Hussain14-Aug-07 23:10
Syed Shahid Hussain14-Aug-07 23:10 
AnswerRe: Server Connection Check Pin
Rocky#15-Aug-07 1:47
Rocky#15-Aug-07 1:47 
GeneralRe: Server Connection Check Pin
Syed Shahid Hussain15-Aug-07 18:22
Syed Shahid Hussain15-Aug-07 18:22 
Questionhow to bind a text file to check boxes Pin
Daniel_Logan14-Aug-07 22:51
Daniel_Logan14-Aug-07 22:51 
AnswerRe: how to bind a text file to check boxes Pin
Christian Graus15-Aug-07 0:19
protectorChristian Graus15-Aug-07 0:19 
GeneralRe: how to bind a text file to check boxes Pin
Daniel_Logan15-Aug-07 0:22
Daniel_Logan15-Aug-07 0:22 
GeneralRe: how to bind a text file to check boxes Pin
Christian Graus15-Aug-07 0:53
protectorChristian Graus15-Aug-07 0:53 
The easiest way IMO is to use File.ReadAllLines to get a string array from the file. Then you can just iterate over that, and do whatever you like with it ( for example, setting the text of a control ). If your controls appear in order on your form, you could even iterate over the Controls collection of the form, and increment an index for your lookup string every time you find a check box.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionQustion on NT Service - Logged in user Pin
malharone14-Aug-07 22:19
malharone14-Aug-07 22:19 
Question[Message Deleted] Pin
sw_tech12314-Aug-07 20:21
sw_tech12314-Aug-07 20:21 
AnswerRe: How to give an input to exe file through program? Pin
Malcolm Smart14-Aug-07 21:12
Malcolm Smart14-Aug-07 21:12 
QuestionRemoving items from string Array Pin
meeram39514-Aug-07 20:19
meeram39514-Aug-07 20:19 
AnswerRe: Removing items from string Array Pin
weic_tsubusa14-Aug-07 20:30
weic_tsubusa14-Aug-07 20:30 
QuestionThen skip this file God damn it!! [modified] Pin
Muammar©14-Aug-07 20:12
Muammar©14-Aug-07 20:12 
AnswerRe: Then skip this file God damn it!! Pin
Malcolm Smart14-Aug-07 21:08
Malcolm Smart14-Aug-07 21:08 
GeneralRe: Then skip this file God damn it!! Pin
Muammar©14-Aug-07 21:38
Muammar©14-Aug-07 21:38 
AnswerRe: Then skip this file ! Pin
Luc Pattyn15-Aug-07 3:17
sitebuilderLuc Pattyn15-Aug-07 3:17 
Questionmp3 player with equalizer... [modified] Pin
Life as a Coder14-Aug-07 19:15
Life as a Coder14-Aug-07 19:15 
QuestionOracle/ .NET connection Pin
.NET4Ever14-Aug-07 17:49
.NET4Ever14-Aug-07 17:49 
AnswerRe: Oracle/ .NET connection Pin
Christian Graus14-Aug-07 19:16
protectorChristian Graus14-Aug-07 19:16 
AnswerRe: Oracle/ .NET connection Pin
J4amieC14-Aug-07 22:07
J4amieC14-Aug-07 22:07 
AnswerRe: Oracle/ .NET connection Pin
.NET4Ever15-Aug-07 4:15
.NET4Ever15-Aug-07 4:15 
QuestionHow to create shape file in C# Pin
ssliew14-Aug-07 17:36
ssliew14-Aug-07 17:36 
AnswerRe: How to create shape file in C# Pin
Drew Stainton14-Aug-07 18:01
Drew Stainton14-Aug-07 18:01 
GeneralRe: How to create shape file in C# Pin
ssliew14-Aug-07 18:12
ssliew14-Aug-07 18:12 

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.