Click here to Skip to main content
15,921,884 members
Home / Discussions / C#
   

C#

 
AnswerRe: Doubt in ListView Control Pin
sreejith ss nair24-Nov-05 5:02
sreejith ss nair24-Nov-05 5:02 
QuestionRegarding ComboBox Pin
A.Grover23-Nov-05 21:46
A.Grover23-Nov-05 21:46 
QuestionC# +xml+excel Pin
papa198023-Nov-05 20:49
papa198023-Nov-05 20:49 
AnswerRe: C# +xml+excel Pin
Usman Qadri23-Nov-05 20:57
Usman Qadri23-Nov-05 20:57 
GeneralRe: C# +xml+excel Pin
papa198023-Nov-05 21:24
papa198023-Nov-05 21:24 
QuestionDatagrid Pin
abalfazl23-Nov-05 20:34
abalfazl23-Nov-05 20:34 
AnswerRe: Datagrid Pin
krario23-Nov-05 22:09
krario23-Nov-05 22:09 
GeneralRe: Datagrid Pin
abalfazl25-Nov-05 4:19
abalfazl25-Nov-05 4:19 
Hello

int colNum; int rowNum; colNum = dataGrid1.CurrentCell.ColumnNumber; rowNum = dataGrid1.CurrentCell.RowNumber; //fill 2 columns of dataset int cod1,cod2; cod1=Int32 .Parse (textBox2.Text ); dataSet31 .factor .NewRow (); * dataSet31 .factor [rowNum ].proje_code=cod1; cod2=Int32 .Parse (textBox1.Text ); dataSet31 .factor [rowNum ].hazineh_code=cod2; }
QuestionDeleting from config file. Pin
SheenSylesh23-Nov-05 18:17
SheenSylesh23-Nov-05 18:17 
QuestionHow to call Orcale FORM (fmx.exe) file from C# Pin
shafqaat23-Nov-05 17:58
shafqaat23-Nov-05 17:58 
QuestionDirectory Rename Pin
rakesh_nits23-Nov-05 17:54
rakesh_nits23-Nov-05 17:54 
AnswerRe: Directory Rename Pin
shafqaat23-Nov-05 18:00
shafqaat23-Nov-05 18:00 
GeneralRe: Directory Rename Pin
rakesh_nits23-Nov-05 19:09
rakesh_nits23-Nov-05 19:09 
GeneralRe: Directory Rename Pin
Curtis Schlak.23-Nov-05 19:26
Curtis Schlak.23-Nov-05 19:26 
GeneralRe: Directory Rename Pin
rakesh_nits23-Nov-05 21:05
rakesh_nits23-Nov-05 21:05 
GeneralRe: Directory Rename Pin
shafqaat23-Nov-05 19:46
shafqaat23-Nov-05 19:46 
QuestionTimer Bug!!! :mad: Full code included run it and see. Plz comment why this could be hapening. Pin
serguey_haftrige23-Nov-05 17:16
serguey_haftrige23-Nov-05 17:16 
AnswerRe: Timer Bug!!! :mad: Full code included run it and see. Plz comment why this could be hapening. Pin
J4amieC23-Nov-05 22:10
J4amieC23-Nov-05 22:10 
QuestionRetrieving real-time info from bank website Pin
neax23-Nov-05 16:04
neax23-Nov-05 16:04 
AnswerRe: Retrieving real-time info from bank website Pin
Mark DeVol29-Nov-05 12:15
Mark DeVol29-Nov-05 12:15 
QuestionRe: Retrieving real-time info from bank website Pin
neax29-Nov-05 12:19
neax29-Nov-05 12:19 
AnswerRe: Retrieving real-time info from bank website Pin
Mark DeVol29-Nov-05 12:33
Mark DeVol29-Nov-05 12:33 
QuestionIEnumerable and IEnumerator Pin
Alex Cutovoi23-Nov-05 15:32
Alex Cutovoi23-Nov-05 15:32 
QuestionIEnumerable and IEnumerator Pin
Alex Cutovoi23-Nov-05 15:31
Alex Cutovoi23-Nov-05 15:31 
Questionselect date into the textbox Pin
momoo23-Nov-05 13:53
momoo23-Nov-05 13:53 

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.