Click here to Skip to main content
15,898,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCrystal Report with VB.Net Pin
Central_IT12-Jan-07 4:08
Central_IT12-Jan-07 4:08 
QuestionVB 6 Pin
J.Paul Ghetty12-Jan-07 3:58
J.Paul Ghetty12-Jan-07 3:58 
AnswerRe: VB 6 Pin
MatrixCoder12-Jan-07 5:28
MatrixCoder12-Jan-07 5:28 
AnswerRe: VB 6 Pin
Dave Kreskowiak12-Jan-07 5:42
mveDave Kreskowiak12-Jan-07 5:42 
GeneralRe: VB 6 Pin
MatrixCoder12-Jan-07 6:06
MatrixCoder12-Jan-07 6:06 
GeneralRe: VB 6 Pin
Dave Kreskowiak12-Jan-07 6:22
mveDave Kreskowiak12-Jan-07 6:22 
AnswerRe: VB 6 Pin
Christian Graus12-Jan-07 11:03
protectorChristian Graus12-Jan-07 11:03 
QuestionBindingsource Collection Pin
MatthysDT12-Jan-07 3:39
MatthysDT12-Jan-07 3:39 
I added a "Discard Unsaved Changes" button to my form.
I want to loop through all the Bindingsources on my form and do a .CancelEdit() on each one in order to discard the changes. (If this is even the way to do it)

Dim BS as new System.Windows.Forms.BindingSource<br />
<br />
For Each BS in ???????<br />
     BS.CancelEdit()<br />
Next


I need to get some sort of a BindingSourceCollection object at the ???'s, how do I do this?
(Visual Studio 2005)




you can't forget something you never knew...

"Watching Migthy Joe Young made me hate my life..................................I want a gorilla!" A. Havemann

AnswerRe: Bindingsource Collection Pin
Dave Kreskowiak12-Jan-07 5:36
mveDave Kreskowiak12-Jan-07 5:36 
GeneralRe: Bindingsource Collection Pin
MatthysDT14-Jan-07 21:07
MatthysDT14-Jan-07 21:07 
GeneralRe: Bindingsource Collection Pin
Dave Kreskowiak15-Jan-07 5:21
mveDave Kreskowiak15-Jan-07 5:21 
QuestionWhat happened to the component class in 2.0?? Pin
Marcus J. Smith12-Jan-07 2:56
professionalMarcus J. Smith12-Jan-07 2:56 
AnswerRe: What happened to the component class in 2.0?? Pin
Dave Kreskowiak12-Jan-07 5:40
mveDave Kreskowiak12-Jan-07 5:40 
GeneralRe: What happened to the component class in 2.0?? Pin
Marcus J. Smith12-Jan-07 6:00
professionalMarcus J. Smith12-Jan-07 6:00 
GeneralRe: What happened to the component class in 2.0?? Pin
Dave Kreskowiak12-Jan-07 6:16
mveDave Kreskowiak12-Jan-07 6:16 
GeneralRe: What happened to the component class in 2.0?? Pin
Marcus J. Smith12-Jan-07 8:07
professionalMarcus J. Smith12-Jan-07 8:07 
GeneralRe: What happened to the component class in 2.0?? Pin
Dave Kreskowiak12-Jan-07 8:43
mveDave Kreskowiak12-Jan-07 8:43 
GeneralRe: What happened to the component class in 2.0?? Pin
Marcus J. Smith12-Jan-07 8:52
professionalMarcus J. Smith12-Jan-07 8:52 
GeneralRe: What happened to the component class in 2.0?? Pin
Dave Kreskowiak12-Jan-07 8:55
mveDave Kreskowiak12-Jan-07 8:55 
GeneralRe: What happened to the component class in 2.0?? Pin
Marcus J. Smith12-Jan-07 9:54
professionalMarcus J. Smith12-Jan-07 9:54 
GeneralRe: What happened to the component class in 2.0?? Pin
Dave Kreskowiak12-Jan-07 10:10
mveDave Kreskowiak12-Jan-07 10:10 
Questionhow to close an image file/photo Pin
185512-Jan-07 2:29
185512-Jan-07 2:29 
AnswerRe: how to close an image file/photo Pin
nlarson1112-Jan-07 4:57
nlarson1112-Jan-07 4:57 
AnswerRe: how to close an image file/photo Pin
Dave Kreskowiak12-Jan-07 5:27
mveDave Kreskowiak12-Jan-07 5:27 
GeneralRe: how to close an image file/photo Pin
185512-Jan-07 9:56
185512-Jan-07 9: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.