Click here to Skip to main content
15,879,535 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Data Flow between a web server and a computer Pin
Tarik Guney23-Jul-07 22:39
Tarik Guney23-Jul-07 22:39 
QuestionDisplaying a Form in a specific monitor Pin
Leslie Sanford23-Jul-07 10:21
Leslie Sanford23-Jul-07 10:21 
AnswerRe: Displaying a Form in a specific monitor Pin
Luc Pattyn23-Jul-07 11:18
sitebuilderLuc Pattyn23-Jul-07 11:18 
GeneralRe: Displaying a Form in a specific monitor Pin
Leslie Sanford23-Jul-07 12:56
Leslie Sanford23-Jul-07 12:56 
GeneralRe: Displaying a Form in a specific monitor Pin
Luc Pattyn23-Jul-07 13:28
sitebuilderLuc Pattyn23-Jul-07 13:28 
GeneralRe: Displaying a Form in a specific monitor Pin
Leslie Sanford25-Jul-07 17:28
Leslie Sanford25-Jul-07 17:28 
GeneralRe: Displaying a Form in a specific monitor Pin
Paul Conrad25-Jul-07 17:49
professionalPaul Conrad25-Jul-07 17:49 
QuestionC# Winforms DataGridView control in User Control Pin
ADSolArch22-Jul-07 23:08
ADSolArch22-Jul-07 23:08 
Hi,

I am using datagridview control on my usercontrol. And I want to set datagridview control's row as deselected using

DataGridView1SelectedRows[0].Selected = false;

I have a function call bind grid which returns dataset and in usercontrol;s load event I bind it with datagridview. and next line is

DataGridView1SelectedRows[0].Selected = false;

but at this point runtime gives me an error like below...

first error message is " Index was out of range. Must be non-negative and less than the size of the collection."


Actual Error message is "this code has called into another method, when that function is finished, this is the next statement to be executed"

if anybody has any idea then please let me know...

Thanks Code project...

It People..

QuestionGet window handle from mouse, outside form Pin
Genbox22-Jul-07 4:10
Genbox22-Jul-07 4:10 
QuestionAdding a row with combobox control to a datagrid / datagridview Pin
atulagarwal5620-Jul-07 0:01
atulagarwal5620-Jul-07 0:01 
QuestionGrid Box Control With Check Box Where is it? Pin
ozzyrocsdbn18-Jul-07 3:15
ozzyrocsdbn18-Jul-07 3:15 
AnswerRe: Grid Box Control With Check Box Where is it? Pin
Naji El Kotob18-Jul-07 23:31
Naji El Kotob18-Jul-07 23:31 
QuestionDataGrid Pin
Taras61117-Jul-07 10:23
Taras61117-Jul-07 10:23 
Questioninstallshield Pin
ellllllllie17-Jul-07 1:51
ellllllllie17-Jul-07 1:51 
AnswerRe: installshield Pin
ekynox17-Jul-07 20:02
ekynox17-Jul-07 20:02 
QuestionShortcut Keys to Toolbar Pin
Arunacss17-Jul-07 0:25
Arunacss17-Jul-07 0:25 
AnswerRe: Shortcut Keys to Toolbar Pin
Luc Pattyn18-Jul-07 8:03
sitebuilderLuc Pattyn18-Jul-07 8:03 
QuestionMerging DirectX Pin
Rakesh.Barabari16-Jul-07 20:39
Rakesh.Barabari16-Jul-07 20:39 
QuestionThe Basics - How do I create Arrays? Pin
Digital_Scapegoat16-Jul-07 16:55
Digital_Scapegoat16-Jul-07 16:55 
AnswerRe: The Basics - How do I create Arrays? Pin
Dave Kreskowiak16-Jul-07 17:03
mveDave Kreskowiak16-Jul-07 17:03 
AnswerRe: The Basics - How do I create Arrays? Pin
Brady Kelly17-Jul-07 2:36
Brady Kelly17-Jul-07 2:36 
JokeRe: The Basics - How do I create Arrays? Pin
WillemM18-Jul-07 7:38
WillemM18-Jul-07 7:38 
GeneralRe: The Basics - How do I create Arrays? Pin
Dave Kreskowiak18-Jul-07 7:44
mveDave Kreskowiak18-Jul-07 7:44 
AnswerRe: The Basics - How do I create Arrays? Pin
Scott Dorman17-Jul-07 17:15
professionalScott Dorman17-Jul-07 17:15 
QuestionIts Very Urgent Pin
waqas_2k16-Jul-07 3:54
waqas_2k16-Jul-07 3:54 

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.