Click here to Skip to main content
15,916,398 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionScreenSaver Pin
Xandip28-Jun-07 17:35
Xandip28-Jun-07 17:35 
AnswerRe: ScreenSaver Pin
Dave Kreskowiak29-Jun-07 3:29
mveDave Kreskowiak29-Jun-07 3:29 
QuestionQuestion about DataGridView and a text file [modified] Pin
Psycho-*Coder*-Extreme28-Jun-07 14:34
Psycho-*Coder*-Extreme28-Jun-07 14:34 
AnswerRe: Question about DataGridView and a text file Pin
Johan Hakkesteegt28-Jun-07 20:12
Johan Hakkesteegt28-Jun-07 20:12 
GeneralRe: Question about DataGridView and a text file Pin
Psycho-*Coder*-Extreme29-Jun-07 1:41
Psycho-*Coder*-Extreme29-Jun-07 1:41 
GeneralRe: Question about DataGridView and a text file Pin
Johan Hakkesteegt29-Jun-07 1:59
Johan Hakkesteegt29-Jun-07 1:59 
GeneralRe: Question about DataGridView and a text file Pin
Psycho-*Coder*-Extreme29-Jun-07 2:06
Psycho-*Coder*-Extreme29-Jun-07 2:06 
QuestionSaving changes made to a datagridview Pin
steve_rm28-Jun-07 12:53
steve_rm28-Jun-07 12:53 
Hello,

I have a datagridview which I fill with data using a bindingsource. I am using typed datasets and have set the properties of the bindingsource to the typed dataset and data table using the designer. I can then use the table adapter to fill the dataset and assign the data source of the datagridview to the bindingsource. This works fine. My code shows below.

However, I am not sure about the code that will allow me to edit the datagridview and then save all the changes. The user will enter or edit some of the values in the grid. Once they have finished they will click a button to save all changes to the database.

Does anyone have any code samples of this?

Many thanks for any advice,

'Fill the software part<br />
    Private Sub FillSoftware()<br />
        Try<br />
            Me.TA_Software_dsComponent_Equipment.Fill(Me.DsAddComponetAndEquipment.Software)<br />
            Me.dgvSoftware.DataSource = Me.bsSoftware<br />
<br />
            Me.HideSoftwareColumns()<br />
<br />
        Catch ex As Exception<br />
            MsgBox(ex.Message)<br />
        End Try<br />
    End Sub

AnswerRe: Saving changes made to a datagridview Pin
Dave Kreskowiak29-Jun-07 3:27
mveDave Kreskowiak29-Jun-07 3:27 
Questioncommunicating via RF Pin
Cory Kimble28-Jun-07 11:21
Cory Kimble28-Jun-07 11:21 
AnswerRe: communicating via RF Pin
Psycho-*Coder*-Extreme28-Jun-07 19:37
Psycho-*Coder*-Extreme28-Jun-07 19:37 
QuestionPopulating ComboBox Pin
HurricaneDan28-Jun-07 9:54
HurricaneDan28-Jun-07 9:54 
AnswerRe: Populating ComboBox Pin
Christian Graus28-Jun-07 13:20
protectorChristian Graus28-Jun-07 13:20 
GeneralRe: Populating ComboBox Pin
Psycho-*Coder*-Extreme28-Jun-07 14:48
Psycho-*Coder*-Extreme28-Jun-07 14:48 
GeneralRe: Populating ComboBox Pin
HurricaneDan29-Jun-07 3:09
HurricaneDan29-Jun-07 3:09 
QuestionConvert inches to feet/inches in VB's Crystal..... Pin
CCG328-Jun-07 8:51
CCG328-Jun-07 8:51 
AnswerRe: Convert inches to feet/inches in VB's Crystal..... Pin
Dave Kreskowiak28-Jun-07 9:23
mveDave Kreskowiak28-Jun-07 9:23 
GeneralRe: Convert inches to feet/inches in VB's Crystal..... Pin
CCG328-Jun-07 9:47
CCG328-Jun-07 9:47 
AnswerRe: Convert inches to feet/inches in VB's Crystal..... Pin
Dave Sexton28-Jun-07 11:22
Dave Sexton28-Jun-07 11:22 
GeneralRe: Convert inches to feet/inches in VB's Crystal..... Pin
Dave Sexton28-Jun-07 11:25
Dave Sexton28-Jun-07 11:25 
GeneralRe: Convert inches to feet/inches in VB's Crystal..... Pin
Dave Kreskowiak28-Jun-07 13:39
mveDave Kreskowiak28-Jun-07 13:39 
GeneralRe: Convert inches to feet/inches in VB's Crystal..... Pin
CCG329-Jun-07 2:06
CCG329-Jun-07 2:06 
GeneralRe: Convert inches to feet/inches in VB's Crystal..... Pin
Dave Kreskowiak29-Jun-07 3:25
mveDave Kreskowiak29-Jun-07 3:25 
GeneralRe: Convert inches to feet/inches in VB's Crystal..... [modified] Pin
CCG329-Jun-07 3:36
CCG329-Jun-07 3:36 
GeneralRe: Convert inches to feet/inches in VB's Crystal..... Pin
Dave Kreskowiak29-Jun-07 12:52
mveDave Kreskowiak29-Jun-07 12: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.