Click here to Skip to main content
15,915,336 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help Needed !!! URGENT Pin
Rizwan Bashir17-May-05 21:15
Rizwan Bashir17-May-05 21:15 
Generalmouse wheel disable Pin
kalyanramu17-May-05 7:03
kalyanramu17-May-05 7:03 
GeneralRe: mouse wheel disable Pin
Christian Graus17-May-05 12:49
protectorChristian Graus17-May-05 12:49 
Generaldatagrid Pin
beginnervb.net17-May-05 6:49
beginnervb.net17-May-05 6:49 
GeneralRe: datagrid Pin
Fernando Soto17-May-05 8:18
Fernando Soto17-May-05 8:18 
GeneralRe: datagrid Pin
beginnervb.net118-May-05 19:28
beginnervb.net118-May-05 19:28 
GeneralRe: datagrid Pin
Fernando Soto19-May-05 3:34
Fernando Soto19-May-05 3:34 
GeneralRe: datagrid Pin
rudy.net17-May-05 18:29
rudy.net17-May-05 18:29 
Capture the Click event and use grid property "CurrentRowIndex" to know which row was clicked then you should be able to update the textboxes using row, column index.
Example:
<br />
dim row as Integer = myGrid.CurrentRowIndex<br />
for col as Integer = 0 to 3<br />
  myGrid(row,col) = textboxArray(col).Text<br />
Next<br />

GeneralRe: datagrid Pin
Josue Avila19-May-05 9:37
Josue Avila19-May-05 9:37 
QuestionPrinting - OWC Pivot Tables Using VB6 ? Pin
J.Jay17-May-05 6:42
J.Jay17-May-05 6:42 
GeneralHelp In switching between forms Pin
GegoTheWizard17-May-05 4:53
GegoTheWizard17-May-05 4:53 
GeneralRe: Help In switching between forms Pin
rudy.net17-May-05 18:48
rudy.net17-May-05 18:48 
Generalmoney masked textBox Pin
hakanaktan17-May-05 3:31
hakanaktan17-May-05 3:31 
GeneralRe: money masked textBox Pin
Christian Graus17-May-05 13:39
protectorChristian Graus17-May-05 13:39 
GeneralException comes in setpixel in VB .Net Pin
meghadwivedi17-May-05 1:44
meghadwivedi17-May-05 1:44 
GeneralMonitor 3rd party app (hooking/subclassing) Pin
Derckie217-May-05 0:53
Derckie217-May-05 0:53 
GeneralRe: Monitor 3rd party app (hooking/subclassing) Pin
rudy.net17-May-05 19:42
rudy.net17-May-05 19:42 
GeneralRe: Monitor 3rd party app (hooking/subclassing) Pin
Derckie217-May-05 21:01
Derckie217-May-05 21:01 
GeneralRe: Monitor 3rd party app (hooking/subclassing) Pin
Tim McCurdy17-May-05 23:27
Tim McCurdy17-May-05 23:27 
GeneralRe: Monitor 3rd party app (hooking/subclassing) Pin
Derckie217-May-05 23:43
Derckie217-May-05 23:43 
GeneralData Grid Control Pin
meetaqadir17-May-05 0:34
meetaqadir17-May-05 0:34 
Generalsimple datagrid code Pin
hakanaktan17-May-05 3:45
hakanaktan17-May-05 3:45 
Generalremote configuration file ??? and why to use vbc compilation Pin
Rizwan Bashir17-May-05 0:02
Rizwan Bashir17-May-05 0:02 
GeneralCrystal Report Landscape Mode Pin
dpagka16-May-05 23:11
dpagka16-May-05 23:11 
GeneralRe: Crystal Report Landscape Mode Pin
Tim McCurdy17-May-05 23:31
Tim McCurdy17-May-05 23:31 

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.