Forum: Visual Basic 4 / 5 / 6 Oct 18th, 2006 |
| Replies: 4 Views: 1,583 I think what you may be referring to is actually called "Me". "Me", like "this" in C++, is a reference to the object for which you are creating code. You are placing code in a form object, so "Me"... |
Forum: Visual Basic 4 / 5 / 6 Oct 18th, 2006 |
| Replies: 0 Views: 2,108 I have created two ActiveX EXEs, one is the client, the other is the server. I want to set up a system where a single server class handles the method calls of multiple instances of the clients. The... |
Forum: Visual Basic 4 / 5 / 6 Oct 17th, 2006 |
| Replies: 6 Views: 6,298 I am new to the whole concept of "data binding". What I am trying to do seems very simple, but I don't know where to start. I have a database with an ODBC System DSN and I can connect to it with an... |