User Profile

Collapse

Profile Sidebar

Collapse
justkidding
justkidding
Last Activity: Jan 30 '14, 12:31 PM
Joined: Jan 30 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
         'code for populating datagridview
    End Sub
    
    Private Sub Button1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Button1.KeyPress
    
         If Asc(e.KeyChar) = 13 Then
               Button1_Click(Me, EventArgs.Empty)
         End if
    
    End Sub
    See more | Go to post

    Leave a comment:


  • justkidding
    started a topic Burning VB 2008 System to CD/DVD
    in .NET

    Burning VB 2008 System to CD/DVD

    I have burned my vb 2008 application to CD successfully and installed in my computer.

    The problem is that an error occurred prompting about Close Connection.. That was due to my default DATABASE in MS Access..

    How could i build an open connection for a real vb.net application?
    See more | Go to post
No activity results to display
Show More
Working...