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

C#

 
GeneralRe: Change the EditedFormattedValue of a cell in a DataGridView Pin
RobScripta4-Aug-09 0:45
professionalRobScripta4-Aug-09 0:45 
GeneralRe: Change the EditedFormattedValue of a cell in a DataGridView Pin
Hristo-Bojilov4-Aug-09 0:57
Hristo-Bojilov4-Aug-09 0:57 
GeneralRe: Change the EditedFormattedValue of a cell in a DataGridView Pin
RobScripta4-Aug-09 1:01
professionalRobScripta4-Aug-09 1:01 
GeneralRe: Change the EditedFormattedValue of a cell in a DataGridView Pin
Hristo-Bojilov4-Aug-09 1:35
Hristo-Bojilov4-Aug-09 1:35 
GeneralRe: Change the EditedFormattedValue of a cell in a DataGridView Pin
RobScripta4-Aug-09 2:28
professionalRobScripta4-Aug-09 2:28 
AnswerRe: Change the EditedFormattedValue of a cell in a DataGridView Pin
RobScripta4-Aug-09 0:51
professionalRobScripta4-Aug-09 0:51 
QuestionHow to compare the text in two files using c#? Pin
svt gdwl3-Aug-09 23:46
svt gdwl3-Aug-09 23:46 
AnswerRe: How to compare the text in two files using c#? Pin
stancrm4-Aug-09 0:01
stancrm4-Aug-09 0:01 
string[] file1 = File.ReadAllLines("file1.txt");
string[] file2 = File.ReadAllLines("file2.txt");

then use "for" to go through the array and compare it.
AnswerRe: How to compare the text in two files using c#? Pin
vinodkrebc4-Aug-09 2:25
vinodkrebc4-Aug-09 2:25 
QuestionClass/Control Document File Viewer Pin
egpuyos3-Aug-09 23:44
egpuyos3-Aug-09 23:44 
AnswerRe: Class/Control Document File Viewer Pin
dan!sh 4-Aug-09 1:12
professional dan!sh 4-Aug-09 1:12 
GeneralRe: Class/Control Document File Viewer Pin
egpuyos4-Aug-09 2:34
egpuyos4-Aug-09 2:34 
GeneralRe: Class/Control Document File Viewer Pin
dan!sh 4-Aug-09 5:34
professional dan!sh 4-Aug-09 5:34 
GeneralRe: Class/Control Document File Viewer Pin
egpuyos4-Aug-09 15:06
egpuyos4-Aug-09 15:06 
Questionconvert video to flash format Pin
RajaAhmed3-Aug-09 23:24
RajaAhmed3-Aug-09 23:24 
AnswerRe: convert video to flash format Pin
stancrm3-Aug-09 23:38
stancrm3-Aug-09 23:38 
GeneralRe: convert video to flash format Pin
RajaAhmed4-Aug-09 0:01
RajaAhmed4-Aug-09 0:01 
GeneralRe: convert video to flash format Pin
stancrm4-Aug-09 0:04
stancrm4-Aug-09 0:04 
GeneralRe: convert video to flash format Pin
RajaAhmed4-Aug-09 0:06
RajaAhmed4-Aug-09 0:06 
GeneralRe: convert video to flash format Pin
stancrm4-Aug-09 0:10
stancrm4-Aug-09 0:10 
AnswerRe: convert video to flash format Pin
dasli4-Aug-09 23:57
dasli4-Aug-09 23:57 
QuestionGame development Pin
jdneul3-Aug-09 23:12
jdneul3-Aug-09 23:12 
AnswerRe: Game development Pin
Pete O'Hanlon4-Aug-09 0:29
mvePete O'Hanlon4-Aug-09 0:29 
GeneralRe: Game development Pin
Adam R Harris4-Aug-09 7:22
Adam R Harris4-Aug-09 7:22 
QuestionEvent Handiling Pin
Isaac Gordon3-Aug-09 20:28
Isaac Gordon3-Aug-09 20:28 

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.