Forum: VB.NET Sep 19th, 2007 |
| Replies: 7 Views: 5,774 I did that. It's giving this error. acc.db is not a stringHow do I know that ADO.net is created?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles... |
Forum: VB.NET Sep 18th, 2007 |
| Replies: 7 Views: 5,774 This Website does not apparantly give anything on how to open a DB from VB.NET form.
Asoke |
Forum: VB.NET Sep 14th, 2007 |
| Replies: 5 Views: 1,121 [What it has to do with my question???
QUOTE=Tim Norton;433998]Mate, I pesonally thing VB6 is a much easier language to learn on.
However I would not bother now as VB.NET is the standard. While... |
Forum: VB.NET Sep 13th, 2007 |
| Replies: 5 Views: 1,121 ----------------------------------------------------------------------------------------
Everyone gets lost in the beginning!!! That's not a problem, it's challenge. First of all you decide if you... |
Forum: VB.NET Sep 13th, 2007 |
| Replies: 2 Views: 2,884 Hi:
I would think the following wiill a prettyu good BE project. I used to teach and do research in IITKGP long time ago. I would love to assist IIT students.
PROJECT:: Develop a Student Course... |
Forum: VB.NET Aug 23rd, 2007 |
| Replies: 7 Views: 5,774 I am trying to use the following to open an MS access DB.
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click... |