Click here to Skip to main content
15,889,691 members
Home / Discussions / C#
   

C#

 
AnswerRe: datagride Pin
rah_sin2-Aug-06 1:07
professionalrah_sin2-Aug-06 1:07 
QuestionExcel connection Pin
Mohammed Elkholy2-Aug-06 0:39
Mohammed Elkholy2-Aug-06 0:39 
AnswerRe: Excel connection Pin
albCode2-Aug-06 0:43
albCode2-Aug-06 0:43 
QuestionHow to read and write .xls file Pin
chandra9997772-Aug-06 0:32
chandra9997772-Aug-06 0:32 
AnswerRe: How to read and write .xls file Pin
stancrm2-Aug-06 0:38
stancrm2-Aug-06 0:38 
QuestionCheck one item in CheckedListbox Pin
psamy2-Aug-06 0:11
psamy2-Aug-06 0:11 
AnswerRe: Check one item in CheckedListbox Pin
stancrm2-Aug-06 0:36
stancrm2-Aug-06 0:36 
GeneralRe: Check one item in CheckedListbox Pin
psamy2-Aug-06 2:08
psamy2-Aug-06 2:08 
i found the solution ,

CheckedIndex is previously selected item index.

private void chkProperties_ItemCheck(object sender, ItemCheckEventArgs e)
{
chkProperties.ItemCheck-=new ItemCheckEventHandler(chkProperties_ItemCheck);
chkProperties.SetItemChecked(CheckedIndex,false);
chkProperties.ItemCheck+=new ItemCheckEventHandler(chkProperties_ItemCheck);
CheckedIndex=e.Index;
}
Questionftp server fre space question Pin
puiutzz1-Aug-06 22:42
puiutzz1-Aug-06 22:42 
AnswerRe: ftp server fre space question Pin
yueue2-Aug-06 4:53
yueue2-Aug-06 4:53 
Questionloading bitmap file Pin
diddy341-Aug-06 22:28
diddy341-Aug-06 22:28 
AnswerRe: loading bitmap file Pin
Ingo2-Aug-06 1:42
Ingo2-Aug-06 1:42 
QuestionMapping data Pin
abnorm1-Aug-06 22:27
abnorm1-Aug-06 22:27 
QuestionUsercontrol - Respond to parent controls events? Pin
Ian Roberts1-Aug-06 22:21
Ian Roberts1-Aug-06 22:21 
AnswerRe: Usercontrol - Respond to parent controls events? Pin
S. Senthil Kumar2-Aug-06 3:37
S. Senthil Kumar2-Aug-06 3:37 
QuestionWinform Control Event Handling Pin
adityap1-Aug-06 21:22
adityap1-Aug-06 21:22 
Questiondifferent font in each row of listbox Pin
nauty1-Aug-06 21:18
nauty1-Aug-06 21:18 
AnswerRe: different font in each row of listbox Pin
albCode1-Aug-06 21:23
albCode1-Aug-06 21:23 
AnswerRe: different font in each row of listbox Pin
yueue2-Aug-06 4:56
yueue2-Aug-06 4:56 
QuestionError Rolling Back Setup (Installer Class) Pin
abhinish1-Aug-06 20:34
abhinish1-Aug-06 20:34 
QuestionCluster Management APIs Pin
NewDev4241-Aug-06 20:25
NewDev4241-Aug-06 20:25 
QuestionAnimated gif in DataGridView Pin
e_LA1-Aug-06 20:05
e_LA1-Aug-06 20:05 
QuestionTroubles Debugging In .NET 2.0.50727 Pin
white.thief1-Aug-06 19:11
white.thief1-Aug-06 19:11 
AnswerRe: Troubles Debugging In .NET 2.0.50727 Pin
leppie1-Aug-06 20:48
leppie1-Aug-06 20:48 
GeneralRe: Troubles Debugging In .NET 2.0.50727 Pin
white.thief2-Aug-06 5:09
white.thief2-Aug-06 5:09 

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.