Click here to Skip to main content
15,884,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Best ADO.NET Connection scope in Web Service Pin
Colin Angus Mackay16-Feb-07 2:07
Colin Angus Mackay16-Feb-07 2:07 
GeneralRe: Best ADO.NET Connection scope in Web Service Pin
GoodID18-Feb-07 17:15
GoodID18-Feb-07 17:15 
GeneralRe: Best ADO.NET Connection scope in Web Service Pin
Colin Angus Mackay18-Feb-07 21:39
Colin Angus Mackay18-Feb-07 21:39 
GeneralRe: Best ADO.NET Connection scope in Web Service Pin
GoodID18-Feb-07 23:11
GoodID18-Feb-07 23:11 
GeneralRe: Best ADO.NET Connection scope in Web Service Pin
Colin Angus Mackay19-Feb-07 1:37
Colin Angus Mackay19-Feb-07 1:37 
GeneralRe: Best ADO.NET Connection scope in Web Service Pin
GoodID19-Feb-07 15:56
GoodID19-Feb-07 15:56 
Questiondouble click on datagrid and fill in related fields on main form form Pin
7prince15-Feb-07 15:51
7prince15-Feb-07 15:51 
AnswerRe: double click on datagrid and fill in related fields on main form form Pin
priya_p23315-Feb-07 18:00
priya_p23315-Feb-07 18:00 
hi,
So simpleBig Grin | :-D ,
jst refer all controls name by using relative formname.
e.g.
if your main form's name is "MainForm" & the form having datagrid where you r going to take records, its name is "RecordForm".
then
refer datagrid by that form's name
e.g. RecordForm.datagrid

suppose u hav to fill one value from datagrid's 1st col & 1st row in textbox present on MainForm then write-> textbox1.text= RecordForm.datagrid.item(1,1).value.





priya

GeneralRe: double click on datagrid and fill in related fields on main form form Pin
7prince15-Feb-07 19:09
7prince15-Feb-07 19:09 
GeneralRe: double click on datagrid and fill in related fields on main form form Pin
priya_p23315-Feb-07 21:39
priya_p23315-Feb-07 21:39 
GeneralRe: double click on datagrid and fill in related fields on main form form Pin
7prince16-Feb-07 5:27
7prince16-Feb-07 5:27 
GeneralRe: double click on datagrid and fill in related fields on main form form Pin
TwoFaced16-Feb-07 7:04
TwoFaced16-Feb-07 7:04 
Questionnewby on VB.net older on programming Pin
NMachado15-Feb-07 15:11
NMachado15-Feb-07 15:11 
AnswerRe: newby on VB.net older on programming Pin
Christian Graus15-Feb-07 17:57
protectorChristian Graus15-Feb-07 17:57 
AnswerRe: newby on VB.net older on programming [modified] Pin
Ricky Dean15-Feb-07 22:28
Ricky Dean15-Feb-07 22:28 
AnswerRe: newby on VB.net older on programming Pin
NMachado17-Feb-07 4:58
NMachado17-Feb-07 4:58 
Questionproblems with extracting selection from databound comboboxes Pin
rctriplane15-Feb-07 14:30
rctriplane15-Feb-07 14:30 
AnswerRe: problems with extracting selection from databound comboboxes Pin
priya_p23315-Feb-07 18:13
priya_p23315-Feb-07 18:13 
GeneralRe: problems with extracting selection from databound comboboxes Pin
rctriplane16-Feb-07 0:20
rctriplane16-Feb-07 0:20 
GeneralRe: problems with extracting selection from databound comboboxes Pin
rctriplane16-Feb-07 15:52
rctriplane16-Feb-07 15:52 
QuestionScreen Saver Preview in VB.NET Pin
Tom Verkaaik15-Feb-07 13:14
Tom Verkaaik15-Feb-07 13:14 
Questionobject reference Pin
jds120715-Feb-07 10:56
jds120715-Feb-07 10:56 
AnswerRe: object reference Pin
TwoFaced15-Feb-07 11:17
TwoFaced15-Feb-07 11:17 
QuestionTable named "Note" Pin
matryxxx15-Feb-07 9:11
matryxxx15-Feb-07 9:11 
AnswerRe: Table named "Note" Pin
Christian Graus15-Feb-07 9:31
protectorChristian Graus15-Feb-07 9: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.