Click here to Skip to main content
15,887,683 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Menu bars based on users............. Pin
Member 38798818-Mar-07 17:07
Member 38798818-Mar-07 17:07 
AnswerRe: Menu bars based on users............. Pin
Jelle Stokroos9-Mar-07 5:59
Jelle Stokroos9-Mar-07 5:59 
GeneralRe: Menu bars based on users............. Pin
haggenx9-Mar-07 7:31
haggenx9-Mar-07 7:31 
QuestionDatabinding Issue Pin
Neily There7-Mar-07 22:09
Neily There7-Mar-07 22:09 
QuestionColin Angus Mackay thanks for the cite Pin
Adekolurejo7-Mar-07 22:01
Adekolurejo7-Mar-07 22:01 
AnswerRe: Colin Angus Mackay thanks for the cite Pin
Colin Angus Mackay7-Mar-07 22:13
Colin Angus Mackay7-Mar-07 22:13 
Questionhow to attach falsh in vb.net??? Pin
bhawna_k7-Mar-07 20:43
bhawna_k7-Mar-07 20:43 
QuestionBindingcontext child_to_parent Pin
epkjoha7-Mar-07 20:35
epkjoha7-Mar-07 20:35 
' TableName.RelationName.ColumnName string.
TextBox1.DataBindings.Add("Text", ds, "A.a_to_b.ColName")

I do understand the binding cenario above where a parent
table points out child records.

But I want to bind the other way around!

ds.Relations.Add("A_to_B", _
ds.Tables("A").Columns("ID"), _
ds.Tables("B").Columns("A_ID"))

BindingContext(ds.Tables("B")).Position

TextBox1.DataBindings.Add("Text", ds, "B.a_to_b.ColName")

Is this not possible?


Johan Svensson
QuestionHow do I change the background color of a command button Pin
ArchaBhandare7-Mar-07 19:43
ArchaBhandare7-Mar-07 19:43 
QuestionConnection String to the database. Pin
thesemplice7-Mar-07 19:05
thesemplice7-Mar-07 19:05 
AnswerRe: Connection String to the database. Pin
thesemplice7-Mar-07 19:06
thesemplice7-Mar-07 19:06 
AnswerRe: Connection String to the database. Pin
Colin Angus Mackay7-Mar-07 22:12
Colin Angus Mackay7-Mar-07 22:12 
AnswerRe: Connection String to the database. Pin
Dave Kreskowiak8-Mar-07 2:56
mveDave Kreskowiak8-Mar-07 2:56 
GeneralRe: Connection String to the database. Pin
thesemplice8-Mar-07 18:25
thesemplice8-Mar-07 18:25 
Questionretrieving time and date from system. Pin
manni_n7-Mar-07 19:02
manni_n7-Mar-07 19:02 
AnswerRe: retrieving time and date from system. Pin
The ANZAC7-Mar-07 22:46
The ANZAC7-Mar-07 22:46 
GeneralRe: retrieving time and date from system. Pin
manni_n8-Mar-07 2:17
manni_n8-Mar-07 2:17 
Questionshrinking and expanding Pin
balakpn7-Mar-07 17:48
balakpn7-Mar-07 17:48 
AnswerRe: shrinking and expanding Pin
TwoFaced7-Mar-07 17:52
TwoFaced7-Mar-07 17:52 
QuestionControl's Visible Property Pin
sdkgolf7-Mar-07 17:15
sdkgolf7-Mar-07 17:15 
AnswerRe: Control's Visible Property Pin
TwoFaced7-Mar-07 17:50
TwoFaced7-Mar-07 17:50 
GeneralRe: Control's Visible Property Pin
sdkgolf9-Mar-07 16:55
sdkgolf9-Mar-07 16:55 
GeneralRe: Control's Visible Property Pin
TwoFaced9-Mar-07 19:11
TwoFaced9-Mar-07 19:11 
AnswerRe: Control's Visible Property Pin
Dave Kreskowiak8-Mar-07 2:55
mveDave Kreskowiak8-Mar-07 2:55 
GeneralRe: Control's Visible Property Pin
sdkgolf9-Mar-07 16:56
sdkgolf9-Mar-07 16:56 

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.