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

C#

 
AnswerRe: service applications Pin
Simon P Stevens8-May-09 4:47
Simon P Stevens8-May-09 4:47 
GeneralRe: service applications Pin
saeidfarahi8-May-09 21:34
saeidfarahi8-May-09 21:34 
GeneralRe: service applications Pin
PIEBALDconsult9-May-09 4:30
mvePIEBALDconsult9-May-09 4:30 
Questionon-top application Pin
saeidfarahi8-May-09 4:13
saeidfarahi8-May-09 4:13 
AnswerRe: on-top application Pin
EliottA8-May-09 5:39
EliottA8-May-09 5:39 
GeneralRe: on-top application Pin
saeidfarahi8-May-09 21:32
saeidfarahi8-May-09 21:32 
AnswerRe: on-top application Pin
PIEBALDconsult9-May-09 4:32
mvePIEBALDconsult9-May-09 4:32 
Questionchanging data of a datasel Pin
saeidfarahi8-May-09 4:11
saeidfarahi8-May-09 4:11 
There's a segment of code in c# to change the magnitude of first columns of rows of a dataset, but it doesn't
work!

for (int i = 0; i < objDataSet.Tables[0].Rows.Count ; i++)
objDataSet.Tables[0].Rows[i].ItemArray[0] = i + 1;

how can I change the magnitude of the data in a dataset or dataview ?
QuestionHow to change the pixel format of any picture Pin
Sonu J8-May-09 3:54
Sonu J8-May-09 3:54 
AnswerRe: How to change the pixel format of any picture Pin
Dave Kreskowiak8-May-09 4:54
mveDave Kreskowiak8-May-09 4:54 
AnswerRe: How to change the pixel format of any picture Pin
Member 10339078-May-09 7:46
Member 10339078-May-09 7:46 
GeneralRe: How to change the pixel format of any picture Pin
Drew Stainton10-May-09 4:26
Drew Stainton10-May-09 4:26 
Questioncheckbox list Pin
sachees1238-May-09 3:52
sachees1238-May-09 3:52 
AnswerRe: checkbox list Pin
Dave Kreskowiak8-May-09 4:54
mveDave Kreskowiak8-May-09 4:54 
QuestionPass Variable between two forms Pin
I Believe In GOD8-May-09 3:39
I Believe In GOD8-May-09 3:39 
AnswerRe: Pass Variable between two forms Pin
Le centriste8-May-09 3:46
Le centriste8-May-09 3:46 
GeneralRe: Pass Variable between two forms Pin
Ian McCaul8-May-09 3:47
Ian McCaul8-May-09 3:47 
GeneralRe: Pass Variable between two forms Pin
Le centriste8-May-09 3:50
Le centriste8-May-09 3:50 
GeneralRe: Pass Variable between two forms Pin
Ian McCaul8-May-09 3:51
Ian McCaul8-May-09 3:51 
AnswerRe: Pass Variable between two forms Pin
Ian McCaul8-May-09 3:47
Ian McCaul8-May-09 3:47 
AnswerRe: Pass Variable between two forms Pin
DaveyM698-May-09 3:53
professionalDaveyM698-May-09 3:53 
AnswerRe: Pass Variable between two forms Pin
I Believe In GOD8-May-09 4:24
I Believe In GOD8-May-09 4:24 
AnswerRe: Pass Variable between two forms Pin
Giorgi Dalakishvili8-May-09 4:28
mentorGiorgi Dalakishvili8-May-09 4:28 
GeneralRe: Pass Variable between two forms Pin
I Believe In GOD8-May-09 5:53
I Believe In GOD8-May-09 5:53 
GeneralRe: Pass Variable between two forms Pin
Giorgi Dalakishvili8-May-09 9:47
mentorGiorgi Dalakishvili8-May-09 9:47 

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.