Click here to Skip to main content
15,904,153 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generaladding to system registry Pin
dotnetfriend19-Jul-04 11:05
dotnetfriend19-Jul-04 11:05 
GeneralRe: adding to system registry Pin
mythinky19-Jul-04 16:26
mythinky19-Jul-04 16:26 
GeneralRe: adding to system registry Pin
VenkatFor.NET20-Jul-04 11:43
VenkatFor.NET20-Jul-04 11:43 
QuestionHow to Get Position of users form & position of Activex Control within the users form Pin
Member 119551219-Jul-04 8:05
Member 119551219-Jul-04 8:05 
Generalconnecting computers Pin
GaryKoh19-Jul-04 5:42
GaryKoh19-Jul-04 5:42 
GeneralAuto Redirect .asp to .aspx Pin
Member 124540819-Jul-04 4:09
Member 124540819-Jul-04 4:09 
GeneralRe: Auto Redirect .asp to .aspx Pin
Dave Kreskowiak19-Jul-04 5:06
mveDave Kreskowiak19-Jul-04 5:06 
GeneralDataBinding - I'm getting sick of it! Pin
mikasa19-Jul-04 4:02
mikasa19-Jul-04 4:02 
Ok, I thought databinding in .NET would be oh so simple, turns out, I'm finding that I am writing the same code whether I Bind or Not! All of these stupid little examples on MessageBoards and MSDN suck! They never cover the REAL topic! How the heck do you save data to the DataView you've bound to, and then, once you re-populate your Data from the Database, how do you rebind your Controls? Or do you even need to!??

Well, here's what I am running into. First off, DataBinding works great! I can Bind and Navigate Records with ease. However, when I go to save, I run into problems since I am using DataRelations. I cannot use the BindingManagerBase of the Form to call "Me.BindingContext(Data).EndCurrentEdit" because then all my changes in Child Tables are GONE! Gone I tell you!!!

So, I am forced to use DataRowView variables when attempting to Save, which I connect to Me.BindingContext(Data).Current and Me.BindingContext(Data, DataMember).Current respectively and then call the "EndEdit" Method of those Rows. However, this causes an additional problem. Now, I have to write code which forces the values of my Controls into the Values of the DataRowView Variables (ex. dRow("Column") = TextBox1.Text)! So in other words...I just lost my DataBindings!???

What the @##$% is going on here!? WTF | :WTF: Has anybody in the world actually got DataBinding to work with a DataSet that has multiple Child Relations?
GeneralPlug-ins in VB6 Pin
A.Obraztsov18-Jul-04 23:46
A.Obraztsov18-Jul-04 23:46 
GeneralRe: Plug-ins in VB6 Pin
Dave Kreskowiak19-Jul-04 3:51
mveDave Kreskowiak19-Jul-04 3:51 
GeneralRe: Plug-ins in VB6 Pin
A.Obraztsov19-Jul-04 10:27
A.Obraztsov19-Jul-04 10:27 
GeneralToolbar alignment Pin
Tom Rahav18-Jul-04 20:31
Tom Rahav18-Jul-04 20:31 
GeneralRe: Toolbar alignment Pin
gthompson200519-Jul-04 13:46
gthompson200519-Jul-04 13:46 
GeneralRe: Toolbar alignment Pin
Anonymous19-Jul-04 18:19
Anonymous19-Jul-04 18:19 
GeneralRun Time Error 429 Pin
Ravi S.V.18-Jul-04 20:21
Ravi S.V.18-Jul-04 20:21 
GeneralRe: Run Time Error 429 Pin
jonathan1519-Jul-04 2:14
jonathan1519-Jul-04 2:14 
GeneralImplementing two interfaces with same method name Pin
rparkes18-Jul-04 20:20
rparkes18-Jul-04 20:20 
GeneralRe: Implementing two interfaces with same method name Pin
Steven Campbell19-Jul-04 3:38
Steven Campbell19-Jul-04 3:38 
QuestionHow to display image from the path in the server and client architecture... Pin
mythinky18-Jul-04 15:34
mythinky18-Jul-04 15:34 
AnswerRe: How to display image from the path in the server and client architecture... Pin
Ravi S.V.19-Jul-04 0:50
Ravi S.V.19-Jul-04 0:50 
GeneralRe: How to display image from the path in the server and client architecture... Pin
mythinky19-Jul-04 16:22
mythinky19-Jul-04 16:22 
AnswerRe: How to display image from the path in the server and client architecture... Pin
Serge Lobko-Lobanovsky21-Jul-04 6:04
Serge Lobko-Lobanovsky21-Jul-04 6:04 
Generaldynamic binding a combo box Pin
abhishk2001@yahoo.com18-Jul-04 12:13
abhishk2001@yahoo.com18-Jul-04 12:13 
GeneralRe: dynamic binding a combo box Pin
mythinky19-Jul-04 16:40
mythinky19-Jul-04 16:40 
Questionhow to get cpu info, mem, etc Pin
brokenshard17-Jul-04 23:52
brokenshard17-Jul-04 23:52 

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.