Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionHow to make Multilingual TextBox in C#.NET Pin
D i x y5-Dec-07 23:54
D i x y5-Dec-07 23:54 
AnswerRe: How to make Multilingual TextBox in C#.NET Pin
Skippums6-Dec-07 10:20
Skippums6-Dec-07 10:20 
QuestionShow a PDF file in a MDI application of C# Pin
BinName5-Dec-07 22:58
BinName5-Dec-07 22:58 
GeneralRe: Show a PDF file in a MDI application of C# Pin
CKnig5-Dec-07 23:22
CKnig5-Dec-07 23:22 
GeneralDataGridview help Pin
sindhutiwari5-Dec-07 22:56
sindhutiwari5-Dec-07 22:56 
GeneralRe: DataGridview help Pin
dan!sh 5-Dec-07 22:59
professional dan!sh 5-Dec-07 22:59 
GeneralRe: DataGridview help Pin
suyuan19845-Dec-07 23:07
suyuan19845-Dec-07 23:07 
GeneralRe: DataGridview help Pin
Gopal.S5-Dec-07 23:31
Gopal.S5-Dec-07 23:31 
Here is the code snippet:


private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)
{
textBox1.Text = dataGridView1.Rows[e.RowIndex].Cells[e.ColumnIndex].Value.ToString();
}

Gopal.S

QuestionHow to change the initial value of DataSet.CaseSensitive (in .NET 2.0, it is false by default) Pin
shintaerp5-Dec-07 22:12
shintaerp5-Dec-07 22:12 
QuestionC# and microthreads - more info wanted Pin
Geert Masureel5-Dec-07 22:10
Geert Masureel5-Dec-07 22:10 
QuestionTCP Class - Send Function Pin
Programm3r5-Dec-07 21:25
Programm3r5-Dec-07 21:25 
GeneralRe: TCP Class - Send Function Pin
CKnig5-Dec-07 23:27
CKnig5-Dec-07 23:27 
GeneralRe: TCP Class - Send Function Pin
Programm3r6-Dec-07 0:32
Programm3r6-Dec-07 0:32 
QuestionRegarding parameterizedthreadstart??? Pin
Ron.S5-Dec-07 21:24
Ron.S5-Dec-07 21:24 
AnswerRe: Regarding parameterizedthreadstart??? Pin
CKnig5-Dec-07 23:26
CKnig5-Dec-07 23:26 
QuestionAbout Combobox's ValueMember and DisplayMember Pin
Zerox MXI5-Dec-07 20:07
Zerox MXI5-Dec-07 20:07 
GeneralRe: About Combobox's ValueMember and DisplayMember Pin
CKnig5-Dec-07 20:13
CKnig5-Dec-07 20:13 
GeneralRe: About Combobox's ValueMember and DisplayMember Pin
Zerox MXI5-Dec-07 20:23
Zerox MXI5-Dec-07 20:23 
GeneralRe: About Combobox's ValueMember and DisplayMember Pin
CKnig5-Dec-07 23:30
CKnig5-Dec-07 23:30 
GeneralRe: About Combobox's ValueMember and DisplayMember Pin
Zerox MXI6-Dec-07 3:10
Zerox MXI6-Dec-07 3:10 
Questionhow to export datagridview contents to excel Pin
Nitin Raj5-Dec-07 19:56
Nitin Raj5-Dec-07 19:56 
GeneralRe: how to export datagridview contents to excel Pin
DKalepu5-Dec-07 22:49
DKalepu5-Dec-07 22:49 
QuestionHow To : coerce a ref to an enum into a ref to an int. Pin
urbane.tiger5-Dec-07 18:59
urbane.tiger5-Dec-07 18:59 
AnswerRe: How To : coerce a ref to an enum into a ref to an int. Pin
Skippums6-Dec-07 10:39
Skippums6-Dec-07 10:39 
Question[Message Deleted] Pin
rockz...5-Dec-07 18:52
rockz...5-Dec-07 18:52 

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.