Click here to Skip to main content
16,011,120 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: capture window display offscreen Pin
bountycode7-Sep-05 2:57
bountycode7-Sep-05 2:57 
GeneralRe: capture window display offscreen Pin
Dave Kreskowiak7-Sep-05 5:36
mveDave Kreskowiak7-Sep-05 5:36 
QuestionWindow Size Pin
im_hoser2-Sep-05 8:24
im_hoser2-Sep-05 8:24 
AnswerRe: Window Size Pin
Taen_Karth2-Sep-05 10:32
Taen_Karth2-Sep-05 10:32 
GeneralRe: Window Size Pin
im_hoser2-Sep-05 12:55
im_hoser2-Sep-05 12:55 
QuestionDataGrid !! Pin
microuser_20002-Sep-05 6:10
microuser_20002-Sep-05 6:10 
AnswerRe: DataGrid !! Pin
rudy.net2-Sep-05 18:10
rudy.net2-Sep-05 18:10 
QuestionFinding Rows - BindingContext Position Pin
dptalt2-Sep-05 5:43
dptalt2-Sep-05 5:43 
I'm using DataRowCollection.Find method to locate a row in a DataTable as shown here:

Dim newrow As DataRow
newrow = MyDataSet.MyTable.Rows.Find(5)

After finding the row how do I update all the bound controls on the form to that row. I've used the BindingContext(MyDataSet,"MyDatatable").position in the past and if I use it here how do I know what the position number is?

Thanks again for any help.

AnswerRe: Finding Rows - BindingContext Position Pin
rudy.net2-Sep-05 18:07
rudy.net2-Sep-05 18:07 
QuestionDate from a database into datagrid...... Pin
daviiie2-Sep-05 4:14
daviiie2-Sep-05 4:14 
AnswerRe: Date from a database into datagrid...... Pin
Taen_Karth2-Sep-05 10:44
Taen_Karth2-Sep-05 10:44 
Questionprocedure in vb.net Pin
iambijit2-Sep-05 1:58
iambijit2-Sep-05 1:58 
AnswerRe: procedure in vb.net Pin
Rizwan Bashir2-Sep-05 22:01
Rizwan Bashir2-Sep-05 22:01 
QuestionHELP with multi-user application Pin
Sreejit2-Sep-05 0:55
Sreejit2-Sep-05 0:55 
QuestionMultimedia Programming : Customized Media Player Pin
alkazam1-Sep-05 17:49
alkazam1-Sep-05 17:49 
AnswerRe: Multimedia Programming : Customized Media Player Pin
Christian Graus1-Sep-05 18:17
protectorChristian Graus1-Sep-05 18:17 
QuestionTreeView Set Node to Top Pin
Anonymous1-Sep-05 17:49
Anonymous1-Sep-05 17:49 
AnswerRe: TreeView Set Node to Top Pin
rushing1-Sep-05 17:50
rushing1-Sep-05 17:50 
AnswerRe: TreeView Set Node to Top Pin
quacks_a_lot3-Sep-05 18:00
quacks_a_lot3-Sep-05 18:00 
QuestionUnmovable Pin
kenexcelon1-Sep-05 14:50
kenexcelon1-Sep-05 14:50 
AnswerRe: Unmovable Pin
Christian Graus1-Sep-05 15:28
protectorChristian Graus1-Sep-05 15:28 
AnswerRe: Unmovable Pin
MohammadAmiry2-Sep-05 7:30
MohammadAmiry2-Sep-05 7:30 
QuestionIE window Pin
namespaceuser1-Sep-05 14:15
namespaceuser1-Sep-05 14:15 
AnswerRe: IE window Pin
Dave Kreskowiak2-Sep-05 3:29
mveDave Kreskowiak2-Sep-05 3:29 
GeneralRe: IE window Pin
namespaceuser2-Sep-05 4:12
namespaceuser2-Sep-05 4:12 

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.