| | |
only functions when focused in the first column
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
Hi,
I have some code that only functions when im focused in the first column... what i need is to have the code execute when the cursor is in any of the columns in the current row.
visual basic code:--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Any help is appreciated. Thanks
~ Lacuna
I have some code that only functions when im focused in the first column... what i need is to have the code execute when the cursor is in any of the columns in the current row.
visual basic code:--------------------------------------------------------------------------------
ASP.NET Syntax (Toggle Plain Text)
Private Sub Auth_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles DataGrid1.KeyDown ' Determine whether the key entered are the A+Alt keys If e.KeyCode = Keys.A AndAlso (e.Alt) Then Me.DataGrid1(DataGrid1.CurrentRowIndex, 7) = 1 RefreshRow(DataGrid1.CurrentRowIndex) End If End Sub
Any help is appreciated. Thanks
~ Lacuna
![]() |
Similar Threads
- memory management in wndows 2000 (Windows NT / 2000 / XP)
- HELP! Easy for you, hard for me. C++ make a rectangle using imput for col and row (C++)
- C++ help with tic tac toe program (C++)
- List of functions (Visual Basic 4 / 5 / 6)
- VB's Left, Right, Mid Functions in C++? (C++)
- Vectors, Functions, and Sorting... oh my! (C++)
- access Digital Camera Functions (C++)
Other Threads in the ASP.NET Forum
- Previous Thread: ASP.NET / C# Dynamic Control
- Next Thread: Generate file in memory to save to local disk
| Thread Tools | Search this Thread |
.net 3.5 ajax alltypeofvideos appliances asp asp.net bc30451 beginner box browser businesslogiclayer button c# cac checkbox class commonfunctions control countryselector dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol expose fileuploader fill findcontrol flash formatdecimal formview gridview gudi iis javascript list listbox login microsoft mouse mssql nameisnotdeclared news novell numerical opera panelmasterpagebuttoncontrols problem radio redirect registration relationaldatabases reportemail save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video videos vista visualstudio vs2008 web webapplications webdevelopemnt webdevelopment webprogramming webservice wizard xsl youareanotmemberofthedebuggerusers





