Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: query for temporary table Pin
Christian Graus25-Feb-08 23:12
protectorChristian Graus25-Feb-08 23:12 
AnswerRe: query for temporary table Pin
Xmen Real 25-Feb-08 22:06
professional Xmen Real 25-Feb-08 22:06 
GeneralCopy to ClipBoard Pin
D i x y25-Feb-08 21:11
D i x y25-Feb-08 21:11 
GeneralRe: Copy to ClipBoard Pin
Xmen Real 25-Feb-08 21:18
professional Xmen Real 25-Feb-08 21:18 
GeneralRe: Copy to ClipBoard Pin
D i x y25-Feb-08 21:21
D i x y25-Feb-08 21:21 
GeneralRe: Copy to ClipBoard Pin
Christian Graus25-Feb-08 21:32
protectorChristian Graus25-Feb-08 21:32 
GeneralControl Combobox on datagrid Pin
dungbt25-Feb-08 20:40
dungbt25-Feb-08 20:40 
GeneralRe: Control Combobox on datagrid [modified] Pin
Xmen Real 25-Feb-08 20:49
professional Xmen Real 25-Feb-08 20:49 
use CellEndEdit or CellValueChanged event, and increase the column index
private void dataGridView1_CellEndEdit(object sender, DataGridViewCellEventArgs e)
        {
            int Cindex = e.ColumnIndex + 1;
            dataGridView1[Cindex, e.RowIndex].Selected = true;
        }


hope this will help

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87??6?N8?BcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i?TV.C\y<p?jxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

modified on Tuesday, February 26, 2008 3:16 AM

GeneralRe: Control Combobox on datagrid Pin
dungbt25-Feb-08 21:17
dungbt25-Feb-08 21:17 
GeneralRe: Control Combobox on datagrid Pin
Xmen Real 25-Feb-08 21:50
professional Xmen Real 25-Feb-08 21:50 
GeneralRe: Control Combobox on datagrid Pin
dungbt25-Feb-08 22:43
dungbt25-Feb-08 22:43 
GeneralRe: Control Combobox on datagrid Pin
Xmen Real 25-Feb-08 22:56
professional Xmen Real 25-Feb-08 22:56 
GeneralRe: Control Combobox on datagrid Pin
dungbt26-Feb-08 19:31
dungbt26-Feb-08 19:31 
GeneralRe: Control Combobox on datagrid Pin
Xmen Real 26-Feb-08 21:27
professional Xmen Real 26-Feb-08 21:27 
GeneralRe: Control Combobox on datagrid Pin
dungbt26-Feb-08 21:34
dungbt26-Feb-08 21:34 
GeneralRe: Control Combobox on datagrid Pin
Xmen Real 26-Feb-08 21:38
professional Xmen Real 26-Feb-08 21:38 
QuestionWhat installer-maker is good? Pin
Winkles25-Feb-08 19:49
Winkles25-Feb-08 19:49 
AnswerRe: What installer-maker is good? Pin
Christian Graus25-Feb-08 20:57
protectorChristian Graus25-Feb-08 20:57 
QuestionHow to add comments in Config file? Pin
Cptkli25-Feb-08 19:26
Cptkli25-Feb-08 19:26 
AnswerRe: How to add comments in Config file? Pin
Dave Kreskowiak26-Feb-08 2:55
mveDave Kreskowiak26-Feb-08 2:55 
GeneralCreating folders after installation Pin
Prabhat00325-Feb-08 18:32
Prabhat00325-Feb-08 18:32 
GeneralRe: Creating folders after installation Pin
N a v a n e e t h25-Feb-08 18:40
N a v a n e e t h25-Feb-08 18:40 
GeneralRe: Creating folders after installation Pin
Vikram A Punathambekar25-Feb-08 19:05
Vikram A Punathambekar25-Feb-08 19:05 
GeneralRe: Creating folders after installation Pin
Prabhat00325-Feb-08 19:23
Prabhat00325-Feb-08 19:23 
Questionhow to create new folder in runtime using .net with c# Pin
razanabanu25-Feb-08 18:22
razanabanu25-Feb-08 18:22 

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.