| Thread | Last Post | Replies |
|
| executable | 02 Mar 2005 17:07 GMT | 2 |
if i make my vb project executable can the user run it without having visual basic on their system?
|
| Is this a Visual Basic 6 Bug? | 02 Mar 2005 16:28 GMT | 2 |
Can anyone tell me if this is a known bug with VB? It has to do with the "if" conditional statement and not giving a valid answer when numbers are added. Paste this into a new VB project and put two command buttons on the
|
| Way to know the name of the current function? | 02 Mar 2005 16:17 GMT | 3 |
Using VB6 SP6, Is there a way to automatically obtain the name of the function or sub that we are in? I want to completely automate my error handling routines so that I can log the place the error occured.
|
| How do Indexs work in an "mdb"? | 02 Mar 2005 16:02 GMT | 1 |
Hi again, Folks... Say... I use the DataEnvironment and connect to a database ( MyFile.mdb) and then select a specific table for the connection...
|
| suggestions for err handler for vbnewb? | 02 Mar 2005 15:50 GMT | 5 |
Soliciting constructive criticism on a simple "toolbox" function. I've used this for a while (with no error handler) and it's worked ok. Today, I had changed permissions on a folder. Later when a debug function called this function and tried to write to a
|
| Progress Bar while firing SQL in SQL Server through VB | 02 Mar 2005 15:45 GMT | 1 |
Hi, How Progress Bar Control is used while executing a SQL (with command object) On SQL Server. e.g. tstcmd.execute 'Update tbbtmstr set idno=1',cn ...
|
| unexpected error 76 after installing using visual installer | 02 Mar 2005 15:15 GMT | 2 |
Looks like I am going to have to be babied through my first deployment of my app. I cannot even use a wizard correctly I guess. Well atleast the install completed which was more than I accomplished with
|
| mcisendstring copy and paste commands | 02 Mar 2005 14:29 GMT | 2 |
I am writing a VB application that works with wave files using mcisendstring. I have successfully worked through coding the capture, save, and play commands. I want to be able to copy a portion of the wave file to a new wave file. For example, if the wave file is an hour of ...
|
| Recordset object | 02 Mar 2005 14:06 GMT | 4 |
I am reading from a database using ADO. I define a Recordset to play with the data. This is what I have to read from the DB, but there's a problem with it: Dim LibRS As ADODB.Recordset
|
| automation error | 02 Mar 2005 14:03 GMT | 3 |
what can i do to handle the VB6 Automation Error? its says some kind of "The Function Invoked is disconnected from its clients" and some kind of -2147417848(80010108) error number.
|
| Shopping cart provider in ASP.NET | 02 Mar 2005 12:57 GMT | 1 |
Is there any sites that provide shopping cart support in ASP.NET? Please help. Roy
|
| Visual Basic Editor | 02 Mar 2005 12:55 GMT | 2 |
I know it might sound rediculous, but how do you open Visual Basic Editor?
|
| first time using - visual Studio Installer | 02 Mar 2005 12:22 GMT | 7 |
I do not know where to start really. I read the help files but no solid directions on where to start. Firstly when I start a new project and choose a vb project, I get a task list telling me TASk LIST:
|
| Error when opening a form with a calendar. | 02 Mar 2005 11:43 GMT | 2 |
I'm having some trouble with an application. When it opens a new form with a calendar in it, the app gives the following error message: "runtime error -2147417848 (80010108). Automation error the object invoked has disconected from its clients" and it closes.
|
| Database Late Binding... | 02 Mar 2005 11:40 GMT | 1 |
Hello Friends, I've looked around for the answer on the this but have not found one but I am wondering what are the system requirements for connecting to a database using late binding? Currently I have referenced the MDAC 2.8 but I would
|