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

Search:

Type: Posts; User: JockGitJnr

Search: Search took 0.03 seconds.

  1. Re: Microsoft Visual Basic 2010 Code Bookmarks

    This worked. Thank you very much
  2. [RESOLVED] Microsoft Visual Basic 2010 Code Bookmarks

    Hello. This isn't about the language it's about the tool Microsoft provides. When you search for a certain word or words, it gives you the option to bookmark the results. It ends up looking like the...
  3. Re: Accessing Databases [2008 express edition]

    Hello guys. Thought I would give you an Update as I have finally worked it out.


    Imports System.Data.OleDb
    Public Class Form2

    Private Sub Form2_Load(ByVal sender As System.Object, ByVal...
  4. Re: Accessing Databases [2008 express edition]

    Thanks for the help but the same error has come up. I have worked out it is to do with this line.


    cmd = New OleDbCommand("select * from Data where ID = txtPrimKey.Text", EMP)

    If i put a...
  5. Accessing Databases [2008 express edition]

    Hi fellow developers. I have having a little problem accessing a ms access Database using VB.NET. I have got most of the bulk of the code working and I have got it working before but this time it has...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured