| Thread | Last Post | Replies |
|
| VB Application compilation Error.. urgent | 23 Jun 2005 12:28 GMT | 3 |
We faced following error while compiling visual basic 6 project ===================================== C:\EPOS(SIS)\CData\clsDocumentShow.cls(-184) : fatal error C1001: INTERNAL COMPILER ERROR
|
| VB6 dll and ASP (hoipefully the right group :-) ) | 23 Jun 2005 00:25 GMT | 1 |
I have a dll I created in VB6, for use mainly on an ASP page, but also with a VB6 app running locally. The problem is, my new ISP won't let me register the dll on my web server. Can I modify the dll so that it doesn't have to be registered? I really
|
| Help - runtime error 91 - object variable not set | 22 Jun 2005 21:45 GMT | 1 |
I have a program which was working fine. In it a function works out the number of .jpg files in a specified folder. I then realised that I needed to make sure the folder exists first & added the code for this.
|
| Calling winsock from module | 22 Jun 2005 14:14 GMT | 2 |
I have a procedure for exchange data with my DB that looks like: Public Sub EXCH() sdat="blablabla" 'I send sdat to my DB Winsock1.sendData sdad
|
| How to show a form from another dll in my current MDI form | 22 Jun 2005 12:40 GMT | 2 |
I need to show a form from another dll in my current MDI form. Can anyone give me any ideas regarding this.
|
| Converting problem | 22 Jun 2005 09:03 GMT | 6 |
Hallo NG! (WindowsXP/HE SP2, OfficeXP/Pro SP3, VB5E, CPU P4/2.8G, 1GB Ram) I have a VB-project from W98SE/Office97 that uses an access97.mdb. The W98exe executes fine under XP. It uses the Data-Tool where the address to
|
| How to Convert String to Object | 22 Jun 2005 08:58 GMT | 3 |
I have 3 CommandButton Box1, Box2, Box3 and each of them have index 0. I want to create dynamic object, with criteria as below : If ... Then Load Box1
|
| vbModal | 22 Jun 2005 05:14 GMT | 2 |
Where do I begin..... I'm rewriting my Dos application (Dataflex..Did anyone ever hear of it?) One of my many features were popup windows i.e. if you selected a product it would show you the various price levels when the customer bought it last
|
| Type name is invalid for Stored Procedure | 22 Jun 2005 04:51 GMT | 1 |
I have a problem executing the following Stored Procedure from code. The SP Text runs like this: ALTER PROCEDURE prc_InsertContractDirectStatus_tmp @var_ContractID VARCHAR(50)
|
| Replacing text in a .txt file | 22 Jun 2005 04:48 GMT | 2 |
I'm relatively new to VB programming, and I am stuck on something.... I am using VB6 to open one of many text files that are around 45000 lines long, scroll through it looking for a particular string (usually 8 characters long). Once I find that string, I look it up in a database ...
|
| mouse click | 22 Jun 2005 04:44 GMT | 1 |
A little question: is there a way to detect a right mouse click when clicking a listview columnheader? thanks in advance,
|
| VB6 ACCESS 97 -> ACCESS 2003 | 22 Jun 2005 02:45 GMT | 1 |
I have a VB6 program that uses standard ADO 2.5 connection to read and write to an Access 97 database on a Windows 98 machine. The same program is run by a number of other people who use Windows 98 or 2000 machines. They all connect to a their local copy of the DB with no ...
|
| VB6 generates faulty exe code: UDT passed from VB6 to DLL | 22 Jun 2005 01:44 GMT | 19 |
A program has a bunch of User Defined Types and a bunch of variables declared with those types, and sometimes passes those variables to functions defined in a DLL. The program uses Declare
|
| Prg gives different filed value every other time! | 21 Jun 2005 18:38 GMT | 3 |
My VB 6.0 (Access DB) program prints a quarterly report based upon a table that it populated from an archive table. To make a long story short, the records in the just populated table (RS2) have a Y/N field (RS2!fldCommon) that gets a checkmark under 2 conditions: If it is, in
|
| Getting current directory | 21 Jun 2005 16:46 GMT | 1 |
I'm developing a class library project. I want a method to return the path where the compiled .dll file will be placed. I try with the Environment.CurrentDirectory property, testing the class within an ASP.NET application, but it returns the path of the
|