CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lemuhi

Search: Search took 0.02 seconds.

  1. Re: How to pass values from textbox to datagridview in VB 2008?

    Okay. Thanks a lot!
  2. Re: How to pass values from textbox to datagridview in VB 2008?

    Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

    ComboBox1.Items.Add("CD/DVD Burning".ToString)
    ...
  3. Re: How to pass values from textbox to datagridview in VB 2008?

    I tried to run it but when i clicked the button but there's an error. "NullReferenceException was unhandled. Object reference not set to an instance of an object." Please help me. Thanks!
  4. Re: How to pass values from textbox to datagridview in VB 2008?

    Private Sub Calculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

    Dim num1, num2, num3 As Integer

    num1 = TextBox2.Text
    num2...
  5. Re: How to pass values from textbox to datagridview in VB 2008?

    Can you please show me a sample code? So i can understand more because i'm a newbie and cannot understood some terms. Thanks!
  6. How to pass values from textbox to datagridview in VB 2008?

    i used a split container, in the 1st panel, i put the textbox for the user to input the values. In the 2nd panel, i put the datagridview to output the values that the user inputted. Now, i don't know...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured