Click here to Skip to main content
15,897,518 members
Home / Discussions / C#
   

C#

 
GeneralRe: Validating ip address Pin
#realJSOP12-Sep-11 9:40
professional#realJSOP12-Sep-11 9:40 
GeneralRe: Validating ip address Pin
BobJanova12-Sep-11 22:13
BobJanova12-Sep-11 22:13 
QuestionTextBlock wrapping of text in Silverlight XAML file. Pin
Xarzu11-Sep-11 16:11
Xarzu11-Sep-11 16:11 
AnswerRe: TextBlock wrapping of text in Silverlight XAML file. Pin
Mycroft Holmes11-Sep-11 17:12
professionalMycroft Holmes11-Sep-11 17:12 
QuestionResponse of the FTP server Pin
abbd11-Sep-11 12:46
abbd11-Sep-11 12:46 
AnswerRe: Response of the FTP server Pin
BobJanova11-Sep-11 22:20
BobJanova11-Sep-11 22:20 
Questionhow i can read cell value when i move up and down with the arrows key in datagridview Pin
goldsoft10-Sep-11 22:32
goldsoft10-Sep-11 22:32 
AnswerRe: how i can read cell value when i move up and down with the arrows key in datagridview Pin
Luc Pattyn11-Sep-11 1:03
sitebuilderLuc Pattyn11-Sep-11 1:03 
as always with Windows programming, split the problem in smaller pieces you can manage:

1.
what events are available that could suit your needs? use MSDN to browse the DataGridView events. Maybe there is something related to the current cell having changed? or the selection having changed?

2.
if such event doesn't offer a specialized EventArgs holding the required information (such as RowIndex and ColumnIndex), then go look for the Control's properties that may help you out.

3.
and finally, try it to see it works in all relevant scenarios.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

QuestionWMPlayer Dll Import Question Pin
sepAlmSep9-Sep-11 20:13
sepAlmSep9-Sep-11 20:13 
AnswerRe: WMPlayer Dll Import Question Pin
Saksida Bojan9-Sep-11 23:21
Saksida Bojan9-Sep-11 23:21 
GeneralRe: WMPlayer Dll Import Question Pin
sepAlmSep10-Sep-11 2:28
sepAlmSep10-Sep-11 2:28 
AnswerRe: WMPlayer Dll Import Question Pin
Luc Pattyn10-Sep-11 4:35
sitebuilderLuc Pattyn10-Sep-11 4:35 
AnswerRe: WMPlayer Dll Import Question Pin
Ravi Bhavnani10-Sep-11 17:12
professionalRavi Bhavnani10-Sep-11 17:12 
QuestionManaging multiple controls [modified] Pin
Electric Eddy9-Sep-11 13:51
Electric Eddy9-Sep-11 13:51 
AnswerRe: Managing multiple controls Pin
Philippe Mori9-Sep-11 14:21
Philippe Mori9-Sep-11 14:21 
AnswerRe: Managing multiple controls Pin
BillWoodruff9-Sep-11 14:29
professionalBillWoodruff9-Sep-11 14:29 
AnswerRe: Managing multiple controls Pin
Eddy Vluggen10-Sep-11 12:57
professionalEddy Vluggen10-Sep-11 12:57 
GeneralRe: Managing multiple controls Pin
BillWoodruff10-Sep-11 20:09
professionalBillWoodruff10-Sep-11 20:09 
GeneralRe: Managing multiple controls Pin
Eddy Vluggen11-Sep-11 1:37
professionalEddy Vluggen11-Sep-11 1:37 
GeneralRe: Managing multiple controls Pin
BillWoodruff11-Sep-11 2:44
professionalBillWoodruff11-Sep-11 2:44 
GeneralRe: Managing multiple controls Pin
Eddy Vluggen11-Sep-11 2:52
professionalEddy Vluggen11-Sep-11 2:52 
QuestionVS2008 WMP Issue wirh user privileges Pin
Martin Wasley9-Sep-11 12:22
Martin Wasley9-Sep-11 12:22 
AnswerRe: VS2008 WMP Issue wirh user privileges Pin
TheGreatAndPowerfulOz12-Sep-11 11:34
TheGreatAndPowerfulOz12-Sep-11 11:34 
QuestionJust wondering..c# online Pin
stephen.darling9-Sep-11 6:48
stephen.darling9-Sep-11 6:48 
AnswerRe: Just wondering..c# online Pin
AspDotNetDev9-Sep-11 7:13
protectorAspDotNetDev9-Sep-11 7:13 

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.